# HG changeset patch # User Augie Fackler # Date 1444748623 14400 # Node ID 7d59b638f71141f56ffcc71a36a90ddf5ffb701c # Parent 1e4a6dcc043da8402a1ca2f4fa852f95486eb666 hgrc: also include private-config hgrc that has smtp settings etc diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -82,4 +82,5 @@ desc.here = inverse canmutate = not (public() or upstream()) smart = (parents(canmutate) or canmutate or . or (head() - closed())) and (not obsolete() or unstable()^) +%include .private/hgrc %include $HOME/.hgrc-machine