projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef99ecf
)
Actually get the changes in the right order.
author
Tony Cook
<tony@develop=help.com>
Tue, 7 Mar 2006 12:01:38 +0000
(12:01 +0000)
committer
Tony Cook
<tony@develop=help.com>
Tue, 7 Mar 2006 12:01:38 +0000
(12:01 +0000)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 024072bb3435d37776a78c93c6a803bbfecbeadd..aa4b70192ed54647037727c3870f7b5ad61a52d9 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-892,7
+892,7
@@
sub distcheck {
}
if ($write_changes) {
print "Updating Changes file\n";
- system 'svn log -v -r
942:HEAD
>Changes';
+ system 'svn log -v -r
HEAD:943
>Changes';
}
}
}