Closed
Bug 1402009
Opened 8 years ago
Closed 8 years ago
Add backsoutnodes to json template
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ahal, Unassigned)
Details
Currently we display backout information in hgweb:
https://dxr.mozilla.org/hgcustom_version-control-tools/source/hgtemplates/gitweb_mozilla/changeset.tmpl#57
However, this information is missing from the json feed:
https://hg.mozilla.org/mozilla-central/json-info?node=e03b7dcc0311
Since active data pulls in changeset information from this feed, this means we'll be able to more reliably query for backouts.
| Reporter | ||
Comment 1•8 years ago
|
||
Just noticed that 'backedoutbynode' is included in the json feed. I think that's good enough.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Comment 2•8 years ago
|
||
FWIW json-info is a deprecated API. Somewhere there is a bug to track down all consumers and remove the API.
You need to log in
before you can comment on or make changes to this bug.
Description
•