add folding

master
Joey Hess 2008-07-26 18:14:21 -04:00
parent b277e00d4e
commit 21af3ae336
1 changed files with 2 additions and 2 deletions

View File

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