# HG changeset patch # User Jeff Hammel # Date 1355772767 28800 # Node ID 6c1ca906ffa44edea2689157e9a48f9b32bd2fea # Parent 9fb08361ac8d95eb8b73c834c63798f8409b1b7a stubbing diff -r 9fb08361ac8d -r 6c1ca906ffa4 bzgit.py --- a/bzgit.py Mon Dec 17 11:08:45 2012 -0800 +++ b/bzgit.py Mon Dec 17 11:32:47 2012 -0800 @@ -25,7 +25,7 @@ def main(args=sys.argv[1:]): # parse command line arguments - usage = '%prog [options] ...' + usage = '%prog [options] http://github.com/url/of/pull/request' class PlainDescriptionFormatter(optparse.IndentedHelpFormatter): """description formatter""" def format_description(self, description): @@ -57,8 +57,10 @@ gh = Github() # TODO: auth pull = gh.pull_requests.get(pull_request, github_user, github_project) - # move all the things [TODO] - bz = bzconsole + # move all the things + bz = bzconsole.BZapi() +# new = bz.new() +# # comment on pull request wrt bugzilla.m.o issue location # TODO