summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Fix subcommands without --add-url optionHEADmasterOwen W. Taylor1-1/+1
2009-09-18Fix adding-url to just some commitsOwen W. Taylor1-28/+27
2009-09-09Mark bugzilla.gnome.org as httpsOwen W. Taylor1-0/+1
2009-09-09Handle redirectsOwen W. Taylor2-25/+89
2009-09-09Avoid Python2.6-ismsEmmanuele Bassi1-2/+4
2009-09-05Add 'git bz push -fix' and 'git bz edit --fix'Owen W. Taylor2-47/+115
2009-09-05Make 'git bz add-url' more like git rebaseOwen W. Taylor2-21/+25
2009-09-05TODO updatesOwen W. Taylor1-3/+48
2009-09-05Split out documentationOwen W. Taylor5-201/+396
2009-09-05Command line option tweaksOwen W. Taylor1-7/+8
2009-09-05Allow omitting bug reference for 'git bz attach'Owen W. Taylor2-10/+31
2009-09-05Make --add-url the default for 'git bz apply' as wellOwen W. Taylor1-2/+2
2009-09-05Ignore committed/rejected patchesOwen W. Taylor1-0/+4
2009-09-02Allow configuring bug reference additionOwen W. Taylor1-11/+101
2009-09-01Improve URL additionOwen W. Taylor1-9/+23
2009-09-01Add URLs by defaultOwen W. Taylor1-15/+28
2009-09-01Make bug changes before attachment changes to avoid token problemsOwen W. Taylor1-10/+17
2009-08-31Use .add() for sets not .append()Owen W. Taylor1-1/+1
2009-08-31Cache legal field valuesOwen W. Taylor1-19/+28
2009-08-31Add utility for constant-response cachingOwen W. Taylor1-1/+40
2009-08-31Add push subcommand to help commandOwen W. Taylor1-1/+1
2009-08-31Fix checking for missing fields in XML responseOwen W. Taylor1-3/+3
2009-08-31Fix marking patches as obsolete from 'git bz edit'Owen W. Taylor1-1/+1
2009-08-31Fix git-bz to work with none-GNOME bugzillaOwen W. Taylor1-29/+53
2009-08-31Add 'git bz edit --pushed' and 'git bz push'Owen W. Taylor1-8/+143
2009-08-31Allow capturing stderr from a run git commandOwen W. Taylor1-0/+6
2009-08-30Allow passing a commit or revision range to 'git bz edit'Owen W. Taylor1-5/+82
2009-08-30Add a BugHandle class to represent parsed bug referencesOwen W. Taylor1-28/+63
2009-08-30Add an edit subcommandOwen W. Taylor1-1/+118
2009-08-30Add a method for getting legal field valuesOwen W. Taylor1-0/+15
2009-08-30Add a method to update a patch on a bugOwen W. Taylor1-9/+49
2009-08-30Add a method to update a bugOwen W. Taylor1-0/+19
2009-08-30Add helper functions for handling abbrevationsOwen W. Taylor1-0/+23
2009-08-30Add a helper function for checking for successOwen W. Taylor1-18/+33
2009-08-30Allow files=None for BugServer.send_post()Owen W. Taylor1-14/+12
2009-08-30File bugs via XML-RPC when possibleOwen W. Taylor2-20/+89
2009-08-29Split HTTP communication out of Bug classOwen W. Taylor1-31/+40
2009-08-29Fix error message when not logged inOwen W. Taylor1-4/+5
2009-08-29Improve error handling when bug reference is incorrectJonathon Jongsma1-0/+3
2009-08-24Fix to work again with FirefoxOwen W. Taylor1-2/+2
2009-08-24Support chromium cookiesColin Walters1-10/+23
2009-08-24Get attachment data from XML bug dump instead of downloading separatelyOwen W. Taylor1-17/+18
2009-08-15Fix to work with Bugzilla 3.4Owen W. Taylor1-2/+5
2009-06-25Pass -M to git-format-patchOwen W. Taylor1-1/+4
2009-04-25Make 'git bz file <commit>' just file that commitOwen W. Taylor1-50/+35
2009-04-25Move default-product and default-component to main bz sectionOwen W. Taylor1-18/+45
2009-04-25Work around Firefox-3.5 locking problems with a copyOwen W. Taylor1-10/+40
2009-04-25Factor out common code between Firefox and Epiphany cookie readingOwen W. Taylor1-46/+44
2009-04-25Add support for epiphany as wellAndy Wingo1-7/+52
2009-04-25Add checks to try and detect when -u/--add-url won't workOwen W. Taylor1-10/+59