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

stable hgtk: catch keyboard interrupts more cleanly

Fixes #499

Changeset 3e0d4c6dfdcc

Parent 90809c4b2151

by Steve Borho

Changes to one file · Browse files at 3e0d4c6dfdcc Showing diff from parent 90809c4b2151 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
49
50
51
 
 
52
53
54
 
49
50
51
52
53
54
55
56
@@ -49,6 +49,8 @@
  return _runcatch(u, args)   except SystemExit:   pass + except KeyboardInterrupt: + print _('\nCaught keyboard interrupt, aborting.\n')   except:   from hggtk.bugreport import run   if '--debugger' in args: