aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/base.py
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-301-9/+9
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-5/+0
* conversion of cmp() functionMatěj Cepl2024-01-181-34/+40
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-19/+19
* remove unused exceptionMatthew Fernandez2017-10-251-5/+0
* remove now-unused method _vcs_is_versionedMatthew Fernandez2017-10-251-8/+0
* remove support for interspersed files in VCSesMatthew Fernandez2017-10-251-13/+1
* remove support for ArchMatthew Fernandez2017-10-251-2/+2
* Transition to libbe.LOG for loggingW. Trevor King2013-01-241-7/+6
* doc: update :data: to :py:data: for modern Sphinx.W. Trevor King2012-10-261-5/+5
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* storage:vcs:base: avoid `is not a item name` Sphinx error.W. Trevor King2012-10-261-1/+1
* doc: update :mod: to :py:mod: for modern Sphinx.W. Trevor King2012-10-261-2/+2
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id.W. Trevor King2012-09-131-1/+1
* storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring.W. Trevor King2012-09-131-1/+1
* Allow symlinks in bugdir directories.W. Trevor King2012-08-281-1/+2
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-131-2/+2
* Move Bzr.version_cmp to VCS.version_cmp.W. Trevor King2011-09-071-0/+91
* Use open() instead of file() in CachedPathID doctests (2to3 compatability).W. Trevor King2011-05-121-3/+3
* Remove form feeds (for compatibility with 2to3).W. Trevor King2011-05-121-1/+1
* Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.W. Trevor King2011-04-141-1/+1
* Work around bzr filelocking issue on Windows.W. Trevor King2011-02-241-1/+1
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Strip all whitespace from right side of the VCS storage version string.W. Trevor King2010-09-051-1/+1
* Remove useless children[i] from libbe.storage.vcs.base.VCS._children().W. Trevor King2010-09-051-1/+0
* Don't assume len(os.path.sep) == 1 in libbe.storage.vcs.base.W. Trevor King2010-09-051-4/+4
* Add a Storage driver for the Monotone VCSW. Trevor King2010-06-261-1/+1
* Removed libbe.storage.vcs.base._get_versionW. Trevor King2010-06-261-13/+6
* 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-171/+95
* Make VCS error messages and Storage test failures more descriptiveW. Trevor King2010-01-271-1/+1
* Rework fix for #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-251-7/+10
* Don't print 'Multiple paths' message on cache regenW. Trevor King2010-01-251-3/+3
* Fixed #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-241-1/+5
* We don't need VCS._vcs_exists yet, with exists only used in _addW. Trevor King2010-01-221-1/+1
* Add VCS._exists(), VCS.path(). Fix default handling in VCS._get().W. Trevor King2010-01-221-25/+37
* Fix _u_rel_path problems in VCS._childrenW. Trevor King2010-01-201-2/+4
* Use relative paths *._vcs_* methods.W. Trevor King2010-01-191-3/+6
* Better error messages in VCS._getW. Trevor King2010-01-191-3/+5
* Fix VCS doctest for +revision InvalidID error messageW. Trevor King2010-01-181-1/+1
* Added VCS._u_find_id_from_manifest for faster id->path calculationW. Trevor King2010-01-181-1/+28
* Adjust VCSTestCase method docstrings for unittest.W. Trevor King2010-01-181-6/+3
* Added VCS._ancestorsW. Trevor King2010-01-181-0/+21
* Ignore paths with _u_path_to_id errors in VCS.changedW. Trevor King2010-01-181-5/+12
* Add .changed() support to VCSW. Trevor King2010-01-181-0/+15
* Use more kwargs in libbe.command.serveW. Trevor King2010-01-011-1/+1
* Hand nonexistent paths in VCS._u_search_parent_directories().W. Trevor King2010-01-011-1/+5
* Updated copyright informationW. Trevor King2010-01-011-1/+1