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

hgignore: allow initial file glob to be provided

Changeset fc2a0d6b34cc

Parent 5d387b6da6ad

by Steve Borho

Changes to one file · Browse files at fc2a0d6b34cc Showing diff from parent 5d387b6da6ad Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgignore.py Stacked
 
188
189
190
191
192
 
 
193
194
195
 
188
189
190
 
 
191
192
193
194
195
@@ -188,8 +188,8 @@
  shell_notify(self.repo.wjoin('.hgignore'))   if self.notify_func: self.notify_func()   -def run(root='', **opts): - dialog = HgIgnoreDialog(root) +def run(root='', fileglob='', **opts): + dialog = HgIgnoreDialog(root, fileglob)   dialog.show_all()   dialog.connect('destroy', gtk.main_quit)   gtk.gdk.threads_init()