27
27
help='dump pseudo-knit to stdout'),
28
28
commands.Option('extract', help='test extract time'),
29
29
commands.Option('single', help='use a single parent'),
33
34
def run(self, file=None, sync_snapshots=False, snapshot_interval=26,
34
lsprof_timed=False, dump=False, extract=False, single=False):
35
lsprof_timed=False, dump=False, extract=False, single=False,
36
38
wt, path = WorkingTree.open_containing('.')
37
39
file_weave = wt.branch.repository.get_inventory_weave()