add folding
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 22:14:21 +0000 (18:14 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 22:14:21 +0000 (18:14 -0400)
IkiWiki/Rcs/mercurial.pm

index 2ccba04da3e48540eba3138e99d4b038503e45aa..6452a0805c75bb9545690311904c43de27e016eb 100644 (file)
@@ -28,7 +28,7 @@ hook(type => "getsetup", id => "mercurial", call => sub { #{{{
                },
 }); #}}}
 
                },
 }); #}}}
 
-sub mercurial_log($) {
+sub mercurial_log ($) { #{{{
        my $out = shift;
        my @infos;
 
        my $out = shift;
        my @infos;
 
@@ -72,7 +72,7 @@ sub mercurial_log($) {
        close $out;
 
        return @infos;
        close $out;
 
        return @infos;
-}
+} #}}}
 
 sub rcs_update () { #{{{
        my @cmdline = ("hg", "-q", "-R", "$config{srcdir}", "update");
 
 sub rcs_update () { #{{{
        my @cmdline = ("hg", "-q", "-R", "$config{srcdir}", "update");