index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbe
/
bugdir.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Improved unittest cleanup by adding BugDir.cleanup().
W. Trevor King
2009-07-31
1
-34
/
+47
*
Return to original directory after libbe.bugdir.SimpleBugDirTestCase().
W. Trevor King
2009-07-31
1
-0
/
+2
*
Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False).
W. Trevor King
2009-07-31
1
-1
/
+1
*
Merged interactive email interface
W. Trevor King
2009-07-29
1
-84
/
+199
|
\
|
*
.sync_with_disk fixes for libbe.bugdir and .comment.
W. Trevor King
2009-07-27
1
-3
/
+6
|
*
BugDir._in_memory was a stupid idea. Took it back out.
W. Trevor King
2009-07-26
1
-103
/
+147
[next]