Open
Bug 1615627
Opened 5 years ago
Updated 5 years ago
Store `backsoutnodes` directly in the commit's extra metadata
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
NEW
People
(Reporter: ahal, Unassigned)
References
(Blocks 1 open bug)
Details
We have a function that parses the commit message to determine whether or not it is a backout:
https://hg.mozilla.org/hgcustom/version-control-tools/file/tip/pylib/mozautomation/mozautomation/commitparser.py#l222
This information then ends up in the json-automationrelevance
file on hg.mozilla.org. Instead (or in addition), I'd like if we could store this information directly on the commit itself using the commit's extra
metadata. That way we could find backouts with revsets and more. This would help solve bug 1615624.
Reporter | ||
Updated•5 years ago
|
Summary: Store `backsoutnodes` directly in the hg extra metadata → Store `backsoutnodes` directly in the commit's extra metadata
You need to log in
before you can comment on or make changes to this bug.
Description
•