Closed
Bug 1258477
Opened 9 years ago
Closed 9 years ago
Install Mercurial from pip during MozillaBuild packaging
Categories
(Firefox Build System :: MozillaBuild, task)
Firefox Build System
MozillaBuild
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
5.50 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
I'm going to disable watchman by default as well.
Assignee | ||
Comment 1•9 years ago
|
||
IIUC, watchman-like functionality is shipping in version 3.8 anyway, so I'd rather let it bake there instead. I'm going to continue shipping the extension for people to try out if they're so inclined, however.
This also moves clonebundles to the regular extensions now that it ships as non-experimental with 3.7.x.
Attachment #8733010 -
Flags: review?(gps)
Comment 2•9 years ago
|
||
Comment on attachment 8733010 [details] [diff] [review]
Install Mercurial via pip and disable watchman by default
Review of attachment 8733010 [details] [diff] [review]:
-----------------------------------------------------------------
Aside from the clonebundles extension, looks good.
::: mercurial.ini
@@ +1,3 @@
> [extensions]
> blackbox =
> +clonebundles =
You don't need this. The clonebundles extension is server-side only.
Attachment #8733010 -
Flags: review?(gps) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Summary: Upgrade Mercurial to version 3.7.2 → Install Mercurial from pip during MozillaBuild packaging
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•