Correct error message.
--- a/hg/hgsyncee Sat Mar 22 20:30:37 2008 +0200
+++ b/hg/hgsyncee Sat Mar 22 20:37:05 2008 +0200
@@ -34,7 +34,6 @@
if [ $? = 0 ]; then
return 0;
else
- MSG="It seems that mercurial is not installed."
return 1;
fi
}
@@ -115,7 +114,7 @@
if Check_HG_exist; then :
else
- MSG="It seems hg utility not in PATH."
+ MSG="It seems hg utility is not in the PATH."
PrintLog ERROR
exit 1;
fi
--- a/hg/hgsyncew Sat Mar 22 20:30:37 2008 +0200
+++ b/hg/hgsyncew Sat Mar 22 20:37:05 2008 +0200
@@ -34,7 +34,6 @@
if [ $? = 0 ]; then
return 0;
else
- MSG="It seems that mercurial is not installed."
return 1;
fi
}
@@ -115,7 +114,7 @@
if Check_HG_exist; then :
else
- MSG="It seems hg utility not in PATH."
+ MSG="It seems hg utility is not in the PATH."
PrintLog ERROR
exit 1;
fi