154
154
help="Do not use rsvg to produce antialiased output"),
155
155
Option('merge-branch', type=str,
156
156
help="Use this branch to calcuate a merge base"),
158
160
def run(self, branch, file, no_collapse=False, no_antialias=False,
165
167
graph.write_ancestry_file(branch, file, not no_collapse,
168
not no_antialias, merge_branch, ranking,
169
172
class cmd_fetch_ghosts(bzrlib.commands.Command):