Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

bookmark: remove unused imports and variable

Changeset 59a7be680d01

Parent 73b22761a424

by Yuki KODAMA

Changes to one file · Browse files at 59a7be680d01 Showing diff from parent 73b22761a424 Diff from another changeset...

 
7
8
9
10
11
12
13
14
 
15
16
17
 
19
20
21
22
23
24
25
26
 
7
8
9
 
10
11
12
 
13
14
15
16
 
18
19
20
 
 
21
22
23
@@ -7,11 +7,10 @@
 # This software may be used and distributed according to the terms of the  # GNU General Public License version 2, incorporated herein by reference.   -import os  import gtk  import traceback   -from mercurial import hg, ui, util +from mercurial import ui, util  from hgext import bookmarks    from tortoisehg.util.i18n import _ @@ -19,8 +18,6 @@
   from tortoisehg.hgtk import dialog, gtklib   -keep = i18n.keepgettext() -  class BookmarkAddDialog(gtk.Dialog):   """ Dialog to add bookmark to Mercurial repo """   def __init__(self, repo, bookmark='', rev=''):