From: Joey Hess Date: Sat, 26 Jul 2008 21:58:20 +0000 (-0400) Subject: typos X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/9bcb649efe5098bf60a4c385e31f063af2a03afd typos --- diff --git a/IkiWiki/Rcs/monotone.pm b/IkiWiki/Rcs/monotone.pm index 12094337e..3b3cd5008 100644 --- a/IkiWiki/Rcs/monotone.pm +++ b/IkiWiki/Rcs/monotone.pm @@ -41,6 +41,7 @@ hook(type => "checkconfig", id => "monotone", call => sub { #{{{ error("Monotone version too old, is $version but required 0.38"); } }); #}}} + hook(type => "getsetup", id => "monotone", call => sub { #{{{ return mtnkey => { @@ -55,7 +56,7 @@ hook(type => "getsetup", id => "monotone", call => sub { #{{{ type => "string", default => "", example => "http://viewmtn.example.com/branch/head/filechanges/com.example.branch/[[file]]", - description => "viewmtn url to show file history ([[file]] substituted)" + description => "viewmtn url to show file history ([[file]] substituted)", safe => 1, rebuild => 1, }, @@ -63,7 +64,7 @@ hook(type => "getsetup", id => "monotone", call => sub { #{{{ type => "string", default => "", example => "http://viewmtn.example.com/revision/diff/[[r1]]/with/[[r2]]/[[file]]", - description => "viewmtn url to show a diff ([[r1]], [[r2]], and [[file]] substituted)" + description => "viewmtn url to show a diff ([[r1]], [[r2]], and [[file]] substituted)", safe => 1, rebuild => 1, }, @@ -73,6 +74,7 @@ hook(type => "getsetup", id => "monotone", call => sub { #{{{ description => "sync on update and commit?", safe => 0, # paranoia rebuild => 0, + }, mtnrootdir => { type => "string", default => "",