comparison .hgrc @ 371:7d59b638f711

hgrc: also include private-config hgrc that has smtp settings etc
author Augie Fackler <raf@durin42.com>
date Tue, 13 Oct 2015 11:03:43 -0400
parents 1e4a6dcc043d
children ea4bee62d5b3
comparison
equal deleted inserted replaced
370:1e4a6dcc043d 371:7d59b638f711
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 84
85 %include .private/hgrc
85 %include $HOME/.hgrc-machine 86 %include $HOME/.hgrc-machine