Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

Merge with stable

Changeset 0049c1c2fb91

Parents 22cf3fe8b374

Parents 7c54c5bace2c

by Steve Borho

Changes to one file · Browse files at 0049c1c2fb91 Showing diff from parent 22cf3fe8b374 7c54c5bace2c Diff from another changeset...

 
111
112
113
114
115
116
117
 
111
112
113
 
114
115
116
@@ -111,7 +111,6 @@
  cmdline = subprocess.list2cmdline(args)   os.chdir(origwdir)   subprocess.Popen(cmdline, - close_fds=True,   creationflags=openflags,   shell=True)   sys.exit(0)