Don't need that echo

pull/378/head
Kovica 2014-12-12 15:51:12 +01:00
parent 6f126b80e4
commit 324e1edfce
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ function get_hg_root {
local CURRENT_DIR=$(pwd)
while [ "$CURRENT_DIR" != "/" ]; do
echo $CURRENT_DIiR
if [ -d "$CURRENT_DIR/.hg" ]; then
echo "$CURRENT_DIR/.hg"
return