[PATCH] D113918: [llvm][fix] Inclusive language: replace master with main in find_interesting_reviews.py

Quinn Pham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 12:06:40 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5b3b0b355b37: [llvm][fix] Inclusive language: replace master with main in… (authored by quinnp).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113918/new/

https://reviews.llvm.org/D113918

Files:
  llvm/utils/Reviewing/find_interesting_reviews.py


Index: llvm/utils/Reviewing/find_interesting_reviews.py
===================================================================
--- llvm/utils/Reviewing/find_interesting_reviews.py
+++ llvm/utils/Reviewing/find_interesting_reviews.py
@@ -532,7 +532,7 @@
     # applies to.
     assert len(GIT_REPO_METADATA) == 1
     git_repo = os.path.join("git_repos", GIT_REPO_METADATA[0][0])
-    cmd = 'git -C {0} rev-list -n 1 --before="{1}" master'.format(
+    cmd = 'git -C {0} rev-list -n 1 --before="{1}" main'.format(
         git_repo,
         datetime.fromtimestamp(
             diff.dateModified).strftime("%Y-%m-%d %H:%M:%s"))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113918.387350.patch
Type: text/x-patch
Size: 625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211115/51650542/attachment.bin>


More information about the llvm-commits mailing list