Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

history: remove unused import

Changeset 9e885146b3a6

Parent 89246dc07d5a

by Henrik Stuart

Changes to one file · Browse files at 9e885146b3a6 Showing diff from parent 89246dc07d5a Diff from another changeset...

 
15
16
17
18
 
19
20
21
 
15
16
17
 
18
19
20
21
@@ -15,7 +15,7 @@
 import atexit    from mercurial import ui, hg, cmdutil, commands, extensions, util, match, url -from mercurial import hbisect, error +from mercurial import error    from tortoisehg.util.i18n import _  from tortoisehg.util import hglib