comparison 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
comparison
equal deleted inserted replaced
3:fef264a67174 4:9fb08361ac8d
53 assert segments[2] == 'pull' 53 assert segments[2] == 'pull'
54 pull_request = int(segments[3]) 54 pull_request = int(segments[3])
55 55
56 # connect to gh 56 # connect to gh
57 gh = Github() # TODO: auth 57 gh = Github() # TODO: auth
58 pull = gh.pull_requests.get(44, github_user, github_project) 58 pull = gh.pull_requests.get(pull_request, github_user, github_project)
59 59
60 # move all the things [TODO] 60 # move all the things [TODO]
61 bz = bzconsole 61 bz = bzconsole
62 62
63 # comment on pull request wrt bugzilla.m.o issue location 63 # comment on pull request wrt bugzilla.m.o issue location