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

hgignore: fix shell notify arguments

fixes #153

Changeset 6844b5f3bcf1

Parent 24a79fa84a68

by Akihiro Itou

Changes to one file · Browse files at 6844b5f3bcf1 Showing diff from parent 24a79fa84a68 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgignore.py Stacked
 
184
185
186
187
 
188
189
190
 
184
185
186
 
187
188
189
190
@@ -184,7 +184,7 @@
  f.close()   except IOError:   pass - shell_notify(self.repo.wjoin('.hgignore')) + shell_notify([self.repo.wjoin('.hgignore')])   if self.notify_func: self.notify_func()    def run(root='', **opts):