Closed
Bug 1742287
Opened 4 years ago
Closed 4 years ago
Windows paths do not contain separators.
Categories
(Firefox Build System :: Build Documentation, defect)
Tracking
(firefox96 fixed)
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: vincent.couvert, Assigned: vincent.couvert)
Details
Attachments
(2 files)
Steps to reproduce:
Reading page https://firefox-source-docs.mozilla.org/contributing/vcs/mercurial.html#other-configuration-tips, it seems that paths to Windows configuration files miss backslashes.
Actual results:
For example: $HOME.hgrc, $HOMEMercurial.ini, C:mozilla-buildhgMercurial.ini or C:Program FilesMercurialMercurial.ini
Expected results:
We should see: $HOME.hgrc, $HOME\Mercurial.ini, C:\mozilla-buildhg\Mercurial.ini or C:\Program Files\MercurialMercurial.ini
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D131729
Updated•4 years ago
|
Assignee: nobody → vincent.couvert
Updated•4 years ago
|
Attachment #9251787 -
Attachment description: Bug 1742287 - Fix Windows configuration files path (missing backslashes). r?sylvestre → Bug 1742287 - Fix Windows configuration files path (missing backslashes) and make paths highlighted. r?#firefox-build-system-reviewers
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5912579a018c
Fix Windows configuration files path (missing backslashes) and make paths highlighted. r=firefox-build-system-reviewers,mhentges DONTBUILD
Comment 3•4 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
| Assignee | ||
Comment 4•4 years ago
|
||
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4909dbf2e5b9
Ride along: remove old path. r=mhentges,firefox-build-system-reviewers
Comment 6•4 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•