]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Mercurial_backend_update.mdwn
pagespec_aliases: future websetup enhancements
[ikiwiki.git] / doc / todo / Mercurial_backend_update.mdwn
index 3c61408312d1998155a8491c49f20291779017c3..0fdaf16e597e4cd23da1dec539b892beb30918f2 100644 (file)
@@ -6,6 +6,8 @@ To do this, a more basic rewrite would simplify things. I inline the complete fi
 
 * [My default branch](http://510x.se/hg/program/ikiwiki/file/default/Plugin/mercurial.pm) (where updates will be made, will mention here if anything happens) ([raw version](http://510x.se/hg/program/ikiwiki/raw-file/default/Plugin/mercurial.pm)).
 
+(I've stripped the `hgrc`-generation from the linked versions, so it should work to just drop them on top of the old `mercurial.pm`).
+
 I break out my comments from the code to make them more readable. I comment all the changes as compared to current upstream. --[[Daniel Andersson]]
 
 ---
@@ -30,7 +32,7 @@ Message to skip in recent changes
 
                my $dummy_commit_msg = 'dummy commit';
 
-*TODO:* $hg_dir not really implemented yet, until a srcdir/repository distinction is
+*TODO:* `$hg_dir` not really implemented yet, until a srcdir/repository distinction is
 made as for e.g. Git. Used in `rcs_receive`, and for attachments in `hg_parse_changes`. See comments in those places, though.
 
                my $hg_dir=undef;