comparison .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
comparison
equal deleted inserted replaced
369:8b2a2f63e799 370:1e4a6dcc043d
79 desc.here = inverse 79 desc.here = inverse
80 80
81 [revsetalias] 81 [revsetalias]
82 canmutate = not (public() or upstream()) 82 canmutate = not (public() or upstream())
83 smart = (parents(canmutate) or canmutate or . or (head() - closed())) and (not obsolete() or unstable()^) 83 smart = (parents(canmutate) or canmutate or . or (head() - closed())) and (not obsolete() or unstable()^)
84
85 %include $HOME/.hgrc-machine