aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-12-04 11:29:43 +0000
committerRene Ladan <rene@FreeBSD.org>2022-12-04 11:29:43 +0000
commit282db8d4189a09a4b89079e9ee62ba1122e59756 (patch)
tree2a9f2d0489cb9ea022a70518bea527063595e1b5 /Tools
parentc51816f6960f111eb61727e02fe892b657d7f10d (diff)
downloadports-282db8d4189a09a4b89079e9ee62ba1122e59756.tar.gz
ports-282db8d4189a09a4b89079e9ee62ba1122e59756.zip
Tools/scripts: note that you should also be in sync with origin/main
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/rmport2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport
index b8757712bacf..30d8e219441d 100755
--- a/Tools/scripts/rmport
+++ b/Tools/scripts/rmport
@@ -366,7 +366,7 @@ else
cd "${git_dir}/.." || exit 1
fi
if ! ${GIT} diff --exit-code remotes/origin/main ; then
- echo "you have local commits, exiting" >&2
+ echo "you have local commits or are behind origin/main, exiting" >&2
exit 65
fi