Fixed VCS.children() and Bzr.children() for non-None revisions.
authorW. Trevor King <wking@drexel.edu>
Mon, 28 Dec 2009 17:30:19 +0000 (12:30 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 28 Dec 2009 17:30:19 +0000 (12:30 -0500)
commitc90044dff5feaf5f43fee9e8559fecec2ec60091
tree6bce45819cb11d87f8bd80464568f9b1dcb5f40c
parent2d6ed9ec7181ef805f305c6c8b7152c1b9ec6ec8
Fixed VCS.children() and Bzr.children() for non-None revisions.

Now they both pass
  VersionedStorage_commit_TestCase.test_commit_revision_ids()

The .children() implementation for previous revisions lacks the
working directory's id<->path cache, so it's fairly slow...
libbe/storage/base.py
libbe/storage/vcs/base.py
libbe/storage/vcs/bzr.py