summaryrefslogtreecommitdiff
path: root/contrib/cut-release
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cut-release')
-rwxr-xr-xcontrib/cut-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cut-release b/contrib/cut-release
index 0870b6ce0..ea0308ada 100755
--- a/contrib/cut-release
+++ b/contrib/cut-release
@@ -91,7 +91,7 @@ if [ -z "$root" ]; then
fi
echo "Checking repo for unmerged updates..."
-if [ `svn -uq status | wc -l` -ne 1 ]; then
+if [ `svn -uq status | grep -v '^M *[0-9]* *NEWS$' | wc -l` -ne 1 ]; then
echo "$(basename "$0"): ERROR: This working directory isn't up to date" 2>&1
$dryrun || exit 1
fi
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback