Closed
Bug 1359959
Opened 8 years ago
Closed 8 years ago
Update scmutil vfs references to Mercurial 4.2 compatibility
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(1 file)
Mercurial 4.2 deprecates a number of symbols on scmutil, moving them to mercurial.vfs. We should update code to import the symbols from the new vfs module if available to avoid a deprecation warning.
Comment hidden (mozreview-request) |
Comment on attachment 8862113 [details]
hgext: try to use vfs symbol from mercurial.vfs (bug 1359959);
https://reviewboard.mozilla.org/r/134098/#review137136
Attachment #8862113 -
Flags: review?(glob) → review+
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/1bf8654caa0a
hgext: try to use vfs symbol from mercurial.vfs ; r=glob
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•