~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Robert Collins
  • Date: 2005-09-30 14:27:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050930142741-fc326c828b5bbefd
text_version and name_version unification looking reasonable

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
        for path, ie in inv.iter_entries():
207
207
            if ie.kind != 'file':
208
208
                continue
209
 
            if ie.text_version != rev_id:
 
209
            if ie.revision != rev_id:
210
210
                continue
211
211
            mutter('%s {%s} is changed in this revision',
212
212
                   path, ie.file_id)