changeset 1:240f98f19ee3

notes to self
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 12 Dec 2012 10:05:57 -0800
parents 89e0c87f09ca
children 6fbb010a02a1
files bzgit.py
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
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()