Files
heroku-buildpack-python/bin/steps/mercurial
T
2017-03-10 11:21:57 -05:00

5 lines
166 B
Plaintext
Executable File

# Install Mercurial if it appears to be required.
if (grep -Fiq "hg+" requirements.txt) then
/app/.heroku/python/bin/pip install mercurial | cleanup | indent
fi