* lp-project-upload:

- fix a bug when new milestone wasn't specified
This commit is contained in:
Didier Roche 2011-06-09 13:36:06 +02:00
parent dcad51ec87
commit d69e21a0af
2 changed files with 5 additions and 0 deletions

4
debian/changelog vendored
View File

@ -18,6 +18,10 @@ ubuntu-dev-tools (0.125) UNRELEASED; urgency=low
- allows scripts to avoid the interactive editors
- document these changes in the manpage
[ Didier Roche ]
* lp-project-upload:
- fix a bug when new milestone wasn't specified
-- Benjamin Drung <bdrung@debian.org> Sat, 28 May 2011 19:43:10 +0200
ubuntu-dev-tools (0.124) unstable; urgency=low

View File

@ -89,6 +89,7 @@ def main():
Usage: %s <project name> <version> <tarball> [new milestone] [changelog file] [releasenotes file]''' % sys.argv[0]
sys.exit(1)
new_milestone = None
changelog_file = None
releasenotes_file = None
if len(sys.argv) == 4: