[Bug 5362] New: unicode paths are not deleted

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Tue Sep 6 08:48:26 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5362

            Bug ID: 5362
           Summary: unicode paths are not deleted
           Product: Mercurial
           Version: 3.9
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: purge
          Assignee: bugzilla at selenic.com
          Reporter: maciej.pawlisz at titanis.pl
                CC: mercurial-devel at selenic.com

Paths containing unicode characters cannot be deleted, and command fails:

> hg init test
> cd test
> mkdir ęłóść
> echo "test" > ąśłó.txt
> hg purge --all
el≤sc: The system cannot find the path specified
warning: asl≤.txt cannot be removed
abort: The system cannot find the path specified: 'D:\repos\test\el≤sc/*.*'

I found this bug by using node-sass:
> npm install node-sass
> hg purge --all
node_modules\node-sass\test\fixtures\spec\spec\output_styles\expanded\libsass\Sa┤ss-UT╕F8:
The system cannot find the path specified
node_modules\node-sass\test\fixtures\spec\spec\output_styles\compressed\libsass\Sa┤ss-UT╕F8:
The system cannot find the path specified
node_modules\node-sass\test\fixtures\spec\spec\output_styles\compact\libsass\Sa┤ss-UT╕F8:
The system cannot find the path specified
node_modules\node-sass\test\fixtures\spec\spec\libsass\Sa┤ss-UT╕F8: The system
cannot find the path specified

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list