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
*
storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id.
W. Trevor King
2012-09-13
1
-1
/
+1
*
storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring.
W. Trevor King
2012-09-13
1
-1
/
+1
*
Allow symlinks in bugdir directories.
W. Trevor King
2012-08-28
1
-1
/
+2
*
Ran update-copyright.py.
W. Trevor King
2012-02-16
1
-10
/
+10
*
Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
W. Trevor King
2011-11-13
1
-2
/
+2
*
Move Bzr.version_cmp to VCS.version_cmp.
W. Trevor King
2011-09-07
1
-0
/
+91
*
Use open() instead of file() in CachedPathID doctests (2to3 compatability).
W. Trevor King
2011-05-12
1
-3
/
+3
*
Remove form feeds (for compatibility with 2to3).
W. Trevor King
2011-05-12
1
-1
/
+1
*
Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.
W. Trevor King
2011-04-14
1
-1
/
+1
*
Work around bzr filelocking issue on Windows.
W. Trevor King
2011-02-24
1
-1
/
+1
*
Bumped to version 1.0.0
1.0.0
Chris Ball
2011-01-08
1
-1
/
+1
*
Strip all whitespace from right side of the VCS storage version string.
W. Trevor King
2010-09-05
1
-1
/
+1
*
Remove useless children[i] from libbe.storage.vcs.base.VCS._children().
W. Trevor King
2010-09-05
1
-1
/
+0
*
Don't assume len(os.path.sep) == 1 in libbe.storage.vcs.base.
W. Trevor King
2010-09-05
1
-4
/
+4
*
Add a Storage driver for the Monotone VCS
W. Trevor King
2010-06-26
1
-1
/
+1
*
Removed libbe.storage.vcs.base._get_version
W. Trevor King
2010-06-26
1
-13
/
+6
*
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
-171
/
+95
*
Make VCS error messages and Storage test failures more descriptive
W. Trevor King
2010-01-27
1
-1
/
+1
*
Rework fix for #bea/8fc# : be crashes on outdated id-cache
W. Trevor King
2010-01-25
1
-7
/
+10
*
Don't print 'Multiple paths' message on cache regen
W. Trevor King
2010-01-25
1
-3
/
+3
*
Fixed #bea/8fc# : be crashes on outdated id-cache
W. Trevor King
2010-01-24
1
-1
/
+5
*
We don't need VCS._vcs_exists yet, with exists only used in _add
W. Trevor King
2010-01-22
1
-1
/
+1
*
Add VCS._exists(), VCS.path(). Fix default handling in VCS._get().
W. Trevor King
2010-01-22
1
-25
/
+37
*
Fix _u_rel_path problems in VCS._children
W. Trevor King
2010-01-20
1
-2
/
+4
*
Use relative paths *._vcs_* methods.
W. Trevor King
2010-01-19
1
-3
/
+6
*
Better error messages in VCS._get
W. Trevor King
2010-01-19
1
-3
/
+5
*
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
[next]