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

cmenu: add some prints to help debugging

Changeset 0eaeb3de76de

Parent 1c5a70537e76

by TK Soh

Changes to one file · Browse files at 0eaeb3de76de Showing diff from parent 1c5a70537e76 Diff from another changeset...

 
239
240
241
 
 
242
243
244
 
239
240
241
242
243
244
245
246
@@ -239,6 +239,8 @@
  if self.fnames:   cmdline += ['--listfile', '-']   try: + print "run_dialog: cmdline = ", cmdline + print "run_dialog: fnames = ", self.fnames   proc = subprocess.Popen(cmdline,   shell=False,   cwd=cwd,