Closed Bug 1540286 Opened 5 years ago Closed 5 years ago

.hgignore should not ignore every filename that contains GPATH

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox68 fixed)

RESOLVED FIXED
mozilla68
Tracking Status
firefox68 --- fixed

People

(Reporter: jorendorff, Assigned: jorendorff)

Details

Attachments

(1 file)

I recently tried to grab a patch using arc patch, and it failed because I had a file named dom/svg/nsSVGPathDataParser.cpp. I have that file because I hit Ctrl-C on Mercurial once.

The weird thing is that hg status didn't show it to me.

Because it was being hgignored. With the attached patch, I got:

$ hg status
M .hgignore
? .hgignore.orig
? .hgtags.orig
? devtools/client/inspector/animation/components/graph/TimingPath.js.orig
? dom/svg/DOMSVGPathSeg.cpp.orig
? dom/svg/DOMSVGPathSeg.h.orig
? dom/svg/DOMSVGPathSegList.cpp.orig
? dom/svg/DOMSVGPathSegList.h.orig
? dom/svg/SVGPathData.cpp.orig
? dom/svg/SVGPathData.h.orig
? dom/svg/SVGPathElement.cpp.orig
? dom/svg/SVGPathElement.h.orig
? dom/svg/SVGPathSegListSMILType.cpp.orig
? dom/svg/SVGPathSegListSMILType.h.orig
? dom/svg/SVGPathSegUtils.cpp.orig
? dom/svg/nsSVGPathDataParser.cpp
? dom/svg/nsSVGPathDataParser.h
? js/src/vm/make_opcode_doc.py.rej
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5ba2aa96e2e4
Do not hgignore all filenames that contain GPATH and similar on case-insensitive filesystems. r=Callek
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Assignee: nobody → jorendorff
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: