comparison bzgit.py @ 1:240f98f19ee3

notes to self
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 12 Dec 2012 10:05:57 -0800
parents 89e0c87f09ca
children 9fb08361ac8d
comparison
equal deleted inserted replaced
0:89e0c87f09ca 1:240f98f19ee3
55 55
56 # connect to gh 56 # connect to gh
57 gh = Github() # TODO: auth 57 gh = Github() # TODO: auth
58 pull = gh.pull_requests.get(44, github_user, github_project) 58 pull = gh.pull_requests.get(44, github_user, github_project)
59 59
60 # ...and move all the things 60 # move all the things [TODO]
61 bz = bzconsole 61 bz = bzconsole
62
63 # comment on pull request wrt bugzilla.m.o issue location
64 # TODO
65
66 # close pull request
67 # TODO
62 68
63 if __name__ == '__main__': 69 if __name__ == '__main__':
64 main() 70 main()
65 71