Bug 1712150 - take branches into account in release-started email notification. r...
commit627434975bb3e9848d51e25bc1635970487895e8
authorJulien Cristau <jcristau@mozilla.com>
Fri, 21 May 2021 09:36:08 +0000 (21 09:36 +0000)
committerJulien Cristau <jcristau@mozilla.com>
Fri, 21 May 2021 09:36:08 +0000 (21 09:36 +0000)
treea0ee451f0f39fecee3ef327d3208a5da531ee608
parente016ebac700a639405b6f490302efb23ec27d6fa
Bug 1712150 - take branches into account in release-started email notification. r=releng-reviewers,aki DONTBUILD

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