aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/new.py
Commit message (Expand)AuthorAgeFilesLines
* Incorrect accquiring bugdir command line argumentMatěj Cepl2013-10-311-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+2
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-3/+18
* Make the full UUIDs optional for `new` and `comment`.W. Trevor King2012-03-031-1/+7
* Print full UUIDs during `new` and `comment`.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)2012-03-021-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-0/+2
* Temporarily disable writing in `be new` to avoid repeated updates.W. Trevor King2011-04-161-0/+3
* Centralize assigned processing in parse_assigned & add assigned test to New.W. Trevor King2011-04-161-7/+7
* Add support for 'none' and '-' with --assigned like in `be assign`Andrew Cooper2011-03-291-1/+6
* Add options --status and --severity to `be new`Andrew Cooper2011-03-291-0/+14
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Added -c/--creator to `be new`wking2010-06-221-1/+8
* Use _get_user_id() in New, remove unused 'user-id' prop. from Commit.W. Trevor King2010-01-211-0/+6
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-4/+6
* Transition to Command-format complete.W. Trevor King2009-12-151-0/+2
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-3/+4
* Transitioned new to Command-formatW. Trevor King2009-12-141-49/+58
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+83