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

hgtk: report TypeErrors found in stderr

Changeset 9e21fb8b2df7

Parent 97640e72f46d

by Steve Borho

Changes to one file · Browse files at 9e21fb8b2df7 Showing diff from parent 97640e72f46d Diff from another changeset...

Change 1 of 1 Show Entire File hgtk Stacked
 
49
50
51
52
 
53
54
55
 
49
50
51
 
52
53
54
55
@@ -49,7 +49,7 @@
 ret = hggtk.hgtk.dispatch(sys.argv[1:])  sys.stderr.seek(0)  for l in sys.stderr.readlines(): - if l.startswith('Traceback'): + if l.startswith('Traceback') or l.startswith('TypeError'):   from hggtk.bugreport import run   from mercurial import ui   from hggtk.hgtk import gtkrun