commit 92d1f0505c590ab7c58ba08f87aa9a85062eb7fb
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Sep 3 10:44:04 2009 -0500

    released 0.8.0

commit aabe91afe6e54c0d1ed9bec021cfb9148fb5f326
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 30 12:45:59 2009 -0500

    drop support for python 2.4 and earlier

commit 0dfd47b4ce907c2e04bac069b0ce5651a85ff02d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Aug 12 15:24:21 2009 -0500

    released 0.8.0_rc3

commit c11bd14629f3673fa3d7c95c879eaf89cac73dea
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Aug 12 11:07:54 2009 -0500

    add bash completion

commit 1c7dcec8c9e9579bd74bc77d9ade8eb97e5c869f
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Aug 11 15:59:19 2009 -0500

    changed --content_type option to --content-type for consistency

commit f653031d040d35f819d2d95fec511784733e4e5e
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 7 12:05:58 2009 -0500

    added the --show-status option to the namedcmd command

commit 1c196e152536fe39e45aae274dac77c4844f924e
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 7 11:26:30 2009 -0500

    added --show-status option to zsh completion

commit c0f8d0dd163735910c56f398d61f49dbbf656668
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 7 11:08:15 2009 -0500

    added --show-status option to search
    
    The --show-status option has been added to the search command.
    If this option is given, the status of each bug will be displayed in the
    search output.

commit c8646e60680f142531905ee04f60fb54ec91fd2a
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Fri Aug 7 15:47:21 2009 +0200

    Typo

commit c986ed1bdc5aab32e846df5d9bc20f3021ed5706
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Aug 6 01:08:41 2009 -0500

    bugs can now be marked assigned
    
    This fixes an issue which would not allow bugs to be marked "assigned".
    This closes gentoo bug #280395.
    Thanks to james@nixeagle.org for the patch.

commit 1115baaacd0a913117a72437b8270af49b3670dd
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Jul 4 17:56:35 2009 -0500

    released 0.8.0_rc2

commit e26de890652114fa8a365f729ee96d1f0ec21b15
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Jul 4 13:19:15 2009 -0500

    replaced --always-auth with --skip-auth
    
    This was done because authentication is needed for most commands.  The
    only time you might not want to authenticate is if using the search,
    get or attachment commands.

commit b487fd60eaacaac51ba175be196bb0e51133a15b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Jul 3 16:40:06 2009 -0500

    The help command does not need to log in
    
    The help command only operates locally, so it does not need to attempt
    to log into a bugzilla.

commit 518aa25a510b84fd2e11b80b6d065001d094c9bb
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Jul 3 14:34:27 2009 -0500

    removed authentication calls from cli code
    
    The authentication is handled by the bugzilla class, so it does not need
    to be handled by the UI.

commit 807744590105c5c0389cc2d85fb1e1a2c2d434e2
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Jun 22 18:23:22 2009 -0500

    released 0.8.0_rc1

commit e9055f90a34cffe390b1dcbb8f49d363cae66551
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Jun 22 18:17:23 2009 -0500

    fixed the --help and --version options

commit 938a94f8ef44605fb8819b0f4c66d6297ac189be
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Sat Jun 13 04:49:12 2009 +0200

    zsh-completion: update for changes 0.7.4..17852f75

commit 26e1f87d06bff7d89e6afcb0b39591f1644a0c43
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Sat Jun 13 04:43:16 2009 +0200

    zsh-completion: search, namedcmd supportes --show-url since 59383a1f

commit de750867f37f2b8fc67a3caced3d081980478b59
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Sat Jun 13 04:40:39 2009 +0200

    zsh-completion: post supports --priority, severity since 7692f6b5

commit 5790d7b9f4ef3e08b0b64796379f490870750bc7
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Wed Jun 3 22:08:29 2009 +0200

    zsh-completion: Completion for arguments to bugz search --order=

commit 17852f75adc3517af68eb56e7d506476e06ae4b5
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu May 21 15:32:00 2009 -0500

    print the number of bugs found after the list

