summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-05Add support for epiphany with the webkit backendJonathon Jongsma
2010-06-05Handle 'see <url> <bug reference>'Owen W. Taylor
2010-06-05Pass --ignore-submodules when checking uncommitted changesOwen W. Taylor
2009-10-17Handle Chromium cookie expiry properlyOwen W. Taylor
2009-09-18Fix subcommands without --add-url optionOwen W. Taylor
2009-09-18Fix adding-url to just some commitsOwen W. Taylor
2009-09-15Fix ' git bz attach' failure when bugzilla server has a pathJonathon Jongsma
2009-09-15Fix exception when parsing an alias as a urlJonathon Jongsma
2009-09-11Add support for bugzilla installations that require http authJonathon Jongsma
2009-09-11Add support for bugzilla installations in non-root pathsJonathon Jongsma
2009-09-09Mark bugzilla.gnome.org as httpsOwen W. Taylor
2009-09-09Handle redirectsOwen W. Taylor
2009-09-09Avoid Python2.6-ismsEmmanuele Bassi
2009-09-05Add 'git bz push -fix' and 'git bz edit --fix'Owen W. Taylor
2009-09-05Make 'git bz add-url' more like git rebaseOwen W. Taylor
2009-09-05TODO updatesOwen W. Taylor
2009-09-05Split out documentationOwen W. Taylor
2009-09-05Command line option tweaksOwen W. Taylor
2009-09-05Allow omitting bug reference for 'git bz attach'Owen W. Taylor
2009-09-04Make --add-url the default for 'git bz apply' as wellOwen W. Taylor
2009-09-04Ignore committed/rejected patchesOwen W. Taylor
2009-09-01Allow configuring bug reference additionOwen W. Taylor
2009-09-01Improve URL additionOwen W. Taylor
2009-09-01Add URLs by defaultOwen W. Taylor
2009-08-31Make bug changes before attachment changes to avoid token problemsOwen W. Taylor
2009-08-31Use .add() for sets not .append()Owen W. Taylor
2009-08-31Cache legal field valuesOwen W. Taylor
2009-08-31Add utility for constant-response cachingOwen W. Taylor
2009-08-31Add push subcommand to help commandOwen W. Taylor
2009-08-31Fix checking for missing fields in XML responseOwen W. Taylor
2009-08-30Fix marking patches as obsolete from 'git bz edit'Owen W. Taylor
2009-08-30Fix git-bz to work with none-GNOME bugzillaOwen W. Taylor
2009-08-30Add 'git bz edit --pushed' and 'git bz push'Owen W. Taylor
2009-08-30Allow capturing stderr from a run git commandOwen W. Taylor
2009-08-30Allow passing a commit or revision range to 'git bz edit'Owen W. Taylor
2009-08-30Add a BugHandle class to represent parsed bug referencesOwen W. Taylor
2009-08-30Add an edit subcommandOwen W. Taylor
2009-08-30Add a method for getting legal field valuesOwen W. Taylor
2009-08-30Add a method to update a patch on a bugOwen W. Taylor
2009-08-30Add a method to update a bugOwen W. Taylor
2009-08-30Add helper functions for handling abbrevationsOwen W. Taylor
2009-08-30Add a helper function for checking for successOwen W. Taylor
2009-08-29Allow files=None for BugServer.send_post()Owen W. Taylor
2009-08-29File bugs via XML-RPC when possibleOwen W. Taylor
2009-08-29Split HTTP communication out of Bug classOwen W. Taylor
2009-08-29Fix error message when not logged inOwen W. Taylor
2009-08-29Improve error handling when bug reference is incorrectJonathon Jongsma
2009-08-24Fix to work again with FirefoxOwen W. Taylor
2009-08-24Support chromium cookiesColin Walters
2009-08-24Get attachment data from XML bug dump instead of downloading separatelyOwen W. Taylor