125
125
def run(self, all=False, show_ids=False, file_list=None, revision=None):
126
126
tree, file_list = tree_files(file_list)
129
show_status(tree.branch, show_unchanged=all, show_ids=show_ids,
129
show_tree_status(tree, show_unchanged=all, show_ids=show_ids,
133
133
class cmd_cat_revision(Command):