commit 6c26436ec1dbd88c28605b171525ebb63969ec3d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu May 21 14:20:12 2009 -0500

    fixed post to raise an exception when 0 is returned from bugzilla
    
    This indicates that a bug was not successfully submitted, but it was not
    being treated that way by the command line code.

commit ce7e019615c054a8416885ffafc6ef0712d4b8ad
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu May 21 13:32:42 2009 -0500

    fixed call to parse_args
    
    We do not need to include argv[0-1] when we parse the command line since
    they have already been processed.

commit bd4cda538abcacbd94b5a6b21cf5ba78dcdf2b0d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed May 20 22:00:02 2009 -0500

    fixed --version and --help
    
    The --version and --help options did not work correctly if nothing else
    was on the command line.

commit ab56629fdcb4ae37296b73e1a223b75dbddf3040
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed May 20 15:49:50 2009 -0500

    Add --batch option to post command
    
    The --batch option replaces the --no-append-command and --no-confirm
    options.  If the --batch option is present on the command line, pybugz
    expects all values needed to fill in the bug to be on the command line
    and does not prompt for any options.  If a mandatory option is missing,
    it gives an error message and aborts.  If an optional option is missing,
    it will be set to its default value.

commit d2a34c7f076525654e38bca68fe14944b3937459
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed May 20 08:48:26 2009 -0500

    Removed the --emerge-info option from the post command
    
    The same thing can be done using --append-command.

commit 45255563ae772b306458c66cef078e53798c5984
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun May 17 19:44:03 2009 -0500

    updated setup.py
    
    Fixed a typo and imported the version from bugz.py.

commit cd3402c8592945cd4e5f7783fe0d7c08ea2604c6
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon May 11 15:45:49 2009 -0500

    Changed --pversion to --prodversion since it is more descriptive.

commit 76372456e9e7381de76d26e570153c1a0df6cc3a
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon May 11 14:35:03 2009 -0500

    command line parser cleanup
    
    Changed the --version option on the post command to --pversion so that
    we can use --version for the program's version number.
    Removed  the short option, -P, for --product from the search command
    since that was causing a conflict.
    Added a help command which will display the sub commands.  The --help
    option is used with commands to display detailed help on each command.
    Removed laxoptionparser since it is no longer needed.

commit a7bd28701cb5c4b111890f6b30be9fafa6631a5b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri May 8 18:08:01 2009 -0500

    moved some initializations to __init__.py from config.py

commit c8b6682b070104bd3729efe661dd4087de48a118
Author: Christian Ruppert <idl0r@gentoo.org>
Date:   Tue May 5 15:18:54 2009 +0200

    Whitespace.

commit ef5afc7fc9d5e754b2663795ab2db9ec76dc5d6f
Author: Christian Ruppert <idl0r@gentoo.org>
Date:   Tue May 5 15:03:54 2009 +0200

    Let the user know how many bugs have been found.

commit d5d97cfc4e75be115f19feb31892519d8583b937
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat May 2 10:40:29 2009 -0500

    converted indentation style from spaces to tabs
    
    This was done due to it being much easier for me to deal with with a
    screen reader than using spaces.

commit f4ee3dfb40d63f073b274787b968b5915abcd23c
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri May 1 17:35:46 2009 -0500

    released 0.7.4

commit 08c1202663304d4c61ffe70c2d84c20a51868d3f
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Apr 21 14:37:13 2009 -0500

    we should ignore the build directory

commit 6d569854b0d507d9d0e11f47b44ca97b2c660b5c
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Apr 21 14:14:30 2009 -0500

    removed a tab

commit fe4ab41e41e8b0ac76a74853b4312c4d367c6502
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Apr 21 13:56:39 2009 -0500

    fixed indentation

commit 315f37f0a738799b43673b820d2661aa2fd236d1
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Apr 21 13:47:48 2009 -0500

    made spacing for input consistent
    
    This fixes gentoo bug 266908.
    Thanks to thorium90@gmail.com for the patch.

