]> arthur.barton.de Git - bup.git/commit
Allow the specification of a repo_dir to some VFS and git operations
authorRob Browning <rlb@defaultvalue.org>
Wed, 22 Jan 2014 18:55:16 +0000 (12:55 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 17 Oct 2014 19:42:34 +0000 (14:42 -0500)
commitabd1d110179268a0af899641e6264c035128ad06
tree8b94ed7d6f00eee420caf69f3aa4536cdc9f508d
parent75d5c2b0c0b18430d4abb637093421c4dd688cab
Allow the specification of a repo_dir to some VFS and git operations

Previously, these VFS and git operations would only operate on the
default repository (git.repo()).

Have vfs.cp() handle more than one repository (via an internal cache).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/git.py
lib/bup/vfs.py