aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bugdir.py
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-301-9/+9
* More cleanups.Matěj Cepl2024-01-301-25/+25
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-7/+7
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-16/+16
* Transition to libbe.LOG for loggingW. Trevor King2013-01-241-5/+5
* doc: clean up top level module docstringsW. Trevor King2012-10-261-1/+1
* libbe:bugdir: avoid SimpleBugDir is not a item nameW. Trevor King2012-10-261-1/+1
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-261-4/+4
* doc: update :mod: to :py:mod: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* bugdir|bug|comment: update default settings string to be value JSON.W. Trevor King2012-10-251-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-4/+163
* bugdir: add `update` argument to BugDir.append().W. Trevor King2012-08-291-6/+8
* bugdir: add BugDir.xml(), .from_xml(), and .append().W. Trevor King2012-08-291-3/+230
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Make BugDir._uuids_cache a set.W. Trevor King2011-05-121-9/+13
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-071-31/+16
* Use numpydoc and generate-libbe-txt.py to autogenerate API documentationW. Trevor King2010-02-061-1/+1
* Added bugdir and comment modules to Sphinx docsW. Trevor King2010-02-061-5/+7
* Always load settings when initializing BugDir from storage.W. Trevor King2010-01-301-0/+1
* Move BugDir, Bug, and Comment to new _setup_saved_settingsW. Trevor King2010-01-221-2/+2
* Minor cleanups + remove debuging line in Init doctestW. Trevor King2010-01-221-1/+0
* Reworked settings_object module, but command.init tests still fail:W. Trevor King2010-01-221-3/+0
* 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