commit 7d938470c59da06d73f25b8ac9e99e0a888a7916
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Apr 18 16:48:35 2009 -0500

    released 0.7.4_rc4

commit 3a9aa1cc8b5f2343f6696d89df30ae0e09cb7bc9
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Apr 17 09:23:34 2009 -0500

    workaround for unicode decode error
    
    This is for gentoo bug 266380.
    Thanks to idl0r@gentoo.org for the patch.

commit 9d7c9ca63bb151193918c9b57c80401fd53aa7d7
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Apr 13 18:38:05 2009 -0400

    bugz: fix spacing in summary screen
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit 345e32ef5dfc1b7519180c4e67d5a65ec7856faa
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Apr 11 21:18:05 2009 -0500

    released 0.7.4_rc3

commit 59383a1fa86c77a278b3c2ae375fbe5aed5cedf6
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Apr 11 20:43:45 2009 -0500

    added --show-url option for search and namedcmd
    
    This new feature for the search and namedcmd commands shows the bug id
    as a url which can be pasted into a web browser.
    This fixes gentoo bug 191350.  I would like to thank
    togge.gentoo@gmail.com for the idea and the original patch for this
    feature.

commit 68313d364c88a18daa7f6145192f0c367b2f75c9
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Apr 11 12:36:41 2009 -0500

    removed some tabs

commit ebb4543544b2dbb082c43f148f6ac07581b23ddc
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Apr 10 19:05:26 2009 -0500

    released 0.7.4_rc2

commit 2e0f51e011f483f4648142d31e20e9a208f5becf
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Apr 10 13:41:10 2009 -0500

    added the choices setting to the severity option for the modify command

commit 7692f6b54c7c2515fec483308b66bd93838aa957
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Apr 10 13:35:16 2009 -0500

    Added the --severity and --priority options to the post command

commit 557b4af7beac59a3120178cceb1e533ef7c4537f
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Apr 9 19:55:04 2009 -0500

    Added QA as a severity.

commit 66d84020f2251ad769540979c5fc1eb2976515f4
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 31 15:26:57 2009 -0500

    don't pass an option_list to the command line parser
    
    According to what I saw in the python 2.5 documentation, passing an
    option_list to the parser is depricated, and we should be using
    parser.add_option(...) for each option.  This is fixed in this commit.

commit fb26ce3d99abf71bd60bb1c5c363adb1071b8bf0
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Mar 30 18:03:44 2009 -0500

    added a --default-confirm option
    
    This is for gentoo bug 264150.  The option controls whether the default
    reply to the confirmation question when posting a bug will be y or n.

commit 4fa793b6e87cf9b4a088b04808e230ea7b48f285
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Mar 30 17:09:09 2009 -0500

    corrected the help for --no-append-command
    
    The help stated that this would tell pybugz not to append the output
    from a command to the description, but that is not the case.  It tells
    pybugs not to ask about appending the output of a command to the
    description.

commit b19e0660ee6c61e0ef106eb4408848ca68793e3d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 22:13:09 2009 -0500

    I factored LaxOptionParser out to a separate package.

commit b2e78a6a8a98a59f074b34d43d9b9b4798f963e1
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 21:30:03 2009 -0500

    PyBugz now handles --depends-on correctly
    
    This fixes gentoo bug 264125.

commit d1a52f40fbaaf642a53bfb6dd92e4dce27bd7be4
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 21:08:02 2009 -0500

    removed extra ')' from the display of the bug description.
    
    This fixes gentoo bug 264126.

commit caf7d4b00884601abe34875b852ec0fe241783e7
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 16:49:46 2009 -0500

    released 0.7.4_rc1

commit 55664cc65e7037c7f3486fa2179b0f9445280351
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 16:48:27 2009 -0500

    Fixed a warning when creating the distribution

commit a5d0181ff8772d9ab2bbc4f4473b603027b12409
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 16:41:03 2009 -0500

    Revert "updated ChangeLog"
    
    This reverts commit 5eddf5352f6f49bb69b2599ac407d5a8e06a46f6.

