| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite commands to use bugdirs instead of a single bugdir. | W. Trevor King | 2012-08-29 | 1 | -4/+163 |
* | bugdir: add `update` argument to BugDir.append(). | W. Trevor King | 2012-08-29 | 1 | -6/+8 |
* | bugdir: add BugDir.xml(), .from_xml(), and .append(). | W. Trevor King | 2012-08-29 | 1 | -3/+230 |
* | Ran update-copyright.py. | W. Trevor King | 2012-02-16 | 1 | -10/+10 |
* | Make BugDir._uuids_cache a set. | W. Trevor King | 2011-05-12 | 1 | -9/+13 |
* | Bumped to version 1.0.01.0.0 | Chris Ball | 2011-01-08 | 1 | -1/+1 |
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -12/+13 |
* | Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute" | W. Trevor King | 2010-02-07 | 1 | -31/+16 |
* | Use numpydoc and generate-libbe-txt.py to autogenerate API documentation | W. Trevor King | 2010-02-06 | 1 | -1/+1 |
* | Added bugdir and comment modules to Sphinx docs | W. Trevor King | 2010-02-06 | 1 | -5/+7 |
* | Always load settings when initializing BugDir from storage. | W. Trevor King | 2010-01-30 | 1 | -0/+1 |
* | Move BugDir, Bug, and Comment to new _setup_saved_settings | W. Trevor King | 2010-01-22 | 1 | -2/+2 |
* | Minor cleanups + remove debuging line in Init doctest | W. Trevor King | 2010-01-22 | 1 | -1/+0 |
* | Reworked settings_object module, but command.init tests still fail: | W. Trevor King | 2010-01-22 | 1 | -3/+0 |
* | Fix _uuids_cache reset in BugDir._clear_bugs | W. Trevor King | 2010-01-21 | 1 | -1/+2 |
* | Add _uuids_cache management to BugDir._clear_bugs | W. Trevor King | 2010-01-21 | 1 | -0/+1 |
* | Fix BugDir._uuid_cache management for new_bug()/remove_bug(). | W. Trevor King | 2010-01-20 | 1 | -0/+4 |
* | Optimized BugDir.uuids, caching on-disk bug uuids. | W. Trevor King | 2010-01-20 | 1 | -13/+10 |
* | Optimized libbe.diff.Diff._changed when old bugdir is a RevisionedBugDir | W. Trevor King | 2010-01-18 | 1 | -47/+11 |
* | Moved BugDir.duplicate_bugdir to RevisionedBugDir class | W. Trevor King | 2010-01-18 | 1 | -11/+18 |
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
* | Fixed up the completion helpers in libbe.command.util | W. Trevor King | 2009-12-29 | 1 | -7/+11 |
* | Adapted BugDir.duplicate_bugdir() to use revision-dependend Storage.children() | W. Trevor King | 2009-12-29 | 1 | -3/+9 |
* | Moved InvalidStorageVersion from libbe.command to libbe.storage | W. Trevor King | 2009-12-27 | 1 | -0/+3 |
* | Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation | W. Trevor King | 2009-12-15 | 1 | -52/+73 |
* | Fixed up libbe.diff | W. Trevor King | 2009-12-15 | 1 | -2/+2 |
* | Transitioned remove to Command-format | W. Trevor King | 2009-12-14 | 1 | -2/+2 |
* | Transitioned merge to Command-format | W. Trevor King | 2009-12-14 | 1 | -1/+1 |
* | Transitioned init to Command format | W. Trevor King | 2009-12-14 | 1 | -3/+0 |
* | Transitioned assign to Command format | W. Trevor King | 2009-12-14 | 1 | -17/+23 |
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 1 | -6/+6 |
* | Moved be to libbe.ui.command_line and transitioned to Command format. | W. Trevor King | 2009-12-12 | 1 | -1/+1 |
* | Moved bugdir, bug, and comment over to new id implementation. | W. Trevor King | 2009-12-10 | 1 | -59/+25 |
* | Reworked test.py to handle deeper directory structure | W. Trevor King | 2009-12-08 | 1 | -1/+1 |
* | Moved properties.py and settings_object.py to libbe/storage/util/ | W. Trevor King | 2009-12-08 | 1 | -4/+4 |
* | Transitioned bugdir.py to new storage format. | W. Trevor King | 2009-12-08 | 1 | -574/+329 |
* | Don't necessarily initialize a new VCS in BugDir.load_settings(). | W. Trevor King | 2009-12-03 | 1 | -2/+3 |
* | Added libbe.TESTING (defaults to False). | W. Trevor King | 2009-12-03 | 1 | -143/+156 |
* | Minor BugDir docstring typo correction. | W. Trevor King | 2009-11-30 | 1 | -1/+1 |
* | BugDir.list_uuids() -> BugDir.uuids() | W. Trevor King | 2009-11-28 | 1 | -5/+5 |
* | Adjusted test.py to use an installed vcs by default. | W. Trevor King | 2009-11-20 | 1 | -1/+1 |
* | Ran the new update_copyright.py | W. Trevor King | 2009-11-19 | 1 | -0/+1 |
* | Moved from *.__del__() to exclusive use of *.cleanup(). | W. Trevor King | 2009-10-05 | 1 | -4/+4 |
* | Added docstrings to libbe submodules. | W. Trevor King | 2009-08-31 | 1 | -0/+6 |
* | BugDir.duplicate_bugdir() fix for when parent bugdir's sync_with_disk == False. | W. Trevor King | 2009-08-31 | 1 | -2/+8 |
* | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2 | W. Trevor King | 2009-08-31 | 1 | -77/+77 |
* | Upgrade duplicate bugdirs if necessary (e.g. for `be diff'). | W. Trevor King | 2009-08-31 | 1 | -2/+13 |
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 1 | -13/+9 |
* | Made get_path() definitions consistent between bugdirs, bugs, and comments. | W. Trevor King | 2009-08-31 | 1 | -3/+3 |
* | Handle BugDir.list_uuids() in the case of missing ".be/bugs/". | W. Trevor King | 2009-08-11 | 1 | -4/+5 |