1
1

Fix an hg error message in make_dist_tarball.

This commit was SVN r19220.
Этот коммит содержится в:
Tim Mattox 2008-08-07 19:48:49 +00:00
родитель 797ec531aa
Коммит b107ac85a1

2
contrib/dist/make_dist_tarball поставляемый
Просмотреть файл

@ -141,7 +141,7 @@ elif test -d .hg; then
hg revert VERSION hg revert VERSION
hg up hg up
if test ! "$?" = "0"; then if test ! "$?" = "0"; then
echo "SVN update failed. Aborting" echo "HG update failed. Aborting"
exit 1 exit 1
fi fi
fi fi