commit 5eddf5352f6f49bb69b2599ac407d5a8e06a46f6
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 16:37:21 2009 -0500

    updated ChangeLog

commit 96066c306c2f3e9444518dd15c475340e6051cd7
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 14:06:18 2009 -0500

    added ChangeLog.old to distribution

commit df3dcbe202c1ea739c030216562c1e5ed8efa748
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 13:54:29 2009 -0500

    renamed old ChangeLog to ChangeLog.old

commit d0508fb37731d8286a31a6fad8ff80bf15511108
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 28 11:58:28 2009 -0500

    make sure anything in contrib is included in distribution

commit bca64ec762946e17d711fae8abea927714a1f180
Merge: f48cf7a 06a9d4c
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Mar 27 21:37:38 2009 -0500

    Merge branch 'master' of git@github.com:ColdWind/pybugz

commit f48cf7af1f12d1aae7dc2efb09722d70fd60169e
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Mar 27 21:34:31 2009 -0500

    Made the help for the search command more clear
    
    This is for gentoo bug 263997.  I made it a little more clear in the
    --help function for the search command that --status=all is a valid
    choice.

commit 06a9d4ceeb5cf55d6d5a089d5d8640aa3ac3e38c
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Thu Mar 26 17:44:04 2009 +0100

    Initial zsh-completion

commit b763f4e5a5c393cebf9f9c83664ff0ab6b99a0ec
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Thu Mar 26 17:08:01 2009 +0100

    Add some common editor temporary files to .gitignore

commit f4511a96071e1f6cfb7c56521fabafb9d4fbae78
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Thu Mar 26 16:56:54 2009 +0100

    Fix two typos

commit 36033557fe08fada8931cc33554fd7dc4c5cde0e
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Mar 25 12:51:43 2009 -0500

    allow a bug id to be a string
    
    This allows the use of aliases.
    Thanks to Donnie Berkholz for the patch.

commit 8bd293f3126858a2d092e7a3f6b8a48b7381bb83
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Mar 25 12:31:57 2009 -0500

    check for username and password separately
    
    This changes the bugzilla interface to check and prompt for the username
    and password separately so that the tools using it can provide one or
    the other.  This fixes google code issue 12.

commit b393f7eb391e2917c390103a502ed6ccaf15d2fa
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Mar 25 11:56:35 2009 -0500

    change default encoding to utf-8
    
    This is an attempt to fix google code issue 3.

commit 4d52d2419aa040b32a70af602d10ad9b41f3d07e
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 24 14:56:03 2009 -0500

    locale and readline fixes
    
    All of the modules need to import locale for locale support.  Also,
    thanks again to brian.mitz@gmail.com for the patch for importing
    readline correctly since some platforms do not have it.

commit cbe23f0dda761c22eadef9870fa2d0224dfb8d73
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 24 13:51:58 2009 -0500

    fixed trace back when no terminal is available
    
    This closes google code issue #18.
    Thanks to brian.nitz@gmail.com for suggesting looking at bazaar's
    terminal_width function.

commit 5efd94ab9483057f735759ca1bb69d34b26124f7
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 24 11:13:52 2009 -0500

    attachment, get and search now authenticate
    
    This fixes google code issue #16.

commit 61b5530891202db6580d0395c0e25c2cfc00da55
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 24 10:31:34 2009 -0500

    Allow --comment-from and --comment-editor to be used together
    
    If this is done, the editor will be opened with the file mentioned by the
    --comment-from option as its initial contents.
    This fixes google code issue #15.
    Thanks to me@tiagocunha.org  for the patch.

commit b1f070005fe37c61bb6bc3800ec88bb790f98a01
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 20:56:42 2009 -0500

    Fixed a traceback if a comment was empty
    
    This fixes google code issue 22.

