[Hiki-cvs 1603] hiki/hiki @ 484d3be [master] exchange revision params for history diff

Zurück zum Archiv-Index

SHIBATA Hiroshi null****@okkez*****
2013年 12月 24日 (火) 21:49:24 JST


SHIBATA Hiroshi	2013-12-24 21:49:24 +0900 (Tue, 24 Dec 2013)

  New Revision: 484d3be5a2a4587ee43ff9f23558f3b1847ec530
  https://github.com/hiki/hiki/commit/484d3be5a2a4587ee43ff9f23558f3b1847ec530

  Merged c948236: Merge pull request #53 from hiki/fix-history-diff-rubima

  Message:
    exchange revision params for history diff

  Modified files:
    misc/plugin/history.rb

  Modified: misc/plugin/history.rb (+2 -2)
===================================================================
--- misc/plugin/history.rb    2013-12-24 21:50:37 +0900 (0ba53b3)
+++ misc/plugin/history.rb    2013-12-24 21:49:24 +0900 (89f481e)
@@ -239,8 +239,8 @@ module Hiki
         new =****@db*****(@p)
         old =****@conf*****_revision(@p, r)
       else
-        new =****@conf*****_revision(@p, r)
-        old =****@conf*****_revision(@p, r2)
+        new =****@conf*****_revision(@p, r2)
+        old =****@conf*****_revision(@p, r)
       end
 
       # parse the result and make revisions array




Hiki-cvs メーリングリストの案内
Zurück zum Archiv-Index