]> piware.de Git - bin.git/commitdiff
newscommit: append command line args to bzr
authorMartin Pitt <martin@piware.de>
Sat, 29 Oct 2011 17:27:08 +0000 (13:27 -0400)
committerMartin Pitt <martin@piware.de>
Sat, 29 Oct 2011 17:27:08 +0000 (13:27 -0400)
newscommit

index b1d8b5117d9feb17987af4ec7a07e7ee7e2eed96..101af6048c5cf61bdc3d5abdd138eed78da5cf7d 100755 (executable)
@@ -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))