comparison .hgrc @ 86:463fe15a340f

Trust the 'help' group repository configs and whatnot.
author Steve Huston <huston@astro.princeton.edu>
date Mon, 29 Apr 2013 10:24:04 -0400
parents c75fecccc3e5
children a835f8c36e93
comparison
equal deleted inserted replaced
85:c75fecccc3e5 86:463fe15a340f
12 12
13 [merge-tools] 13 [merge-tools]
14 vimdiff.executable = vim 14 vimdiff.executable = vim
15 vimdiff.args = -d $base $local $output $other -c "wincmd J" 15 vimdiff.args = -d $base $local $output $other -c "wincmd J"
16 16
17 [trusted]
18 groups = help
19
17 # Includes - here we pull in a config file for the particular host on which 20 # Includes - here we pull in a config file for the particular host on which
18 # we're running, if there is one. This lets us set specific things on 21 # we're running, if there is one. This lets us set specific things on
19 # specific hosts fairly easily. $HOST must be defined in the environment 22 # specific hosts fairly easily. $HOST must be defined in the environment
20 # (bash's built-in $HOSTNAME is insufficient) 23 # (bash's built-in $HOSTNAME is insufficient)
21 %include $HOME/.hgrc.d/$HOST.rc 24 %include $HOME/.hgrc.d/$HOST.rc