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
/
storage
/
vcs
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix VCS doctest for +revision InvalidID error message
W. Trevor King
2010-01-18
1
-1
/
+1
*
Added VCS._u_find_id_from_manifest for faster id->path calculation
W. Trevor King
2010-01-18
1
-1
/
+28
*
Adjust VCSTestCase method docstrings for unittest.
W. Trevor King
2010-01-18
1
-6
/
+3
*
Added VCS._ancestors
W. Trevor King
2010-01-18
1
-0
/
+21
*
Ignore paths with _u_path_to_id errors in VCS.changed
W. Trevor King
2010-01-18
1
-5
/
+12
*
Add .changed() support to VCS
W. Trevor King
2010-01-18
1
-0
/
+15
*
Use more kwargs in libbe.command.serve
W. Trevor King
2010-01-01
1
-1
/
+1
*
Hand nonexistent paths in VCS._u_search_parent_directories().
W. Trevor King
2010-01-01
1
-1
/
+5
*
Updated copyright information
W. Trevor King
2010-01-01
1
-1
/
+1
*
Track connection status to allow multiple Storage.disconnect() calls.
W. Trevor King
2009-12-31
1
-1
/
+1
*
Use ._vcs_is_versioned() in VCS._children()
W. Trevor King
2009-12-29
1
-0
/
+3
*
Fixed make_*_testcase_subclasses() to avoid duplication.
W. Trevor King
2009-12-29
1
-1
/
+2
*
Added an additional VCS._u_rel_path() unittest.
W. Trevor King
2009-12-29
1
-2
/
+3
*
Added root directory handling to VCS._u_rel_path().
W. Trevor King
2009-12-29
1
-3
/
+8
*
Updated Hg backend to support .children(revision).
W. Trevor King
2009-12-29
1
-4
/
+5
*
Updated Git backend to support .children(revision).
W. Trevor King
2009-12-28
1
-2
/
+4
*
Fixed VCS.children() and Bzr.children() for non-None revisions.
W. Trevor King
2009-12-28
1
-10
/
+68
*
libbe.storage.vcs.base.VCS._init() now creates the '.be/version' file.
W. Trevor King
2009-12-28
1
-13
/
+29
*
Moved InvalidStorageVersion from libbe.command to libbe.storage
W. Trevor King
2009-12-27
1
-4
/
+9
*
Added storage.Storage.storage_version() and command.InvalidStorageVersion.
W. Trevor King
2009-12-27
1
-6
/
+8
*
Fixed libbe.storage.util.upgrade
W. Trevor King
2009-12-27
1
-18
/
+11
*
Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation
W. Trevor King
2009-12-15
1
-1
/
+4
*
Transitioned comment to Command format
W. Trevor King
2009-12-14
1
-3
/
+4
*
Transitioned init to Command format
W. Trevor King
2009-12-14
1
-4
/
+6
*
The VCS storage backends are all mostly working now.
W. Trevor King
2009-12-13
1
-1
/
+0
*
Moved Arch over to Storage format
W. Trevor King
2009-12-13
1
-1
/
+18
*
Check for repo existence before initializing VCS
W. Trevor King
2009-12-13
1
-2
/
+4
*
Handle non-int args to VCS.revision_id at the VCS level.
W. Trevor King
2009-12-13
1
-0
/
+5
*
Adjust Hg._vcs_revision_id to bail cleanly on non-int revids
W. Trevor King
2009-12-13
1
-0
/
+1
*
Use detect rather than catching errors in _vcs_root().
W. Trevor King
2009-12-13
1
-50
/
+10
*
More fixes for libbe.storage.vcs.hg + .git transition.
W. Trevor King
2009-12-13
1
-1
/
+2
*
Fixes to get libbe.storage.vcs.hg passing tests.
W. Trevor King
2009-12-13
1
-2
/
+3
*
Converted libbe.storage.vcs.hg to new Storage format.
W. Trevor King
2009-12-13
1
-22
/
+35
*
Converted libbe.storage.vcs.base to new Storage format.
W. Trevor King
2009-12-13
1
-594
/
+511
*
Added libbe.ui.util.user for managing user ids.
W. Trevor King
2009-12-12
1
-4
/
+4
*
Transitioned bugdir.py to new storage format.
W. Trevor King
2009-12-08
1
-0
/
+156
*
Initial directory restructuring to clarify dependencies
W. Trevor King
2009-12-07
1
-0
/
+941