]> arthur.barton.de Git - bup.git/commit
repo: add VFS resolve(); test resolve() via local and remote repos
authorRob Browning <rlb@defaultvalue.org>
Sat, 31 Mar 2018 21:25:34 +0000 (16:25 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 3 Mar 2019 22:23:03 +0000 (16:23 -0600)
commit2fc209306bb7cafab77a482f1a2f88ff263ba93e
tree72f2a371eb2dd6b56e40cfba6bd439bdd6a4ac06
parent1c456b804743da1ae3caa62937c6984d1af450b4
repo: add VFS resolve(); test resolve() via local and remote repos

Add resolve() to the repositories.  While it's likely to be generally
useful, we need it more immediately to support the forthcoming bup-get
command,

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/server-cmd.py
lib/bup/client.py
lib/bup/compat.py
lib/bup/repo.py
lib/bup/t/tresolve.py
lib/bup/t/tvfs.py
lib/bup/vfs.py
lib/bup/vint.py