Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek filedata, filelistmodel, wctxactions: removed unneeded import declarations

Changeset f9b94afe3cd7

Parent 5e0b5a6035ac

by David Golub

Changes to 3 files · Browse files at f9b94afe3cd7 Showing diff from parent 5e0b5a6035ac Diff from another changeset...

 
6
7
8
9
10
11
12
 
6
7
8
 
9
10
11
@@ -6,7 +6,6 @@
 # GNU General Public License version 2, incorporated herein by reference.    import os -import re    from mercurial import error, match, patch, util, mdiff  from mercurial import ui as uimod
 
14
15
16
17
18
19
20
21
 
14
15
16
 
 
17
18
19
@@ -14,8 +14,6 @@
 # this program; if not, write to the Free Software Foundation, Inc.,  # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.   -import re -  from tortoisehg.util import hglib, patchctx    from tortoisehg.hgqt.qtlib import geticon, getoverlaidicon
 
6
7
8
9
10
11
12
 
6
7
8
 
9
10
11
@@ -6,7 +6,6 @@
 # GNU General Public License version 2, incorporated herein by reference.    import os -import re    from mercurial import util, error, merge, commands, extensions  from tortoisehg.hgqt import qtlib, htmlui, visdiff, bfprompt