Bug 1712150 - take branches into account in release-started email notification. r...
commit1c67430110668572951bb1446a72dd9bf9fe221c
authorJulien Cristau <jcristau@mozilla.com>
Fri, 21 May 2021 12:51:41 +0000 (21 12:51 +0000)
committerJulien Cristau <jcristau@mozilla.com>
Fri, 21 May 2021 12:51:41 +0000 (21 12:51 +0000)
tree07b8ae7f6636aeff27a8b54c46ee9808bd4d5f1f
parent7486a6ee43fae2b8b97890ebc31d685839190ed7
Bug 1712150 - take branches into account in release-started email notification. r=releng-reviewers,aki

Instead of using the pushlog, grab the hg log using a revset to avoid
being confused by branches: we're looking for revisions that are
ancestors of the new revision but not of the previous tag, i.e.
"current % previous".

Differential Revision: https://phabricator.services.mozilla.com/D115624
python/mozrelease/mozrelease/buglist_creator.py
python/mozrelease/test/data/buglist_changesets.json