commit | 2ec49a01cfb60b646db6d9ca92cee1437fdc177f | [log] [tgz] |
---|---|---|
author | Rob Mohr <mohrr@google.com> | Tue Dec 15 08:37:21 2020 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 15 18:27:54 2020 +0000 |
tree | efc7b7d55af4e4157aa0daa7ec4ed8954d5388cf | |
parent | 0d47b4850bbda9558fd3da9f80eafea0c72ffed8 [diff] [blame] |
roll_util: Change "Fixes:" to "Original-Fixes:" Change-Id: I8723a652ebe0a686804fb76b5d442b87161d0d2a Reviewed-on: https://pigweed-review.googlesource.com/c/infra/recipes/+/27780 Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com> Reviewed-by: Oliver Newman <olivernewman@google.com>
diff --git a/recipe_modules/roll_util/api.py b/recipe_modules/roll_util/api.py index f75ec4d..9252686 100644 --- a/recipe_modules/roll_util/api.py +++ b/recipe_modules/roll_util/api.py
@@ -26,6 +26,7 @@ ESCAPE_TAGS = [ 'Bug:', 'Fixed:', + 'Fixes:', 'Requires:', 'Reviewed-on:', ]