Issue 363: Problem with filename containing square brackets and hyphen
http://bitbucket.org/tortoisehg/stable/issue/363/problem-with-filename-containing-square-brackets-and

Steve Borho / sborho on Sun, 12 Jul 2009 03:59:31 +0200:

Comment:
  I had a short discussion today with mpm about this.  This traceback only 
happens on Windows because it is the only platform where Mercurial tries to 
glob filenames it  receives from the command line (on Unix, the shell would 
have done this for you).

So I pushed a patch that explicitly disables these glob lookups on Windows (by 
prepending 'path:' to the filenames).  Not only does it prevent these regexp 
errors, but it also improves performance slightly.
(hmm, that changeset hasn't made it to bitbucket yet.  I need to go poke my 
Windows box)

That said, the traceback from 'hg log badfname' is not so great either so I'll 
be submitting a patch to mercurial for that.

-- 
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.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to