aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/new.py
Commit message (Expand)AuthorAgeFilesLines
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-83/+0
* be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-071-2/+4
* Remove Bug.target references from several becommands (all but target.py).W. Trevor King2009-12-051-2/+2
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-211-1/+1
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Now becommands.new's unittest cleans up after itself.W. Trevor King2009-07-311-1/+1
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-2/+3
* Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-211-1/+0
|\
| * Cleaned up saving/sync_with_disk.W. Trevor King2009-07-211-1/+0
* | Merged some bugfixes from be.wtk-rrW. Trevor King2009-07-181-0/+1
|\|
| * Import sys in becommands/new.py.W. Trevor King2009-07-181-0/+1
* | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-3/+4
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Adjustments to new versioned_property behavior.W. Trevor King2009-07-111-3/+3
* Added new-bug-from-stdin to mirror comments-from-stdin.W. Trevor King2009-07-071-3/+8
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+2
* Added per-tree default assignee option.W. Trevor King2008-12-041-0/+6
* Added per-tree configurable severities.W. Trevor King2008-12-041-4/+4
* Added support for bug reporter field.W. Trevor King2008-12-021-0/+6
* Bug moved to the settings_object system.W. Trevor King2008-12-021-2/+2
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-1/+3
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-4/+4
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-1/+1
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-13/+11
* Moved bug.new_bug code into bugdir.BugDir.new_bug.W. Trevor King2008-11-191-2/+1
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-7/+6
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-1/+2
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-2/+4
* Fixed test suite for the unicode switchAaron Bentley2006-04-011-2/+2
* Fixed test case for newAaron Bentley2005-05-181-1/+1
* Improved command parsing for "new"Aaron Bentley2005-05-181-0/+12
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Finished tests for newAaron Bentley2005-03-241-2/+13
* started work on test case for "new"Aaron Bentley2005-03-241-1/+10
* Added datestamps to bugsAaron Bentley2005-03-231-5/+2
* Used cmdutil tree_root wrapper to avoid tracebacks on wrong treeAaron Bentley2005-03-181-1/+1
* Made new print the bug ID of the new bugAaron Bentley2005-03-181-1/+2
* Switched tree format to mapfile-basedAaron Bentley2005-03-171-1/+1
* Implemented plugin system for viewing commandsAaron Bentley2005-03-111-0/+1
* Modularized commands into filesAaron Bentley2005-03-111-0/+13