/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: James Westby
  • Date: 2007-06-28 20:50:14 UTC
  • mto: (2563.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2564.
  • Revision ID: jw+debian@jameswestby.net-20070628205014-sgiw70zcyg2qhl13
Fix up with comments from Aaron.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3143
3143
                revision_id = revision[0].in_history(branch).rev_id
3144
3144
            file_id = tree.path2id(relpath)
3145
3145
            if file_id is None:
3146
 
              raise errors.BzrCommandError("The file '%s' is not present "
3147
 
                                           "in the "
3148
 
                                           "specified revision" % relpath)
 
3146
                raise errors.NotVersionedError(filename)
3149
3147
            tree = branch.repository.revision_tree(revision_id)
3150
3148
            file_version = tree.inventory[file_id].revision
3151
3149
            annotate_file(branch, file_version, file_id, long, all, sys.stdout,