Fix an hg error message in make_dist_tarball.
This commit was SVN r19220.
Этот коммит содержится в:
родитель
797ec531aa
Коммит
b107ac85a1
2
contrib/dist/make_dist_tarball
поставляемый
2
contrib/dist/make_dist_tarball
поставляемый
@ -141,7 +141,7 @@ elif test -d .hg; then
|
||||
hg revert VERSION
|
||||
hg up
|
||||
if test ! "$?" = "0"; then
|
||||
echo "SVN update failed. Aborting"
|
||||
echo "HG update failed. Aborting"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user