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

  • Committer: Aaron Bentley
  • Date: 2009-07-12 14:03:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4534.
  • Revision ID: aaron@aaronbentley.com-20090712140330-jltybz4e55neftpe
Update for changes in shelf_ui

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        pass
102
102
 
103
103
 
104
 
class ApplyReporter(ShelfReporter):
105
 
 
106
 
    def changes_destroyed(self):
107
 
        pass
108
 
 
109
 
 
110
104
class Shelver(object):
111
105
    """Interactively shelve the changes in a working tree."""
112
106