Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

wctxactions: remove unused import

Changeset ac4bd84ec7fc

Parent 07274674f0b3

by Steve Borho

Changes to one file · Browse files at ac4bd84ec7fc Showing diff from parent 07274674f0b3 Diff from another changeset...

 
8
9
10
11
 
12
13
14
 
8
9
10
 
11
12
13
14
@@ -8,7 +8,7 @@
 import os  import subprocess   -from mercurial import util, cmdutil, error, merge, commands +from mercurial import util, error, merge, commands  from tortoisehg.hgqt import qtlib, htmlui, visdiff  from tortoisehg.util import hglib, shlib  from tortoisehg.util.i18n import _