Silence the 'hg tip' call.
This commit is contained in:
parent
ff91dba58c
commit
c8da172252
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user