Don't need that echo

pull/261/head
Kovica 2014-12-12 15:51:12 +01:00 committed by Hector Rivas
parent 85575f8373
commit ca50c499c3
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