hgext/transplant.py
changeset 4072 e916bc0dfdd6
parent 4049 863465381028
child 4251 e76e52145c3d
equal deleted inserted replaced
4071:165abe554c80 4072:e916bc0dfdd6
   573         pulls = []
   573         pulls = []
   574 
   574 
   575         tp.apply(repo, source, revmap, merges, opts)
   575         tp.apply(repo, source, revmap, merges, opts)
   576     finally:
   576     finally:
   577         if bundle:
   577         if bundle:
       
   578             source.close()
   578             os.unlink(bundle)
   579             os.unlink(bundle)
   579 
   580 
   580 cmdtable = {
   581 cmdtable = {
   581     "transplant":
   582     "transplant":
   582         (transplant,
   583         (transplant,