Closed
Bug 1757183
Opened 3 years ago
Closed 3 years ago
add a command to send vcsreplicator heads message
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: sheehan)
References
Details
Attachments
(1 file)
We should be able to update the replicated heads in the same fashion as replicatesync
, either with it's own command or by including a heads update in replicatesync
.
Assignee | ||
Comment 1•3 years ago
|
||
Adds a call to sendheadsmessage
as part of replicatesync
. Adds a flag
to control whether the heads message is sent.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/d12758bbe164
vcsreplicator: send heads message as part of replicatesync
r=zeid
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•