aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bugdir.py
Commit message (Expand)AuthorAgeFilesLines
* Minor BugDir docstring typo correction.W. Trevor King2009-11-301-1/+1
* BugDir.list_uuids() -> BugDir.uuids()W. Trevor King2009-11-281-5/+5
* Adjusted test.py to use an installed vcs by default.W. Trevor King2009-11-201-1/+1
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-051-4/+4
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-0/+6
* BugDir.duplicate_bugdir() fix for when parent bugdir's sync_with_disk == False.W. Trevor King2009-08-311-2/+8
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-77/+77
* Upgrade duplicate bugdirs if necessary (e.g. for `be diff').W. Trevor King2009-08-311-2/+13
* Added libbe/upgrade.py to handle upgrading on-disk bugdirs.W. Trevor King2009-08-311-13/+9
* Made get_path() definitions consistent between bugdirs, bugs, and comments.W. Trevor King2009-08-311-3/+3
* Handle BugDir.list_uuids() in the case of missing ".be/bugs/".W. Trevor King2009-08-111-4/+5
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-34/+47
* Return to original directory after libbe.bugdir.SimpleBugDirTestCase().W. Trevor King2009-07-311-0/+2
* Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False).W. Trevor King2009-07-311-1/+1
* Merged interactive email interfaceW. Trevor King2009-07-291-84/+199
|\
| * .sync_with_disk fixes for libbe.bugdir and .comment.W. Trevor King2009-07-271-3/+6
| * BugDir._in_memory was a stupid idea. Took it back out.W. Trevor King2009-07-261-103/+147
| * Added in_memory to BugDir.__init__ to disable saving/loading completely.W. Trevor King2009-07-251-17/+77
| * Added on_disk option to libbe.bugdir.simple_bug_dir().W. Trevor King2009-07-251-6/+14
* | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-291-1/+7
|/
* Added BugDir.extra_strings.W. Trevor King2009-07-211-0/+14
* Cleaned up saving/sync_with_disk.W. Trevor King2009-07-211-29/+63
* Cleaned up some outdated libbe.settings_object.EMPTY cruft.W. Trevor King2009-07-201-3/+4
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Updating "be set --help" and "be status --help".W. Trevor King2009-07-111-1/+1
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+5
* Added darcs support.W. Trevor King2009-06-301-1/+1
* Added Bug.extra_strings to support add-on functionality, e.g. `be tag`.W. Trevor King2009-06-231-2/+2
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-221-7/+0
* 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
* Per-tree status levels working.W. Trevor King2008-12-041-1/+23
* Per-tree settings now passed into bug module.W. Trevor King2008-12-041-1/+9
* Added per-tree configurable severities.W. Trevor King2008-12-041-0/+4
* Added decorator-style properties to bugdir. Created settings_object module.W. Trevor King2008-12-021-137/+121
* Added decorator-style properties to libbe/comment.py.W. Trevor King2008-12-011-0/+32
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-27/+96
* Adjusted becommands/set to handle user_id properly.W. Trevor King2008-11-241-7/+10
* Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().W. Trevor King2008-11-241-14/+19
* Replaced direct filesystem read from bugdir.py with RCS mediated read.W. Trevor King2008-11-241-6/+9
* Added 'allow_no_rcs' flag to RCS file system access methods.W. Trevor King2008-11-241-50/+82
* Created bugdir.MultipleBugMatches so bugdir no longer imports cmdutil.W. Trevor King2008-11-231-3/+9
* Removed outdated beuuid import from libbe/bugdir.pyW. Trevor King2008-11-231-1/+0
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-17/+25
* 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-231-0/+31
* Explicit rcs.cleanup() in bugdir test.W. Trevor King2008-11-221-3/+3
* Created and fixed bug 496edad5-1484-413a-bc68-4b01274a65eb.W. Trevor King2008-11-221-23/+90