~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode

« back to all changes in this revision

Viewing changes to cmds.py

  • Committer: Guillermo Gonzalez
  • Date: 2012-02-21 15:31:51 UTC
  • mfrom: (160.1.3 info-empty-controldir)
  • Revision ID: guillo.gonzo@gmail.com-20120221153151-c58uz7rbahlpsjrr
mergeĀ lp:~jelmer/bzr-xmloutput/{info-controldir,no-inventory}

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
            if file_id is None:
164
164
                raise bzrlib.errors.NotVersionedError(filename)
165
165
 
166
 
            file_version = tree.inventory[file_id].revision
 
166
            file_version = tree.get_file_revision(file_id)
167
167
            # always run with --all and --long options
168
168
            # to get the author of each line
169
169
            annotate_file_xml(branch=branch, rev_id=file_version,