From: Simon Ruderich Date: Tue, 22 Oct 2013 20:28:09 +0000 (+0200) Subject: setup.sh: No need to convert hgrc with m4 anymore. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=74faba281912afa6f30f1bf8df6999dd16f911c8 setup.sh: No need to convert hgrc with m4 anymore. --- diff --git a/hgrc.m4 b/hgrc similarity index 100% rename from hgrc.m4 rename to hgrc diff --git a/setup.sh b/setup.sh index 4b5fc72..703f27d 100755 --- a/setup.sh +++ b/setup.sh @@ -42,8 +42,6 @@ if installed tig; then fi if installed hg; then - generate hgrc .m4 m4 \ - -DOS=`os` link hgrc ~/.hgrc fi