typos
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 21:58:20 +0000 (17:58 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 21:58:20 +0000 (17:58 -0400)
IkiWiki/Rcs/monotone.pm

index 12094337eba0ac72010a07b24f7fa8c309fa7db5..3b3cd5008c22b76c2a3743170694657a5be8c809 100644 (file)
@@ -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 => "",