Closed
Bug 1414082
Opened 8 years ago
Closed 8 years ago
Allow pushing bookmarks on project repoistories
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jgraham, Unassigned)
Details
In particular we would like to use Elm to simulate various operations on mozilla-unified which involves being able to create bookmarks for central, inbound, etc. and move them around in realistic ways.
However this seems like something that would be generally useful on project repositories given that they are frequently reset.
Comment 1•8 years ago
|
||
I don't see a hook on elm that would prevent pushing bookmarks.
In fact, the only place I see the hooking being installed is for mozilla-central and the various integration repos. Nothing in projects/ has it enabled AFAICT.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 2•8 years ago
|
||
OK, thanks for checking. At some point the bookmark I (presumably) pushed appeared, so I guess it worked and either was slow or I somehow failed to notice the change after I pushed.
Comment 3•8 years ago
|
||
There have historically been bugs around the replication of bookmarks on hg.mo. I /thought/ we were in a good state though. It is possible pushing with Mercurial 4.3 or 4.4 introduced a regression. I haven't tested that thoroughly because hg.mo is still on 4.2.
If you can show that bookmarks aren't being replicated, please file a bug. Repros with user repos are better for debugging reasons :)
You need to log in
before you can comment on or make changes to this bug.
Description
•