This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#brew install python | |
#brew install mercurial | |
#/usr/local/bin/pip install mercurial_keyring | |
# patch from http://selenic.com/repo/hg/rev/e3a5922e18c3 | |
cat <<-EOF | patch -p2 /usr/local/Cellar/mercurial/3.8.4/lib/python2.7/site-packages/mercurial/demandimport.py | |
diff -r 8bbe208c1812 -r e3a5922e18c3 mercurial/demandimport.py | |
--- a/mercurial/demandimport.py Sat Oct 05 01:02:22 2013 +0900 |