46
47
the revno. Other revisions are labeled with essentially random numbers.
48
49
Revisions that are not in branch storage have dotted outlines.
50
54
takes_args = ['branch', 'file']
52
def run(self, branch, file, no_collapse=False):
56
def run(self, branch, file, no_collapse=False, no_antialias=False):
58
graph.write_ancestry_file(branch, file, not no_collapse,
56
61
commands = [push.cmd_push, annotate.cmd_annotate, shelf.cmd_shelve,
57
62
shelf.cmd_unshelve, cmd_clean_tree, conflicts.cmd_conflicts,