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

  • Committer: Martin von Gagern
  • Date: 2011-05-27 12:27:01 UTC
  • mfrom: (5925 +trunk)
  • mto: (5939.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5940.
  • Revision ID: martin.vgagern@gmx.net-20110527122701-92k938sa9ntxp26l
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
            else:
262
262
                rename_func(tmp_name, new)
263
263
    if failure_exc is not None:
264
 
        raise failure_exc[0], failure_exc[1], failure_exc[2]
 
264
        try:
 
265
            raise failure_exc[0], failure_exc[1], failure_exc[2]
 
266
        finally:
 
267
            del failure_exc
265
268
 
266
269
 
267
270
# In Python 2.4.2 and older, os.path.abspath and os.path.realpath