[bobthefish] One more cleanup.

pull/2/head
Justin Hileman 10 years ago committed by Bruno Pinto
parent c8853f6f61
commit e17a6871b4

@ -107,7 +107,7 @@ function __bobthefish_hg_project_dir -d 'Print the current hg project base direc
[ "$theme_display_hg" = 'no' ]; and return
set d (pwd)
while not [ $d = / ]
if test -e $d/.hg
if [ -e $d/.hg ]
command hg root ^/dev/null
return
end

Loading…
Cancel
Save