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

hgignore: set default icon

Changeset d6cac2fbb640

Parent add2630acc11

by Steve Borho

Changes to one file · Browse files at d6cac2fbb640 Showing diff from parent add2630acc11 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​hgignore.py Stacked
 
7
8
9
10
 
11
12
13
 
16
17
18
 
19
20
21
 
7
8
9
 
10
11
12
13
 
16
17
18
19
20
21
22
@@ -7,7 +7,7 @@
 import os  import gtk  from dialog import * -from shlib import shell_notify +from shlib import shell_notify, set_tortoise_icon  from hglib import fromutf, toutf  from mercurial import hg, ui, match   @@ -16,6 +16,7 @@
  def __init__(self, root='', fileglob=''):   'Initialize the Dialog'   gtk.Window.__init__(self, gtk.WINDOW_TOPLEVEL) + set_tortoise_icon(self, 'general.ico')     self.root = root   self.set_title('Ignore filter for ' + os.path.basename(root))