/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/commit.py

  • Committer: Robert Collins
  • Date: 2007-09-27 21:11:38 UTC
  • mfrom: (2871 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2879.
  • Revision ID: robertc@robertcollins.net-20070927211138-ebsu1bo1qz9f1w8n
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
            # If provided, ensure the specified files are versioned
290
290
            if self.specific_files is not None:
291
291
                # Note: This routine is being called because it raises
292
 
                # PathNotVerisonedError as a side effect of finding the IDs. We
 
292
                # PathNotVersionedError as a side effect of finding the IDs. We
293
293
                # later use the ids we found as input to the working tree
294
294
                # inventory iterator, so we only consider those ids rather than
295
295
                # examining the whole tree again.