Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

commit: prune unused imports

Changeset d1d1c0aebdd3

Parent 39c2ac1c8584

by Steve Borho

Changes to one file · Browse files at d1d1c0aebdd3 Showing diff from parent 39c2ac1c8584 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
27
28
29
30
31
32
 
6
7
8
 
 
 
 
 
 
 
 
9
10
11
 
12
13
 
 
 
 
14
15
16
 
17
18
19
@@ -6,27 +6,14 @@
 #    import os -import threading -import StringIO -import sys -import shutil -import tempfile -import datetime -import cPickle -  import pygtk  pygtk.require('2.0')  import gtk -import gobject  import pango   -from mercurial.i18n import _ -from mercurial.node import * -from mercurial import cmdutil, util, ui, hg, commands, patch -from hgext import extdiff +from mercurial import ui, hg  from shlib import shell_notify  from gdialog import * -from gtools import cmdtable  from status import GStatus  from hgcmd import CmdDialog  from hglib import fromutf