hgext/transplant.py
changeset 12331 40935b59518b
parent 12313 2912881c2a98
child 12347 6277a9469dff
--- a/hgext/transplant.py	Fri Sep 17 19:02:32 2010 -0500
+++ b/hgext/transplant.py	Fri Sep 17 19:03:13 2010 -0500
@@ -600,7 +600,6 @@
         tp.apply(repo, source, revmap, merges, opts)
     finally:
         if bundle:
-            source.close()
             os.unlink(bundle)
 
 cmdtable = {