diff bzgit.py @ 4:9fb08361ac8d

what the hell is wrong with me?
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 17 Dec 2012 11:08:45 -0800
parents 240f98f19ee3
children 6c1ca906ffa4
line wrap: on
line diff
--- a/bzgit.py	Wed Dec 12 10:54:53 2012 -0800
+++ b/bzgit.py	Mon Dec 17 11:08:45 2012 -0800
@@ -55,7 +55,7 @@
 
     # connect to gh
     gh = Github() # TODO: auth
-    pull = gh.pull_requests.get(44, github_user, github_project)
+    pull = gh.pull_requests.get(pull_request, github_user, github_project)
 
     # move all the things [TODO]
     bz = bzconsole