Closed
Bug 1469647
Opened 7 years ago
Closed 7 years ago
Make firefoxreleases compatible with Mercurial 4.6
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
(3 files)
No description provided.
Comment 1•7 years ago
|
||
Webcommand functions now only receive a single argument. So we use *args and check for the number of arguments to determine whether to expand the arguments or use the required attributes.
Webcommand functions must now also use the new response object to initiate sending a response. A "sendtemplate" convenience function is provided to send a response rendered from a template.
Comment 2•7 years ago
|
||
Comment on attachment 8986278 [details]
firefoxreleases: make compatible with hg46 (Bug 1469647) r?gps
Gregory Szorc [:gps] has approved the revision.
https://phabricator.services.mozilla.com/D1711
Attachment #8986278 -
Flags: review+
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/52643c61d06e
firefoxreleases: make compatible with hg46 r=gps
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Comment on attachment 8987099 [details]
firefoxreleases: use `mercurial.util.safehasattr` over `hasattr` (Bug 1469647) r?gps
Gregory Szorc [:gps] has approved the revision.
https://phabricator.services.mozilla.com/D1768
Attachment #8987099 -
Flags: review+
Comment 7•7 years ago
|
||
Comment on attachment 8987100 [details]
firefoxreleases: cat error log in test output (Bug 1469647) r?gps
Gregory Szorc [:gps] has approved the revision.
https://phabricator.services.mozilla.com/D1769
Attachment #8987100 -
Flags: review+
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/e2b4d1832b9f
firefoxreleases: use `mercurial.util.safehasattr` over `hasattr` r=gps
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/2f620c54e4f3
firefoxreleases: cat error log in test output r=gps
You need to log in
before you can comment on or make changes to this bug.
Description
•