[PATCH] D113926: [NFC][gn build] Inclusive language: replace master with main in sync_source_lists_from_cmake.py
Quinn Pham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 17 07:32:25 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG76313f8ec9fc: [NFC][gn build] Inclusive language: replace master with main in… (authored by quinnp).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113926/new/
https://reviews.llvm.org/D113926
Files:
llvm/utils/gn/build/sync_source_lists_from_cmake.py
Index: llvm/utils/gn/build/sync_source_lists_from_cmake.py
===================================================================
--- llvm/utils/gn/build/sync_source_lists_from_cmake.py
+++ llvm/utils/gn/build/sync_source_lists_from_cmake.py
@@ -11,7 +11,7 @@
If --write is passed, tries to write modified .gn files and adds one git
commit for each cmake commit this merges. If an error is reported, the state
-of HEAD is unspecified; run `git reset --hard origin/master` if this happens.
+of HEAD is unspecified; run `git reset --hard origin/main` if this happens.
"""
from __future__ import print_function
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113926.387939.patch
Type: text/x-patch
Size: 613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/610b0f5b/attachment.bin>
More information about the llvm-commits
mailing list