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

  • Committer: Andrew Bennetts
  • Date: 2009-11-17 02:33:37 UTC
  • mfrom: (4800 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4801.
  • Revision ID: andrew.bennetts@canonical.com-20091117023337-u2s7ptilk5ig1tfe
MergeĀ lp:bzr.

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