Skip to content

Instantly share code, notes, and snippets.

View junkycoder's full-sized avatar

Dan Hromada junkycoder

  • Česká republika
View GitHub Profile
@junkycoder
junkycoder / fixup_hg.sh
Last active August 10, 2016 12:25
Make mercurial_keyring work on OS X with homebrew mercurial 2.7.2.
#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