commit | 336dc523a4180f99955b0fdb65e86059a1abac32 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu May 13 11:42:31 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu May 13 11:42:31 2021 -0700 |
tree | 89f1da87d17c0bfde0caff3acb0b2f10d828e62b | |
parent | c55ff1b352f8b82184f80d9dea220e832691acfc [diff] |
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102) The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text. Automerge-Triggered-By: GH:pitrou (cherry picked from commit 1aa3530314d339725519f4ad95b7dea4b00b657e) Co-authored-by: Antoine Pitrou <antoine@python.org>