Bzr storage now based off bzrlib module, not 'bzr' executible.
authorW. Trevor King <wking@drexel.edu>
Mon, 28 Dec 2009 15:28:58 +0000 (10:28 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 28 Dec 2009 15:28:58 +0000 (10:28 -0500)
commitf96762deddc0cb6b1380abdcbbe7347ae23f18a1
tree5047e01e76eeda7c1c98d749f4f4af61634fa3b6
parent7607146d13233dc4ca6c2ed99889ceb43d7298d0
Bzr storage now based off bzrlib module, not 'bzr' executible.

This should make repeated calls to Bzr storage instances _much_ faster,
since we avoid repeatedly loading and tearing down a python subprocess.
libbe/storage/vcs/bzr.py