The VCS storage backends are all mostly working now.
authorW. Trevor King <wking@drexel.edu>
Mon, 14 Dec 2009 04:25:07 +0000 (23:25 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 14 Dec 2009 04:25:07 +0000 (23:25 -0500)
commit7addcc4aff8d391765b22d8f095afba739489511
tree9386f09400e2d840990ca276c28b868a64f31022
parentb1ddf38a32c49f7e90168014c9ec1efce86cf1fb
The VCS storage backends are all mostly working now.

Running
  python test.py libbe.storage.vcs
yields some EmptyCommit problems, an issue with bzr revision ids, and
some trouble with git's remove(), but nothing too critical.

On the bright side, now
  ./be list
Detects and uses the bzr backend :).

Onwards to moving over the remaining commands...
libbe/storage/__init__.py
libbe/storage/vcs/base.py