commit 40c4e31e4d3579aa7ba3e597db3bb31ca36534ac
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 20:32:05 2009 -0500

    fixed exit code after keyboard interrupt
    
    pybugz now exits with an unsuccessful exit after a keyboard interrupt.
    This fixes google code issue 9.

commit b5944e86265817bff25b6096a350728146d72486
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 18:18:59 2009 -0500

    added --no-append-command option to the post command
    
    This was added so that pybugz will skip asking about appending the
    output of a command to the description.  This fixes gentoo bug 219798.

commit 01559d8a86603398b9def3659ea747e13daeb83f
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 17:17:59 2009 -0500

    corrected handling of dependson and blocked
    
    These fields were not being handled correctly in the post command.  The
    conditions should have both been using "is none" instead of "not".

commit 313491b51b62e4b02c6834d21aafb4f91d15495e
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 15:52:44 2009 -0500

    Re-arranged the prompts for the post command
    
    I arranged the promtts for the post command so that they appear in the
    same order a user sees them in Bugzilla.

commit bf050b710c09db7c2bc6e8cc053b6a75f5ed28d9
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 13:41:18 2009 -0500

    added a --no-confirm option to the post command
    
    This makes it possible to use pybugz from scripts.
    This is a fix for gentoo bug 219797.

commit eed937a0ff0fef996f7706615b4041f934ce9778
Author: Christian Ruppert (idl0r) <idl0r@gentoo.org>
Date:   Sun Mar 22 17:39:46 2009 +0100

    Added workaround for --help/-h without subcommand. Fixed cmd definition to prevent "index out of range" errors.

commit aafd15eaff18cdda819b72c5d496357919f315d1
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 11:06:53 2009 -0500

    Revert "Added --help options to avoid unrecognized option errors."
    
    This reverts commit 56b752d49d91ffefce53d79fd32522559d2e955f.
    
    After working with Christian, we discovered that this breaks the help
    for the subcommands.

commit 56b752d49d91ffefce53d79fd32522559d2e955f
Author: Christian Ruppert (idl0r) <idl0r@gentoo.org>
Date:   Sun Mar 22 12:06:56 2009 +0100

    Added --help options to avoid unrecognized option errors.
    
    Signed-off-by: William Hubbs <w.d.hubbs@gmail.com>

commit 2b784872e99c4ee9501647d44c01c399fef1d244
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 02:17:55 2009 -0500

    factored some common code
    
    There was common code in the namedcmd and search functions, so I put it
    in a function on its own.

commit 3ace45274460421e4a409283547b982d59d872dd
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 22 01:34:01 2009 -0500

    re-arranged imports
    
    I moved an import to the top of cli.py and removed a duplicate import.

commit 4dc26b9b1a22a53dea7d4b8449e97fe1054c5d7d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 21 21:40:47 2009 -0500

    Revert "Fixed the help option"
    
    This reverts commit 662c6416a76539ba38a6c4aee77a4c24880e07b9.
    
    It is possible that I applied this incorrectly, but I found that there
    was not an issue with the help command without this patch.

commit 6db04965aa81e5cdcb585b465550c94685ca925e
Author: Nick Fortino (nfortino) <nfortino@gmail.com>
Date:   Sat Mar 21 14:50:57 2009 -0700

    Match the severity and priority of the web interface

commit 7cfa4fab9dbc33379e46a88ac77edf7dbe8e7d74
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 21 17:10:35 2009 -0500

    added support for running stored searches
    
    This adds the ability to run stored searches such as:
    bugz namedcmd "Amd64 stable"
    Thanks to togge.gentoo@gmail.com for the patch.

commit 662c6416a76539ba38a6c4aee77a4c24880e07b9
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 21 16:34:34 2009 -0500

    Fixed the help option
    
    The help option was missing, thanks to idl0r for the patch.

commit 3f35af2731b6730fe45bdd95a99372fb0aa8d7e5
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 21 15:12:23 2009 -0500

    added support for setting depends and blockers when posting
    
    This fixes gentoo bug 186293.

