~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/shelf.py

  • Committer: Aaron Bentley
  • Date: 2009-07-13 13:00:21 UTC
  • mto: (4526.6.7)
  • mto: This revision was merged to the branch mainline in revision 4534.
  • Revision ID: aaron@aaronbentley.com-20090713130021-ewxe02wlze78ijdc
Update docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                    yield ('modify text', file_id)
98
98
 
99
99
    def shelve_change(self, change):
 
100
        """Shelve a change in the iter_shelvable format."""
100
101
        if change[0] == 'rename':
101
102
            self.shelve_rename(change[1])
102
103
        elif change[0] == 'delete file':