Mercurial > dotfiles
view hgrc/hgrc @ 103:a755319f124e
Added mappings for substitutions.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 07 May 2012 17:13:56 -0700 |
parents | 4b4e461e2022 |
children | c129a719560f |
line wrap: on
line source
[ui] username = Ludovic Chabant <ludovic@chabant.com> editor = vim commitsubrepos = False [diff] git=True [extensions] mq = color = purge = fetch = record = convert = extdiff = schemes = graphlog = progress = parentrevspec = [alias] clog = glog --limit 10 --template "{rev} {bookmarks} {tags} {node|short} {date|shortdate} {author|user}\n{desc}\n\n" [progress] delay = 1 [schemes] bb+ssh = ssh://hg@bitbucket.org/ bb+me = ssh://hg@bitbucket.org/ludovicchabant/ gh+ssh = git+ssh://git@github.com/ gh+me = git+ssh://git@github.com/ludovicchabant/ [extdiff] cmd.sbsdiff = diff opts.sbsdiff = -N -b --side-by-side --width=90 # OS-specific settings %include hgrc-${OS} # Local settings (if any) %include hgrc-local