~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-12 08:40:21 UTC
  • mfrom: (4603.1.26 shelve-editor)
  • Revision ID: pqm@pqm.ubuntu.com-20091112084021-z1abucfx1bwampnq
(abentley) add support for shelving with an editor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5671
5671
            try:
5672
5672
                shelver.run()
5673
5673
            finally:
5674
 
                shelver.work_tree.unlock()
 
5674
                shelver.finalize()
5675
5675
        except errors.UserAbort:
5676
5676
            return 0
5677
5677