~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Martin Pool
  • Date: 2005-07-11 03:12:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050711031255-56ede11b09be6d32
trace

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
        mutter('commit prep file %s, id %r ' % (p, file_id))
222
222
 
223
223
        if specific_files and not is_inside_any(specific_files, path):
 
224
            mutter('  skipping file excluded from commit')
224
225
            if basis_inv.has_id(file_id):
225
226
                # carry over with previous state
226
227
                inv.add(basis_inv[file_id].copy())