31
30
The default starting point is latest revision on the branch, you can
32
31
specify a starting point with -r revision.
40
35
Option('maxnum', "maximum number of revisions to display", int, 'count')]
41
36
takes_args = [ "location?" ]
42
37
aliases = [ "visualize", "vis", "viz" ]
44
def run(self, location=".", revision=None, robust=False,
39
def run(self, location=".", revision=None, maxnum=None):
46
40
(branch, path) = Branch.open_containing(location)
48
42
branch.repository.lock_read()