Closed
Bug 1501810
Opened 7 years ago
Closed 7 years ago
Make vcsreplicator compatible with Mercurial 4.7
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
(2 files)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
We have a few tests failing in vcsreplicator due to vcsreplicator
not being installed into certain virtualenvs. This commit
adds vcsreplicator to those environments and fixes the
tests.
Assignee | ||
Comment 2•7 years ago
|
||
No code changes are needed to enable 4.7 compatibility, however
a few new lines are showing up in tests. Add those lines are we
are 4.7 compatible. Also switch to using the replication venv
to run `hg log` in the bootstrap test, to fix an import error
in that test.
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/60775e9e99e4
vcsreplicator: install into hgweb, tools virtualenvs r=gps
https://hg.mozilla.org/hgcustom/version-control-tools/rev/c060a93681c0
vcsreplicator: add 4.7 conditional test output r=gps
You need to log in
before you can comment on or make changes to this bug.
Description
•