1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 04:20:32 +02:00

[ticket/11509] Three dots means sym. difference, but we only want new commits.

PHPBB3-11509
This commit is contained in:
Andreas Fischer
2014-02-21 00:48:18 +01:00
parent c955d01456
commit ccd30912d9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ set -e
if [ "$#" -ne 1 ];
then
echo "Expected one argument (commit range, e.g. eef1b586...1666476b)."
echo "Expected one argument (commit range, e.g. phpbb/develop..ticket/12345)."
exit
fi