Issue 153: Error in operation to ignore Japanese files
http://bitbucket.org/tortoisehg/stable/issue/153/error-in-operation-to-ignore-japanese

Akihiro Itou / akihirox on Mon, 20 Apr 2009 10:08:14 +0200:

Comment:
  
Hi Steve,

I guess hgignore.py has a problem.


{{{

diff --git a/hggtk/hgignore.py b/hggtk/hgignore.py
--- a/hggtk/hgignore.py
+++ b/hggtk/hgignore.py
@@ -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):

}}}


-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to