Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.2, 1.0.3, and 1.0.4

stable hgtk: remove close_fds parameter to Popen

This causes breakage on older Python versions on Windows, and seems to
be unnecessary. Tested on Vista and Linux

Changeset 7c54c5bace2c

Parent 05950a39ef68

by Steve Borho

Changes to one file · Browse files at 7c54c5bace2c Showing diff from parent 05950a39ef68 Diff from another changeset...

 
105
106
107
108
109
110
111
 
105
106
107
 
108
109
110
@@ -105,7 +105,6 @@
  os.environ['THG_HGTK_SPAWN'] = '1'   cmdline = subprocess.list2cmdline(args)   subprocess.Popen(cmdline, - close_fds=True,   creationflags=openflags,   shell=True)   sys.exit(0)