Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc2, 0.4rc3, and 0.4rc4

hgproc: add missing param to error_dialog

Changeset e30153694940

Parent e2b03522d571

by TK Soh

Changes to one file · Browse files at e30153694940 Showing diff from parent e2b03522d571 Diff from another changeset...

Change 1 of 1 Show Entire File hgproc.py Stacked
 
110
111
112
113
 
114
115
116
 
110
111
112
 
113
114
115
116
@@ -110,7 +110,7 @@
  from hggtk.dialog import error_dialog   tr = traceback.format_exc()   print tr - error_dialog("Error executing hgproc", tr) + error_dialog(None, "Error executing hgproc", tr)    if __name__=='__main__':   #dlg = parse(['-c', 'help', '--', '-v'])