2200
2200
raise errors.BzrCommandError("%r is not present in revision %s"
2201
2201
% (filename, revision_id))
2204
2204
elif cur_file_id is not None:
2206
2206
elif old_file_id is not None:
2209
2209
raise errors.BzrCommandError("%r is not present in revision %s" %
2213
2214
class cmd_local_time_offset(Command):