3418
3421
raise errors.BzrCommandError('bzr annotate --revision takes exactly 1 argument')
3420
3423
revision_id = revision[0].in_history(branch).rev_id
3423
3430
raise errors.NotVersionedError(filename)
3425
3431
file_version = tree.inventory[file_id].revision
3426
3432
annotate_file(branch, file_version, file_id, long, all, self.outf,
3432
3441
class cmd_re_sign(Command):