]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix issue bma noticed (why does it use "r2"?)
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 30 Aug 2007 23:45:56 +0000 (23:45 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 30 Aug 2007 23:45:56 +0000 (23:45 +0000)
doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
doc/ikiwiki.setup

index df51495d4f30288a2f460663f388ee068f8c9121..99e6e29a4f611c4572919b94c9650f45367cf4a7 100644 (file)
@@ -6,4 +6,6 @@ should be:
 
     diffurl => "http://localhost:8000/?fd=\[[r2]];file=\[[file]]",
 
 
     diffurl => "http://localhost:8000/?fd=\[[r2]];file=\[[file]]",
 
-(changeset doesn't get expanded; r2 does, to what appears to be The Right Thing)
\ No newline at end of file
+(changeset doesn't get expanded; r2 does, to what appears to be The Right Thing)
+
+[[done]]
index 897e8bc61771af0a7bc062e18792fd5bf19e519e..3a0658e9d29824c06b2b76ef15dd9b288932004a 100644 (file)
@@ -41,7 +41,7 @@ use IkiWiki::Setup::Standard {
        # Mercurial stuff.
        #rcs => "mercurial",
        #historyurl => "http://localhost:8000/", # hg serve'd local repository
        # Mercurial stuff.
        #rcs => "mercurial",
        #historyurl => "http://localhost:8000/", # hg serve'd local repository
-       #diffurl => "http://localhost:8000/?fd=[[changeset]];file=[[file]]",
+       #diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]",
 
        # Monotone stuff
        #rcs => "monotone",
 
        # Monotone stuff
        #rcs => "monotone",