commit 18c2a1971158fcfe109304816eec390d63f2b8a4
parent b2b14abc072b8b1d172e41a39fddd11f68efbb0f
Author: Michael Froman <mfroman@mozilla.com>
Date: Mon, 24 Nov 2025 02:43:48 +0000
Bug 2001165 - fix the README.mozilla files for abseil-cpp and chromium/build. r=dbaker DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D273646
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/third_party/abseil-cpp/README.mozilla b/third_party/abseil-cpp/README.mozilla
@@ -64,6 +64,7 @@ hg status -nu | xargs hg add
--branch mozpatches \
--target-branch-head `tail -1 $BASE_COMMIT_FILE` \
--patch-path $DEST_PATH/moz-patch-stack \
+ --no-pre-stack \
--skip-startup-sanity \
--separate-commit-bug-number 1234
@@ -75,6 +76,7 @@ hg status -nu | xargs hg add
--branch mozpatches \
--target-branch-head `tail -1 $BASE_COMMIT_FILE` \
--patch-path $DEST_PATH/moz-patch-stack \
+ --no-pre-stack \
--skip-startup-sanity
diff --git a/third_party/chromium/build/README.mozilla b/third_party/chromium/build/README.mozilla
@@ -66,6 +66,7 @@ hg status -nu | xargs hg add
--branch mozpatches \
--target-branch-head `tail -1 $BASE_COMMIT_FILE` \
--patch-path $DEST_PATH/moz-patch-stack \
+ --no-pre-stack \
--skip-startup-sanity \
--separate-commit-bug-number $BUG_NUMBER
@@ -77,6 +78,7 @@ hg status -nu | xargs hg add
--branch mozpatches \
--target-branch-head `tail -1 $BASE_COMMIT_FILE` \
--patch-path $DEST_PATH/moz-patch-stack \
+ --no-pre-stack \
--skip-startup-sanity