Closed Bug 1353538 Opened 7 years ago Closed 7 years ago

hg "abort: case-folding collision between toolkit/components/places/tests/unifiedcom plete/test_autofill_default_behavior.js and toolkit/components/places/tests/unif iedcomplete/test_autoFill_default_behavior.js"

Categories

(Toolkit :: Places, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dholbert, Unassigned)

References

Details

I have a mac machine that I haven't used in a while, and it was sitting at this revision from Sept 2016:
 https://hg.mozilla.org/mozilla-central/rev/60cc643978c7

I just tried to do "hg pull -u" on it, but it failed to update to the latest revision, with this error:
{
abort: case-folding collision between toolkit/components/places/tests/unifiedcom
plete/test_autofill_default_behavior.js and toolkit/components/places/tests/unif
iedcomplete/test_autoFill_default_behavior.js
}

This seems to be fallout from bug 1311049, which (in a single commit) renamed test_autoFill_default_behavior.js to a different-case-spelling of its name (new name has a lowercase "f").  This is problematic on case-insensitive filesystems, apparently.

I'm hopeful that I can work around it locally (and I doubt there's much we can do to fix it now, other than document how to get back to a working state -- hence this bug).
This machine has macOS 10.12 with mercurial 4.1.2 (from "brew"), BTW.
`hg up null` + `hg up <rev>` will fix it.
OK, I got it sorted out. (I went a slightly different route from comment 2 -- my working directory had a bunch of untracked files, possibly from the original "hg pull -u" having been interrupted.  So I deleted all of those and then tried updating to the tip revision again, and that time it was fine.)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.