[Bug 4892] New: directory case collisions aren't detected

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Oct 7 19:10:46 UTC 2015


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

            Bug ID: 4892
           Summary: directory case collisions aren't detected
           Product: Mercurial
           Version: default branch
          Hardware: All
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: sid0 at fb.com
                CC: mercurial-devel at selenic.com

On a case-insensitive file system:

mkdir a
touch a/a
hg add a/a
hg ci -ma

hg up null
mkdir A
touch A/b
hg add A/b
hg ci -mb

hg merge 0  <-- should probably complain, but doesn't
hg ci -mmerged

hg up null && hg up tip  <-- should definitely complain, but doesn't

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


More information about the Mercurial-devel mailing list