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

hgproc: tweaks to print statement

Changeset f85751dd32f1

Parent 0272052c9684

by Steve Borho

Changes to one file · Browse files at f85751dd32f1 Showing diff from parent 0272052c9684 Diff from another changeset...

Change 1 of 1 Show Entire File hgproc.py Stacked
 
106
107
108
109
 
110
 
106
107
108
 
109
110
@@ -106,5 +106,5 @@
  error_dialog(None, "Error executing hgproc", tr)    if __name__=='__main__': - print "hgproc sys.argv =", sys.argv + print "hgproc@%s(%s)" % (os.getcwd(), sys.argv)   dlg = run_trapped(sys.argv[1:])