From c8da1722528794e9d73d391c53977b9f316e58a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 26 Aug 2010 18:54:14 +0200 Subject: [PATCH] Silence the 'hg tip' call. --- sunrise-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunrise-commit b/sunrise-commit index 36109d7..bb07f62 100755 --- a/sunrise-commit +++ b/sunrise-commit @@ -44,7 +44,7 @@ local_supported || eval 'local() { find_repo() { if svn info >/dev/null 2>&1; then SC_VCS=svn - elif hg tip 2>/dev/null; then + elif hg tip >/dev/null 2>&1; then SC_VCS=hg else local remotes