Hello Loïc, Are you sure there are pending changes or is just the message that is misleading?
I am just commiting this change: Index: svn-upgrade =================================================================== --- svn-upgrade (revision 3565) +++ svn-upgrade (working copy) @@ -306,8 +306,13 @@ $version = join ':', $epoch, $version if $epoch; -withecho "debchange -D UNRELEASED -v \"$version-1\" \"(NOT RELEASED YET) New upstream release\"" if !$opt_noautodch; -print "Done! Last commit pending, please execute manually.\n"; +if ($opt_noautodch) { + print "Done!\n"; +} +else { + withecho "debchange -D UNRELEASED -v \"$version-1\" \"(NOT RELEASED YET) New upstream release\""; + print "Done! Last commit pending, please execute manually.\n"; +} sub which { my $name=shift; As you can see the message was displayed no matter what, but the changes should not happen. -- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein
signature.asc
Description: OpenPGP digital signature