# HG changeset patch # User Jeff Hammel # Date 1355335557 28800 # Node ID 240f98f19ee3a05890c887d85be11a006da88adc # Parent 89e0c87f09ca7d78945de6e99f6986e4f1c18dd1 notes to self diff -r 89e0c87f09ca -r 240f98f19ee3 bzgit.py --- 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()