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

Anonymous on Fri, 3 Jul 2009 13:34:19 +0200:

Description:
  TortoiseHG chokes on a file with the following name:

    Navitracker[dens-probe].dev

For example when using 'View Changelog' on the file. The dialog displays a 
never ending progress bar, and when closed will show a Tortoise Bug Report 
window containing the following error:

   sre_constants.error: bad character range

The same problem occurs when using the command line:

  > hg log "Navitracker[dens-probe].dev"

This can easily be fixed by putting 'path:' before the filename:

   > hg log path:"Navitracker[dens-probe].dev"


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

------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to