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

merge with stable

Changeset c871842644fd

Parents 305b87baeada

Parents 6844b5f3bcf1

by Steve Borho

Changes to one file · Browse files at c871842644fd Showing diff from parent 305b87baeada 6844b5f3bcf1 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgignore.py Stacked
 
196
197
198
199
 
200
201
202
 
196
197
198
 
199
200
201
202
@@ -196,7 +196,7 @@
  f.close()   except IOError:   pass - shlib.shell_notify(self.repo.wjoin('.hgignore')) + shlib.shell_notify([self.repo.wjoin('.hgignore')])   if self.notify_func: self.notify_func()    def run(_ui, *pats, **opts):