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: bugzi...@selenic.com
          Reporter: maciej.pawl...@titanis.pl
                CC: mercurial-de...@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to