From: Tony Cook Date: Tue, 7 Mar 2006 12:01:38 +0000 (+0000) Subject: Actually get the changes in the right order. X-Git-Tag: Imager-0.51_01~42 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/daa101e3c57002dfd2033d6b9cbecd350889fe1b Actually get the changes in the right order. --- diff --git a/Makefile.PL b/Makefile.PL index 024072bb..aa4b7019 100644 --- 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'; } } }