Skip to content
Snippets Groups Projects
Commit b4cd7618 authored by Justin Hileman's avatar Justin Hileman Committed by Bruno Pinto
Browse files

[bobthefish] One more cleanup.

parent 1e989310
Branches
Tags
No related merge requests found
...@@ -107,7 +107,7 @@ function __bobthefish_hg_project_dir -d 'Print the current hg project base direc ...@@ -107,7 +107,7 @@ function __bobthefish_hg_project_dir -d 'Print the current hg project base direc
[ "$theme_display_hg" = 'no' ]; and return [ "$theme_display_hg" = 'no' ]; and return
set d (pwd) set d (pwd)
while not [ $d = / ] while not [ $d = / ]
if test -e $d/.hg if [ -e $d/.hg ]
command hg root ^/dev/null command hg root ^/dev/null
return return
end end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment