aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
Commit message (Expand)AuthorAgeFilesLines
...
* Fix StorageTestCase.classname -> ._classname()W. Trevor King2010-01-271-2/+2
* Merged clarifications requested by Ben FinneyW. Trevor King2010-01-275-11/+23
|\
| * Make VCS error messages and Storage test failures more descriptiveW. Trevor King2010-01-275-11/+23
* | Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.W. Trevor King2010-01-272-20/+159
|/
* 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
* Added testSimplePropertySetStorageSave and relavant rewrites to settings_objectW. Trevor King2010-01-221-10/+45
* Add Bzr._vcs_exists() anyway :pW. Trevor King2010-01-221-1/+8
* 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
* Added _EMPTY and Storage.exists() to libbe.storage.base.W. Trevor King2010-01-221-12/+43
* Reworked settings_object module, but command.init tests still fail:W. Trevor King2010-01-221-119/+226
* Added unprimableVal option to primed_property.W. Trevor King2010-01-221-5/+14
* Update libbe.storage.util.settings_object tests for new ._get_saved_settingsW. Trevor King2010-01-211-1/+2
* Fix version import for mercurial <= 1.1.2W. Trevor King2010-01-211-1/+1
* Fix not-yet-loaded bug in SavedSettingsObject._get_saved_settings()W. Trevor King2010-01-201-6/+19
* Adjust to modern mercurial version definition.W. Trevor King2010-01-201-3/+13
* Fix _u_rel_path problems in VCS._childrenW. Trevor King2010-01-202-3/+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
* Work around the extra output of `tla file-find` to get path.W. Trevor King2010-01-191-1/+2
* Work around Mercurial issue618 in Arch backend.W. Trevor King2010-01-191-4/+20
* Added changed() support for DarcsW. Trevor King2010-01-181-17/+110
* Add .changed support to HTTP storage backend.W. Trevor King2010-01-181-0/+9
* Add ancestors support to HTTP storageW. Trevor King2010-01-181-0/+7
* Add .changed() support to HgW. Trevor King2010-01-181-0/+71
* Fix VCS doctest for +revision InvalidID error messageW. Trevor King2010-01-181-1/+1
* Add class name to StorageTestCase failure reportingW. Trevor King2010-01-181-0/+17
* Added VCS._u_find_id_from_manifest for faster id->path calculationW. Trevor King2010-01-184-26/+44
* Adjust VCSTestCase method docstrings for unittest.W. Trevor King2010-01-181-6/+3
* Added VCS._ancestorsW. Trevor King2010-01-181-0/+21
* Added Storage.ancestorsW. Trevor King2010-01-181-47/+77
* Ignore paths with _u_path_to_id errors in VCS.changedW. Trevor King2010-01-181-5/+12
* Add .changed() support to BzrW. Trevor King2010-01-181-1/+83
* Add .changed() support to GitW. Trevor King2010-01-181-0/+81
* Add .changed() support to VCSW. Trevor King2010-01-181-0/+15
* Too much trouble to handle Git's lack of dir versioning in test_get_previous_...W. Trevor King2010-01-181-1/+1
* Add VersionedStorageTestCases in make_versioned_storage_testcase_subclassesW. Trevor King2010-01-181-2/+5
* Added libbe.storage.base.VersionedStorage.changed() and a test.W. Trevor King2010-01-151-5/+59
* Fixed update_copyright.py's subproc import and updated copyrightsW. Trevor King2010-01-011-1/+1
* Fixed commit handling in commands.serve and storage.httpW. Trevor King2010-01-011-2/+2
* Use more kwargs in libbe.command.serveW. Trevor King2010-01-011-1/+1
* Fixed some stupid typos in libbe/storage/http.pyW. Trevor King2010-01-011-2/+2
* Added libbe.command.serve and libbe.storage.http for HTTP backend.W. Trevor King2010-01-012-4/+275
* Hand nonexistent paths in VCS._u_search_parent_directories().W. Trevor King2010-01-011-1/+5
* Return a meaningful Storage.version()W. Trevor King2010-01-011-1/+2
* Updated copyright informationW. Trevor King2010-01-0114-15/+57
* Track connection status to allow multiple Storage.disconnect() calls.W. Trevor King2009-12-312-5/+18
* Correct for possible directory changes in mercurial.dispatch.dispatch()W. Trevor King2009-12-291-0/+2