Silence the 'hg tip' call.

This commit is contained in:
Michał Górny 2010-08-26 18:54:14 +02:00
parent ff91dba58c
commit c8da172252

View File

@ -44,7 +44,7 @@ local_supported || eval 'local() {
find_repo() { find_repo() {
if svn info >/dev/null 2>&1; then if svn info >/dev/null 2>&1; then
SC_VCS=svn SC_VCS=svn
elif hg tip 2>/dev/null; then elif hg tip >/dev/null 2>&1; then
SC_VCS=hg SC_VCS=hg
else else
local remotes local remotes