projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b277e00
)
add folding
author
Joey Hess
<joey@kodama.kitenet.net>
Sat, 26 Jul 2008 22:14:21 +0000
(18:14 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sat, 26 Jul 2008 22:14:21 +0000
(18:14 -0400)
IkiWiki/Rcs/mercurial.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Rcs/mercurial.pm
b/IkiWiki/Rcs/mercurial.pm
index 2ccba04da3e48540eba3138e99d4b038503e45aa..6452a0805c75bb9545690311904c43de27e016eb 100644
(file)
--- a/
IkiWiki/Rcs/mercurial.pm
+++ b/
IkiWiki/Rcs/mercurial.pm
@@
-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");