/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: Jonathan Riddell
  • Date: 2011-05-27 10:50:00 UTC
  • mfrom: (5923 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5927.
  • Revision ID: jriddell@canonical.com-20110527105000-nct2e92hic0ijbtr
mergeĀ inĀ trunk

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