Mercurial > mozilla > hg > bzgit
changeset 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 | fef264a67174 |
children | 6c1ca906ffa4 |
files | bzgit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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