aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bugdir.py
Commit message (Expand)AuthorAgeFilesLines
* Fix _uuids_cache reset in BugDir._clear_bugsW. Trevor King2010-01-211-1/+2
* Add _uuids_cache management to BugDir._clear_bugsW. Trevor King2010-01-211-0/+1
* Fix BugDir._uuid_cache management for new_bug()/remove_bug().W. Trevor King2010-01-201-0/+4
* Optimized BugDir.uuids, caching on-disk bug uuids.W. Trevor King2010-01-201-13/+10
* Optimized libbe.diff.Diff._changed when old bugdir is a RevisionedBugDirW. Trevor King2010-01-181-47/+11
* Moved BugDir.duplicate_bugdir to RevisionedBugDir classW. Trevor King2010-01-181-11/+18
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Fixed up the completion helpers in libbe.command.utilW. Trevor King2009-12-291-7/+11
* Adapted BugDir.duplicate_bugdir() to use revision-dependend Storage.children()W. Trevor King2009-12-291-3/+9
* Moved InvalidStorageVersion from libbe.command to libbe.storageW. Trevor King2009-12-271-0/+3
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-52/+73
* Fixed up libbe.diffW. Trevor King2009-12-151-2/+2
* Transitioned remove to Command-formatW. Trevor King2009-12-141-2/+2
* Transitioned merge to Command-formatW. Trevor King2009-12-141-1/+1
* Transitioned init to Command formatW. Trevor King2009-12-141-3/+0
* Transitioned assign to Command formatW. Trevor King2009-12-141-17/+23
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-6/+6
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-1/+1
* Moved bugdir, bug, and comment over to new id implementation.W. Trevor King2009-12-101-59/+25
* Reworked test.py to handle deeper directory structureW. Trevor King2009-12-081-1/+1
* Moved properties.py and settings_object.py to libbe/storage/util/W. Trevor King2009-12-081-4/+4
* Transitioned bugdir.py to new storage format.W. Trevor King2009-12-081-574/+329
* Don't necessarily initialize a new VCS in BugDir.load_settings().W. Trevor King2009-12-031-2/+3
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-143/+156
* 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