]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Monotone_rcs_support.mdwn
When editing a page, show that page's sidebar. (Thanks, privat)
[ikiwiki.git] / doc / bugs / Monotone_rcs_support.mdwn
index d5cc37c2704514fecab4e656ce421990fa2a6fe9..8687e7983c7a506ef736082e92bfe5be44ac3e2d 100644 (file)
@@ -4,12 +4,14 @@ so commits made via monotone will not automatically update the wiki.
 Here for future reference is the most recent version of support for 
 that I've been sent. It's not yet working; there are path issues. --[[Joey]]
 
+> I think this was fixed in version 2.40. --[[Joey]] [[!tag done]]
+
 <pre>
 diff --git a/IkiWiki/Rcs/monotone.pm b/IkiWiki/Rcs/monotone.pm
 index cde6029..34f8f96 100644
 --- a/IkiWiki/Rcs/monotone.pm
 +++ b/IkiWiki/Rcs/monotone.pm
-@@ -186,8 +186,9 @@ sub rcs_update () { #{{{
+@@ -186,8 +186,9 @@ sub rcs_update () {
        check_config();
  
        if (defined($config{mtnsync}) && $config{mtnsync}) {