Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

cmenu: --deletelistfile is now assumed

Changeset 41910761f1a1

Parent 52843f32b79b

by Simon Heimberg

Changes to one file · Browse files at 41910761f1a1 Showing diff from parent 52843f32b79b Diff from another changeset...

 
222
223
224
225
 
226
227
228
 
222
223
224
 
225
226
227
228
@@ -222,7 +222,7 @@
  fd, tmpfile = tempfile.mkstemp(prefix="tortoisehg_filelist_")   os.write(fd, "\n".join(self.fnames))   os.close(fd) - gpopts += " --listfile %s --deletelistfile" % (shellquote(tmpfile)) + gpopts += " --listfile %s" % (shellquote(tmpfile))   app_path = find_path("hgproc", get_prog_root(), '.EXE;.BAT')   cmdline = shellquote(app_path) + gpopts   try: