Closed
Bug 1466939
Opened 7 years ago
Closed 16 hours ago
Add hg-aggregate as a trusted group without breaking mozilla-unified's bookmarks
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gps, Assigned: jcristau)
References
Details
Attachments
(1 file)
We currently receive warnings that we can't load some .hg/hgrc files because they are owned by the hg-aggregate user.
We attempted to fix this in https://hg.mozilla.org/hgcustom/version-control-tools/rev/db02733921a0. But it was backed out in https://hg.mozilla.org/hgcustom/version-control-tools/rev/6985d314bab2 because the hgrc for mozilla-unified loaded the firefoxtree extension and this resulted in bookmarks not being properly replicated to hgweb machines.
In other words, the fact that .hg/hgrc isn't being loaded from the context of pash connections from hgweb machines doing replication is masking a bug between the interaction of firefoxtree and the replication mechanism. Good times.
| Assignee | ||
Comment 1•2 days ago
|
||
Avoid losing bookmarks on pull by accident like happened in bug 2028966.
Updated•2 days ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/d0763af26ae7
vcsreplicator: turn off firefoxtree when pulling r=sheehan
Status: ASSIGNED → RESOLVED
Closed: 16 hours ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•