Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

hgtk: fix tracebacks

Changeset 30ed06a73a86

Parent 75c4dd997c9a

by Steve Borho

Changes to one file · Browse files at 30ed06a73a86 Showing diff from parent 75c4dd997c9a Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
53
54
55
56
 
57
58
59
 
53
54
55
 
56
57
58
59
@@ -53,7 +53,7 @@
  except:   if '--debugger' in args:   pdb.post_mortem(sys.exc_info()[2]) - ui.print_exc() + u.print_exc()   raise    def _parse(ui, args):