commit 1286f053e11fb8798d152f830910309b9c8dcef9
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 21 12:17:42 2009 -0500

    ignore the dist directory
    
    The dist directory should not end up being committed to the repository,
    so I added it to .gitignore.

commit 5ecf48902592e3e37e2b0fc93c7d4eabf5d1d12b
Merge: af6aa6d 34bdd08
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 21 11:47:37 2009 -0500

    Merge branch 'dev'
    
    Conflicts:
    	bin/bugz
    	bugz/__init__.py

commit 34bdd087f6d17c0b7b9c2a70d4e30551ff554431
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 21 11:07:20 2009 -0500

    removed extra import
    
    I removed an extra import.

commit 0c6c45afa2614a90f852fb37d4abd7f0e40736af
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Mar 20 23:30:14 2009 -0500

    distutils configuration update
    
    I removed PKG-INFO since this is automatically generated.  Also,
    .gitignore was updated so that MANIFEST will be ignored and the metadata
    in the setup.py script was updated.

commit a5421628320340a3bfbb77ae474728fa197f6e79
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Mar 20 20:56:52 2009 -0500

    separated the bugzilla and command line interfaces
    
    The code has been re-factored so that the command line interface,
    bugzilla interface and configuration are all in the bugz package.  The
    bugz script just imports the portions of the package it needs to allow
    it to be run from the command line.

commit d83bed85b06a48b3c547f6a77bcc458e0f072113
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Mar 20 20:30:57 2009 -0500

    Added a .gitignore file
    
    This is so that git will ignore *.pyc and *.pyo files.

commit fe4f585a179c7f47ff3a73b79af9c261bf9356e5
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Mar 20 07:11:01 2009 -0500

    fixed import
    
    The bugz script needs to import urljoin.

commit af6aa6d74ddfc375278360a1280d16ae074cad1f
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Mar 20 06:39:29 2009 -0500

    Revert "separated command line functions again"
    I am working on the dev branch, so I reverted this from master.
    This reverts commit 233156aa85a3ab44d1ce7edd3c9312aed135813b.

commit 4a5257c9751416a6b996b0b7a80fd3b03372f049
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Mar 20 06:33:53 2009 -0500

    Revert "moved ellipsis function and imports"
    
    This reverts commit 6b7d070f7652aee96aec4c69baf82387db4ad94d.
    Reverted this since I am working on the dev  branch.

commit 6b7d070f7652aee96aec4c69baf82387db4ad94d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Mar 19 10:13:17 2009 -0500

    moved ellipsis function and imports
    
    I moved the ellipsis function to the bugz package since that is the only
    place it is used.  I moved most of the imports in the bugz package to
    the top of the file.

commit 233156aa85a3ab44d1ce7edd3c9312aed135813b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Mar 18 21:20:03 2009 -0500

    separated command line functions again
    
    This is my second attempt to separate the command line functions from
    the bugzilla interface itself.

commit e4b8ea0c37a1b731744c1ce1d7a640688cc727e8
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Mar 18 19:19:04 2009 -0500

    Revert "separate the interfaces"
    
    This reverts commit 7ecc9f218c5f34444567eb89cfa9e9234a9c8a6d.

commit 7ecc9f218c5f34444567eb89cfa9e9234a9c8a6d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Mar 18 17:34:36 2009 -0500

    separate the interfaces
    
    Now bin/bugz contains the code for the command line interface, and
    the bugz directory contains code for the bugzilla interface.

commit 7a08805e52eb5fdbbf7a731f901c6704f335e970
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 17 18:31:29 2009 -0500

    add MANIFEST.in
    
    This file is also on the master branch, so I have added a version of it
    here without the bugz/bugzdefs directory.

commit 65f202bb84f7b046d0216aa4b13734f79756da05
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 17 18:17:01 2009 -0500

    make file/directory layout consistent
    
    This makes the file/directory layout consistent between this branch ant
    master.

commit 4a9e4a7a2b62469b9b48d74a362e305882514e56
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun May 18 18:27:58 2008 +0000

    Updated version number.

