194
194
missing, in which case the old name is shown.
200
def run(self, all=False, show_ids=False, file_list=None):
201
201
b = Branch('.', lock_mode='r')
203
status.show_status(b, show_unchanged=all, show_ids=show_ids,
205
207
class cmd_cat_revision(Command):