X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=newscommit;h=101af6048c5cf61bdc3d5abdd138eed78da5cf7d;hb=a71e59d04fdfb34034e16ce7ccf10c1728a4b8b5;hp=b1d8b5117d9feb17987af4ec7a07e7ee7e2eed96;hpb=c660e1ad48ba4763209bf3c32b71a11a62d8b607;p=bin.git diff --git a/newscommit b/newscommit index b1d8b51..101af60 100755 --- a/newscommit +++ b/newscommit @@ -41,6 +41,7 @@ print 'Fixed LP bugs:', ' '.join(lpbugs) argv = ['bzr', 'commit', '-m', msg] for b in lpbugs: argv += ['--fixes', 'lp:' + b] +argv += sys.argv[1:] sys.exit(subprocess.call(argv))