34
34
The --robust option enables removal of redundant parents. It is sometimes
35
35
useful on branches that contain corrupt revisions.
42
39
Option('robust', "ignore redundant parents"),
44
40
Option('maxnum', "maximum number of revisions to display", int, 'count')]
45
41
takes_args = [ "location?" ]
46
42
aliases = [ "visualize", "vis", "viz" ]
48
def run(self, location=".", revision=None, robust=False, accurate=False,
44
def run(self, location=".", revision=None, robust=False,
50
46
(branch, path) = Branch.open_containing(location)