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

hgtk: fix --debugger mode

Changeset ccce661b2753

Parent c7fdbcb8e4f4

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
22
23
24
 
25
26
27
 
22
23
24
25
26
27
28
@@ -22,6 +22,7 @@
 from mercurial import demandimport; demandimport.enable()  from mercurial.i18n import _  from mercurial import hg, util, fancyopts, commands, cmdutil +import pdb  import mercurial.ui as _ui    try: