55
56
takes_args = ['branch', 'file']
57
takes_options = ['no-collapse', 'no-antialias', 'merge-branch', 'cluster']
57
58
def run(self, branch, file, no_collapse=False, no_antialias=False,
60
65
graph.write_ancestry_file(branch, file, not no_collapse,
63
68
class cmd_fetch_missing(bzrlib.commands.Command):
64
69
"""Attempt to retrieve missing ancestors from another branch.