diff .hgrc @ 370:1e4a6dcc043d

hgrc: clean up machine-specific settings handling HGRCPATH ends up overriding machine-wide settings, which isn't what I want. Recent hg is nice enough to silently ignore includes of nonexistent files, so just use %include now.
author Augie Fackler <raf@durin42.com>
date Fri, 25 Sep 2015 14:42:23 -0400
parents 8b2a2f63e799
children 7d59b638f711
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -81,3 +81,5 @@ desc.here = inverse
 [revsetalias]
 canmutate = not (public() or upstream())
 smart = (parents(canmutate) or canmutate or . or (head() - closed())) and (not obsolete() or unstable()^)
+
+%include $HOME/.hgrc-machine