comparison bzgit.py @ 7:b951b70aa952 default tip

cleanin up round 1
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 17 Dec 2012 12:28:16 -0800
parents 7138a453ecf7
children
comparison
equal deleted inserted replaced
6:7138a453ecf7 7:b951b70aa952
72 72
73 # TODO: add CC of github user if possible 73 # TODO: add CC of github user if possible
74 cc = [':wlach'] 74 cc = [':wlach']
75 new = bz.new('Mozbase', title=title, description=description, cc=cc) 75 new = bz.new('Mozbase', title=title, description=description, cc=cc)
76 bug = int(new.strip().rsplit('/')[-1]) 76 bug = int(new.strip().rsplit('/')[-1])
77 import pdb; pdb.set_trace() 77 print 'https://bugzilla.mozilla.org/show_bug.cgi?id=%s' % bug
78 # attachment = bz.attach(bug, diff, reviewer=':wlach') 78 attachment = bz.attach(bug, diff, reviewer=':wlach')
79 79
80 # comment on pull request wrt bugzilla.m.o issue location 80 # comment on pull request wrt bugzilla.m.o issue location
81 # TODO 81 # TODO
82 82
83 # close pull request 83 # close pull request