]> arthur.barton.de Git - bup.git/commit
_resolve_path: ensure vfs content() iterator is exhausted
authorRob Browning <rlb@defaultvalue.org>
Sun, 5 Nov 2017 18:35:36 +0000 (12:35 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 5 Nov 2017 19:54:01 +0000 (13:54 -0600)
commit793324a5daab08369ce081462fe647ce620e5b18
treedb57ddaa7665d2d685194c07c4cceacce0fadf65
parent292361d86d1cf0cc555681ae43371d66c8ebb366
_resolve_path: ensure vfs content() iterator is exhausted

Otherwise we leave git rev-list zombies lying around (spawned by
contents() (revlist_items)).

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