Remove a FIXME comment
This commit is contained in:
parent
5ef56b2348
commit
e5a9915aa8
|
@ -284,7 +284,6 @@ _package_guess_scm()
|
||||||
echo "cvs"
|
echo "cvs"
|
||||||
elif [ -d ".git" ]; then
|
elif [ -d ".git" ]; then
|
||||||
#git
|
#git
|
||||||
#FIXME also look in parent folders
|
|
||||||
echo "git"
|
echo "git"
|
||||||
else
|
else
|
||||||
return 2
|
return 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user