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
...
|
*
Make VCS error messages and Storage test failures more descriptive
W. Trevor King
2010-01-27
5
-11
/
+23
*
|
Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.
W. Trevor King
2010-01-27
2
-20
/
+159
|
/
*
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
*
Added testSimplePropertySetStorageSave and relavant rewrites to settings_object
W. Trevor King
2010-01-22
1
-10
/
+45
*
Add Bzr._vcs_exists() anyway :p
W. Trevor King
2010-01-22
1
-1
/
+8
*
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
*
Added _EMPTY and Storage.exists() to libbe.storage.base.
W. Trevor King
2010-01-22
1
-12
/
+43
*
Reworked settings_object module, but command.init tests still fail:
W. Trevor King
2010-01-22
1
-119
/
+226
*
Added unprimableVal option to primed_property.
W. Trevor King
2010-01-22
1
-5
/
+14
*
Update libbe.storage.util.settings_object tests for new ._get_saved_settings
W. Trevor King
2010-01-21
1
-1
/
+2
*
Fix version import for mercurial <= 1.1.2
W. Trevor King
2010-01-21
1
-1
/
+1
*
Fix not-yet-loaded bug in SavedSettingsObject._get_saved_settings()
W. Trevor King
2010-01-20
1
-6
/
+19
*
Adjust to modern mercurial version definition.
W. Trevor King
2010-01-20
1
-3
/
+13
*
Fix _u_rel_path problems in VCS._children
W. Trevor King
2010-01-20
2
-3
/
+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
*
Work around the extra output of `tla file-find` to get path.
W. Trevor King
2010-01-19
1
-1
/
+2
*
Work around Mercurial issue618 in Arch backend.
W. Trevor King
2010-01-19
1
-4
/
+20
*
Added changed() support for Darcs
W. Trevor King
2010-01-18
1
-17
/
+110
*
Add .changed support to HTTP storage backend.
W. Trevor King
2010-01-18
1
-0
/
+9
*
Add ancestors support to HTTP storage
W. Trevor King
2010-01-18
1
-0
/
+7
*
Add .changed() support to Hg
W. Trevor King
2010-01-18
1
-0
/
+71
*
Fix VCS doctest for +revision InvalidID error message
W. Trevor King
2010-01-18
1
-1
/
+1
*
Add class name to StorageTestCase failure reporting
W. Trevor King
2010-01-18
1
-0
/
+17
*
Added VCS._u_find_id_from_manifest for faster id->path calculation
W. Trevor King
2010-01-18
4
-26
/
+44
*
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
*
Added Storage.ancestors
W. Trevor King
2010-01-18
1
-47
/
+77
*
Ignore paths with _u_path_to_id errors in VCS.changed
W. Trevor King
2010-01-18
1
-5
/
+12
*
Add .changed() support to Bzr
W. Trevor King
2010-01-18
1
-1
/
+83
*
Add .changed() support to Git
W. Trevor King
2010-01-18
1
-0
/
+81
*
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
[prev]
[next]