~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2009-10-18 23:18:12 UTC
  • mto: (4603.1.22 shelve-editor)
  • mto: This revision was merged to the branch mainline in revision 4795.
  • Revision ID: aaron@aaronbentley.com-20091018231812-8223ozmegpkoohip
Make change editor mandatory

Show diffs side-by-side

added added

removed removed

Lines of Context:
5653
5653
        try:
5654
5654
            shelver = Shelver.from_args(writer(sys.stdout), revision, all,
5655
5655
                file_list, message, destroy=destroy)
5656
 
            shelver.set_change_editor()
5657
5656
            try:
5658
5657
                shelver.run()
5659
5658
            finally:
5660
 
                shelver.work_tree.unlock()
5661
5659
                shelver.finalize()
5662
5660
        except errors.UserAbort:
5663
5661
            return 0