From 763cc10f3144b38add8f0cc7f59bf445a8e94ae8 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 15 Aug 2018 15:52:21 +0200 Subject: [PATCH] Disable Mercurial support --- install.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/install.sh b/install.sh index c4a481d..b8eeabe 100644 --- a/install.sh +++ b/install.sh @@ -111,18 +111,18 @@ vim +BundleInstall +qall make_link ${HOME}/.vim/bundle/falcon/.githelpers ${HOME} -if [ -e ~/.dot_has_hg ]; then - install_hg -elif [ ! -e ~/.dot_no_hg ]; then - echo - echo "Do you wish to install mercurial stuff?" - select yn in "Yes" "No"; do - case $yn in - Yes ) install_hg; break;; - No ) touch ~/.dot_no_hg; break;; - esac - done -fi +#if [ -e ~/.dot_has_hg ]; then +# install_hg +#elif [ ! -e ~/.dot_no_hg ]; then +# echo +# echo "Do you wish to install mercurial stuff?" +# select yn in "Yes" "No"; do +# case $yn in +# Yes ) install_hg; break;; +# No ) touch ~/.dot_no_hg; break;; +# esac +# done +#fi if [ -e ~/.dot/.dot_has_fish ]; then install_hg