~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-09 02:12:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6137.
  • Revision ID: jelmer@samba.org-20110909021238-gzrpy7h5qfyvwbvt
Report missing files as removed in 'bzr commit', rather than modified.

Show diffs side-by-side

added added

removed removed

Lines of Context:
695
695
                # Reset the new path (None) and new versioned flag (False)
696
696
                change = (change[0], (change[1][0], None), change[2],
697
697
                    (change[3][0], False)) + change[4:]
 
698
                new_path = change[1][1]
 
699
                versioned = False
698
700
            elif kind == 'tree-reference':
699
701
                if self.recursive == 'down':
700
702
                    self._commit_nested_tree(change[0], change[1][1])