commit 285870d86738c868d53b2ae2ef57e4bea91343c7
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 18:18:22 2008 +0000

    Make --version skipable throgh an empty string.

commit 48b7e42893d6d9baba867ee4119da51dfffe3373
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:40:06 2008 +0000

    Removed default 'version' value on command line.

commit 69d8a9e612305066910d40e4aa33881e24719c92
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:03:03 2008 +0000

    * Remove EMERGE
    * Add --ignore-default-opts to emerge_info, fixes issue 5,
    thanks to Tiago Cunha.

commit 5746fe898a3a0a5b08e82214d63dc8f5fe4731ed
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:02:57 2008 +0000

    Fix --forget, issue 6. Patch from John L. Clark.

commit 3f717a8ecfdf1260fd031e4a4d0164a5aafd8997
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:02:51 2008 +0000

    * Deprecate --emerge-info
    * Introducing --append-command
    * Use 'log' for all default output on post action.

commit d687ea415b7bbe127483f7e0a5c8846b48957fc2
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:02:46 2008 +0000

    Update post's docstring.

commit 1f65a3a4a2540b6562ad7a50b84fc8cfa4c134b2
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:02:39 2008 +0000

    version default to 'unspecified' on command-line, too.

commit 156e7cf203fc733079d9c482ee13d92045995435
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:02:34 2008 +0000

    Use https://bugs.gentoo.org/ by default.

commit a2a3f8ee30ca6d8f2c396c6055f52f6e67e88b24
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:02:28 2008 +0000

    Add support for version field and make product and component
    support on test work.

commit 831d8d69459ee450eec9d37ebd356a1b17064ce5
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 17:02:23 2008 +0000

    Initial support for product and component.

commit 16819419b495c85170838322bdf7f3cca6b103a6
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun May 18 13:23:30 2008 +0000

    Update homepage and add my contact info.

commit 0530cd2b462ceb31615ae5deebb138f8be496b90
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Mon Dec 31 16:53:31 2007 +0000

    Add LICENSE to 0.7.x branch.

commit a8805266f49b4bc761ebad1f0defbd8d0cd274e9
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Mon Dec 31 16:50:18 2007 +0000

    Fix tabs in ChangeLog and bring PKG-INFO back.

commit 23775838988ee479382f38cef9a267d9d02ce89b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Dec 30 18:37:26 2007 +0000

    Set version to 0.7.3 and updated changelog.

commit 7fcd038bc688f2d5adc2bcce70570dafdb76b78b
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun Dec 30 16:48:24 2007 +0000

    Creating a maintainance branch for 0.7.x

commit 5ee6dc279eea4b9cc57e44b4475cd105102ce499
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Sun Dec 30 16:40:58 2007 +0000

    * Fix a a bug when posting without keywords.

commit 2e41e321fe285d1546084e165bb7e9ff8c537281
Author: Santiago M. Mola <coldwind@coldwind.org>
Date:   Fri Dec 28 18:29:29 2007 +0000

    ChangeLog fixes and set version to 0.7.2.

commit f6a6588b1f43864dc99b092ea5ccb959a96346b9
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Dec 28 17:00:04 2007 +0000

    Added support for the --keywords option, thanks to Mike Vapier.

commit 29bef2dc00784c69b17f6cb478ba299082586ae7
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Dec 16 15:58:59 2007 +0000

    Removed the ebuild since this is in the gentoo portage tree.

commit be8e477afc7b5942273b9eeef2bd5755f5a11d28
Author: Alastair Tse <alastair@liquidx.net>
Date:   Sat Dec 15 23:40:38 2007 +0000

    Syncing from Gentoo's SVN repository (from coldwind@gentoo.org)

commit 31c3a4c37f783cfdb916a6adfd35bff4464047ea
Author: Alastair Tse <alastair@liquidx.net>
Date:   Sat Dec 15 23:35:42 2007 +0000

    Adding snapshot of code form http://svn.liquidx.net/svn/python/pybugz/
