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

hggtk: remove unused imports

Changeset 3bb172e216bd

Parent 7712a5446a93

by Steve Borho

Changes to 9 files · Browse files at 3bb172e216bd Showing diff from parent 7712a5446a93 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
7
8
9
10
 
11
12
13
 
7
8
9
 
10
11
12
13
@@ -7,7 +7,7 @@
 import gtk  import os  import pango -from mercurial import hg, ui, cmdutil, util +from mercurial import ui, util  from thgutil.i18n import _  from thgutil import shlib  import gdialog
Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
10
11
12
13
 
14
15
16
 
10
11
12
 
13
14
15
16
@@ -10,7 +10,7 @@
 import Queue  import threading   -from mercurial import hg, ui, util, revlog +from mercurial import util    from thgutil.i18n import _  from thgutil.hglib import *
Change 1 of 1 Show Entire File hggtk/​recovery.py Stacked
 
11
12
13
14
 
15
16
17
 
11
12
13
 
14
15
16
17
@@ -11,7 +11,7 @@
 import Queue  import os   -from mercurial import hg, ui, util +from mercurial import hg, ui    from thgutil.i18n import _  from thgutil import hglib, shlib, paths
Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
14
15
16
17
 
18
19
20
 
14
15
16
 
17
18
19
20
@@ -14,7 +14,7 @@
 import pango  import gobject   -from mercurial import cmdutil, util, ui, hg, commands, patch, mdiff, extensions +from mercurial import cmdutil, util, commands, patch, mdiff  from mercurial import merge as merge_    from thgutil.i18n import _
Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
12
13
14
15
 
16
17
18
 
12
13
14
 
15
16
17
18
@@ -12,7 +12,7 @@
 import os  import urllib   -from mercurial import hg, ui, util, extensions, url +from mercurial import hg, ui, extensions, url    from thgutil.i18n import _  from thgutil import hglib, shlib, paths
Change 1 of 1 Show Entire File hggtk/​tagadd.py Stacked
 
8
9
10
11
 
12
13
14
 
8
9
10
 
11
12
13
14
@@ -8,7 +8,7 @@
 import gtk  import traceback   -from mercurial import hg, ui, cmdutil, util +from mercurial import hg, ui, util  from mercurial.node import short, nullid    from thgutil.i18n import _
 
9
10
11
12
13
14
15
16
 
9
10
11
 
 
12
13
14
@@ -9,8 +9,6 @@
 import os  import gtk   -from mercurial import ui, hg -  from thgutil.i18n import _    from status import GStatus, FM_STATUS, FM_CHECKED, DM_CHUNK_ID, DM_REJECTED
Change 1 of 1 Show Entire File hggtk/​update.py Stacked
 
5
6
7
8
9
10
11
12
 
13
14
15
16
17
18
19
20
21
 
5
6
7
 
8
9
 
 
10
11
12
13
14
15
 
16
17
18
@@ -5,17 +5,14 @@
 #    import os -import sys  import gtk   -from mercurial import util, hg, ui -from mercurial.node import short, nullrev +from mercurial import hg, ui    from thgutil.i18n import _  from thgutil import hglib, paths    import hgcmd -import gdialog  import gtklib    _branch_tip_ = _('= Current Branch Tip =')
Change 1 of 1 Show Entire File hggtk/​visdiff.py Stacked
 
16
17
18
19
 
20
21
22
 
16
17
18
 
19
20
21
22
@@ -16,7 +16,7 @@
 import tempfile    from mercurial.node import short -from mercurial import hg, ui, cmdutil, util, commands +from mercurial import hg, ui, cmdutil, util    from thgutil.i18n import _  from thgutil import hglib, shlib, paths