[Bug 6547] New: Windows: transaction backup in store subrepository get their path separator encoded

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Fri Jul 23 09:05:10 UTC 2021


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

            Bug ID: 6547
           Summary: Windows: transaction backup in store subrepository get
                    their path separator encoded
           Product: Mercurial
           Version: 5.9rc0
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: pierre-yves.david at ens-lyon.org
                CC: mercurial-devel at mercurial-scm.org
    Python Version: ---

On Windows, a file that should be stored as 'data/journal.backup.target.i' ends
up stored as 'data~5cjournal.backup.target.i' because the `vfs.join` encode the
`\` that Windows is using in this situation.

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


More information about the Mercurial-devel mailing list