X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/811c76f85e66c68f0e8848070fc85b3dc2551255..e96cf38eccd219714140f221090d2e7751fd4ee0:/doc/bugs/Monotone_rcs_support.mdwn diff --git a/doc/bugs/Monotone_rcs_support.mdwn b/doc/bugs/Monotone_rcs_support.mdwn index 103e31001..8687e7983 100644 --- a/doc/bugs/Monotone_rcs_support.mdwn +++ b/doc/bugs/Monotone_rcs_support.mdwn @@ -4,14 +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]] +> I think this was fixed in version 2.40. --[[Joey]] [[!tag done]]
 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}) {