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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add .changed() support to VCS
W. Trevor King
2010-01-18
1
-0
/
+15
*
Too much trouble to handle Git's lack of dir versioning in test_get_previous_...
W. Trevor King
2010-01-18
1
-1
/
+1
*
Add VersionedStorageTestCases in make_versioned_storage_testcase_subclasses
W. Trevor King
2010-01-18
1
-2
/
+5
*
Added libbe.storage.base.VersionedStorage.changed() and a test.
W. Trevor King
2010-01-15
1
-5
/
+59
*
Fixed update_copyright.py's subproc import and updated copyrights
W. Trevor King
2010-01-01
1
-1
/
+1
*
Fixed commit handling in commands.serve and storage.http
W. Trevor King
2010-01-01
1
-2
/
+2
*
Use more kwargs in libbe.command.serve
W. Trevor King
2010-01-01
1
-1
/
+1
*
Fixed some stupid typos in libbe/storage/http.py
W. Trevor King
2010-01-01
1
-2
/
+2
*
Added libbe.command.serve and libbe.storage.http for HTTP backend.
W. Trevor King
2010-01-01
2
-4
/
+275
*
Hand nonexistent paths in VCS._u_search_parent_directories().
W. Trevor King
2010-01-01
1
-1
/
+5
*
Return a meaningful Storage.version()
W. Trevor King
2010-01-01
1
-1
/
+2
*
Updated copyright information
W. Trevor King
2010-01-01
14
-15
/
+57
*
Track connection status to allow multiple Storage.disconnect() calls.
W. Trevor King
2009-12-31
2
-5
/
+18
*
Correct for possible directory changes in mercurial.dispatch.dispatch()
W. Trevor King
2009-12-29
1
-0
/
+2
*
Disable mercurial.demandimport, since it breaks Bzr
W. Trevor King
2009-12-29
1
-2
/
+0
*
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
2
-14
/
+17
*
We don't do much with Mercurial's ui, so _dispatch -> dispatch
W. Trevor King
2009-12-29
1
-2
/
+1
*
Updated Darcs backend towards supporting .children(revision).
W. Trevor King
2009-12-29
1
-40
/
+114
*
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
*
Adjust Git._vcs_isdir() to Python-2.5-compatible syntax
W. Trevor King
2009-12-29
1
-1
/
+2
*
Updated Hg backend to support .children(revision).
W. Trevor King
2009-12-29
2
-5
/
+37
*
Hg storage now based off mercurial module, not 'hg' executible.
W. Trevor King
2009-12-29
2
-22
/
+40
*
Updated Git backend to support .children(revision).
W. Trevor King
2009-12-28
3
-4
/
+26
*
Fixed VCS.children() and Bzr.children() for non-None revisions.
W. Trevor King
2009-12-28
3
-12
/
+102
*
Added VersionedStorage_commit_TestCase.test_commit_revision_ids()
W. Trevor King
2009-12-28
1
-0
/
+23
*
Bzr storage now based off bzrlib module, not 'bzr' executible.
W. Trevor King
2009-12-28
1
-38
/
+76
*
VersionedStorage_commit_TestCase now allows for versioned files created by se...
W. Trevor King
2009-12-28
1
-4
/
+17
*
libbe.storage.vcs.base.VCS._init() now creates the '.be/version' file.
W. Trevor King
2009-12-28
2
-17
/
+34
*
Moved InvalidStorageVersion from libbe.command to libbe.storage
W. Trevor King
2009-12-27
3
-7
/
+24
*
Added storage.Storage.storage_version() and command.InvalidStorageVersion.
W. Trevor King
2009-12-27
4
-24
/
+33
*
Fixed libbe.storage.util.upgrade
W. Trevor King
2009-12-27
2
-72
/
+164
*
Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation
W. Trevor King
2009-12-15
11
-55
/
+73
*
Transitioned comment to Command format
W. Trevor King
2009-12-14
2
-7
/
+8
*
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
2
-3
/
+1
*
Moved Arch over to Storage format
W. Trevor King
2009-12-13
2
-83
/
+135
*
Move Darcs over to Storage format.
W. Trevor King
2009-12-13
2
-74
/
+96
*
Check for repo existence before initializing VCS
W. Trevor King
2009-12-13
1
-2
/
+4
*
Adjust Bzr._vcs_revision_id for 1-indexed revision ids.
W. Trevor King
2009-12-13
1
-1
/
+1
*
Adjust Hg._vcs_revision_id for 1-indexed revision ids.
W. Trevor King
2009-12-13
1
-0
/
+2
*
Don't require new revisions on empty commits.
W. Trevor King
2009-12-13
1
-4
/
+7
*
Work around mercurial (hg) issue 618.
W. Trevor King
2009-12-13
1
-1
/
+13
*
Don't regexp out the short-revid in Git._vcs_commit()
W. Trevor King
2009-12-13
1
-8
/
+2
*
Fix Git._vcs_revision_id() offset bug.
W. Trevor King
2009-12-13
3
-6
/
+13
*
Handle non-int args to VCS.revision_id at the VCS level.
W. Trevor King
2009-12-13
2
-4
/
+5
*
Adjust Hg._vcs_revision_id to bail cleanly on non-int revids
W. Trevor King
2009-12-13
2
-0
/
+5
*
Use detect rather than catching errors in _vcs_root().
W. Trevor King
2009-12-13
2
-56
/
+11
*
.bzr transition.
W. Trevor King
2009-12-13
3
-37
/
+58
[prev]
[next]