comparison mercurial/utils/procutil.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
709 record_wait(p.wait) 709 record_wait(p.wait)
710 finally: 710 finally:
711 if stdin is not None: 711 if stdin is not None:
712 stdin.close() 712 stdin.close()
713 713
714
714 else: 715 else:
715 716
716 def runbgcommand( 717 def runbgcommand(
717 cmd, 718 cmd,
718 env, 719 env,