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

thgshelve: remove obsolete imports

Changeset c83cb8c15230

Parent 6bdcb8766234

by Steve Borho

Changes to one file · Browse files at c83cb8c15230 Showing diff from parent 6bdcb8766234 Diff from another changeset...

 
12
13
14
15
16
17
18
19
20
21
22
 
12
13
14
 
 
15
 
 
16
17
18
@@ -12,11 +12,7 @@
   from mercurial.i18n import _  from mercurial import ui, hg -from shlib import shell_notify -from gdialog import Confirm  from status import GStatus, FM_STATUS, FM_CHECKED, DM_CHUNK_ID, DM_REJECTED -from hgcmd import CmdDialog -from hglib import fromutf  import hgshelve    class GShelve(GStatus):