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

commit: remove unused imports

Changeset b6e5d1a6e347

Parent cf95c9e69960

by Henrik Stuart

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

 
16
17
18
19
 
20
21
22
 
16
17
18
 
19
20
21
22
@@ -16,7 +16,7 @@
 import cStringIO  import time   -from mercurial import ui, hg, util, patch, cmdutil +from mercurial import hg, util, patch, cmdutil    from tortoisehg.util.i18n import _  from tortoisehg.util import shlib, hglib