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

            Bug ID: 5926
           Summary: hg addremove doesn't use OS specific path separator
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: bugreporter5...@protonmail.com
                CC: mercurial-devel@mercurial-scm.org

According to https://www.mercurial-scm.org/wiki/PathSeparator the addremove
command should use a local (aka OS specific) path separator character. When I
run addremove on Windows it uses the forward slash character instead of
backslash. 

Sample output (Mercurial 4.5.3) on Windows of addremove compared to status:

C:\Download\TestRepository>hg addr
adding folder/file1.txt
adding folder/file2.txt

C:\Download\TestRepository>hg status
A folder\file1.txt
A folder\file2.txt

Can the addremove command be fixed to use the local path separator?

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