aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Expand)AuthorAgeFilesLines
...
* | libbe/encoding.pyW. Trevor King2009-06-191-2/+2
* | Fixed lack of user_id caching in bugdir.BugDirW. Trevor King2008-12-041-5/+9
* | Added per-tree default assignee option.W. Trevor King2008-12-041-1/+6
* | Closed a few old bugs that seem outdated/dealt with.W. Trevor King2008-12-041-1/+1
* | Fixed missing directory error when merging comments onto a bare bug.W. Trevor King2008-12-041-0/+2
* | becommands/severity and status now handle --complete appropriately.W. Trevor King2008-12-041-0/+2
* | Per-tree status levels working.W. Trevor King2008-12-043-19/+57
* | bug severity verification now works with per-tree severities.W. Trevor King2008-12-042-6/+8
* | Per-tree settings now passed into bug module.W. Trevor King2008-12-042-7/+27
* | Added per-tree configurable severities.W. Trevor King2008-12-043-27/+38
* | Added support for bug reporter field.W. Trevor King2008-12-021-0/+1
* | Fixed comparison bug in Bug._get_time.W. Trevor King2008-12-021-3/+8
* | Converted Comment to the settings_object system.W. Trevor King2008-12-021-56/+28
* | Bug moved to the settings_object system.W. Trevor King2008-12-021-56/+31
* | Added decorator-style properties to bugdir. Created settings_object module.W. Trevor King2008-12-025-157/+467
* | Added decorator-style properties to libbe/comment.py.W. Trevor King2008-12-013-77/+209
* | Added libbe/properties to make property management easier.W. Trevor King2008-11-282-105/+586
* | Added becommands/comment completion.W. Trevor King2008-11-273-4/+12
* | Added bugid_args option to cmdutil.default_complete.W. Trevor King2008-11-271-3/+23
* | Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-2/+22
* | Merged --commands and --options into --complete. Simpler that way.W. Trevor King2008-11-271-12/+8
* | Basic bash completion is now supported.W. Trevor King2008-11-271-3/+26
* | Added -a/n/m/r to becommands/diff.py.W. Trevor King2008-11-251-2/+2
* | Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-2514-159/+363
* | Oops, should be passing libbe.tree.Tree.sort() args to children. Fixed.W. Trevor King2008-11-251-1/+4
* | Added becommands/merge to join duplicate bugs.W. Trevor King2008-11-242-17/+39
* | Adjusted becommands/set to handle user_id properly.W. Trevor King2008-11-241-7/+10
|/
* Fixed broken doctest and inconsitent indentation from not wrapping comments.W. Trevor King2008-11-241-2/+4
* Removed auto-wrapping from comment.Comment.string().W. Trevor King2008-11-241-2/+4
* Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().W. Trevor King2008-11-244-23/+33
* Replaced direct filesystem read from bugdir.py with RCS mediated read.W. Trevor King2008-11-243-60/+13
* Added 'allow_no_rcs' flag to RCS file system access methods.W. Trevor King2008-11-245-125/+204
* Created bugdir.MultipleBugMatches so bugdir no longer imports cmdutil.W. Trevor King2008-11-232-4/+9
* Removed outdated beuuid import from libbe/bugdir.pyW. Trevor King2008-11-231-1/+0
* libbe/diff.diff() was missing newly created bugs. Fixed.W. Trevor King2008-11-231-2/+5
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-234-38/+62
* Improved user-id saving/loading/caching & save user-id into duplicate bugdirs.W. Trevor King2008-11-231-16/+19
* Added bugdir user-id caching and save/load from settings file.W. Trevor King2008-11-232-1/+36
* Fixed "'NoneType' object is not callable" error in libbe/utility/Dir.__del__W. Trevor King2008-11-231-2/+5
* Added archive/project init code for `./test_usage.sh arch`.W. Trevor King2008-11-233-9/+1
* Explicit rcs.cleanup() in bugdir test.W. Trevor King2008-11-224-19/+15
* libbe.utility.Dir was complaining of a missing shutil in __del__().W. Trevor King2008-11-221-1/+2
* Created and fixed bug 496edad5-1484-413a-bc68-4b01274a65eb.W. Trevor King2008-11-224-34/+126
* Oops, these new submods are used by the new, classified Bug & BugDir.W. Trevor King2008-11-223-0/+602
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-2110-512/+477
* names.creator() replaced by rcs.get_user_id().W. Trevor King2008-11-191-6/+0
* Merged bug.new_comment into bug.Bug.new_comment.W. Trevor King2008-11-191-8/+4
* Moved bug.new_bug code into bugdir.BugDir.new_bug.W. Trevor King2008-11-192-8/+4
* Removed libbe/tests.pyW. Trevor King2008-11-191-31/+0
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-1817-692/+1123