Mercurial > index.cgi > dotfiles
view .hgrc @ 265:df0b24d4fabd
Think I'm ready to check this all in now; shared dotfiles that can be "sent"
through an SSH connection to be used and cleaned up when finished.
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 24 Apr 2024 16:15:40 -0400 |
parents | 282804a3a32b |
children |
line wrap: on
line source
# Global .hgrc - see bottom for local information [ui] username = Steve Huston <huston@princeton.edu> merge = vimdiff editor = $HOME/bin/hgeditor [extensions] convert = keyword = color = record = [merge-tools] vimdiff.executable = vim vimdiff.args = -f -d $output -M $local $base $other -c "wincmd J" -c "set modifiable" -c "set write" vimdiff.premerge = keep [trusted] groups = help # Includes - here we pull in a config file for the particular host on which # we're running, if there is one. This lets us set specific things on # specific hosts fairly easily. $HOST must be defined in the environment # (bash's built-in $HOSTNAME is insufficient) %include $HOME/.hgrc.d/$HOST.rc