Mercurial > mozilla > hg > bzgit
diff 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 |
line wrap: on
line diff
--- a/bzgit.py Tue Dec 11 16:41:39 2012 -0800 +++ b/bzgit.py Wed Dec 12 10:05:57 2012 -0800 @@ -57,9 +57,15 @@ gh = Github() # TODO: auth pull = gh.pull_requests.get(44, github_user, github_project) - # ...and move all the things + # move all the things [TODO] bz = bzconsole + # comment on pull request wrt bugzilla.m.o issue location + # TODO + + # close pull request + # TODO + if __name__ == '__main__': main()