Mercurial > dotfiles
view hgrc/hgrc @ 454:54bdd1f0f873
Make OS-specific configs for Git.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 13 Nov 2018 09:55:24 -0800 |
parents | 2dab3e761970 |
children | a9fb8c05f030 |
line wrap: on
line source
[ui] color = yes commitsubrepos = False editor = vim username = Ludovic Chabant <ludovic@chabant.com> [diff] git = True [extensions] beautifygraph = extdiff = histedit = patchbomb = purge = rebase = schemes = [alias] glog = log -G clog = glog --pager=yes --template "{rev} {branches} {bookmarks} {tags} {node|short} {date|shortdate} {author|user}\n{desc}\n\n" [revsetalias] wip = (parents(not public()) or not public() or . or head()) and (not obsolete() or unstable()^ and not closed()) [progress] delay = 1 [schemes] bb+ssh = ssh://hg@bitbucket.org/ bb+me = ssh://hg@bitbucket.org/ludovicchabant/ gh+ssh = git+ssh://git@github.com:{1}/{2}.git gh+me = git+ssh://git@github.com:ludovicchabant/{1}.git [extdiff] cmd.sbsdiff = diff opts.sbsdiff = -N -b --side-by-side --width=90 [patchbomb] confirm=True # OS-specific settings %include hgrc-${OS} # Local settings (if any) %include hgrc-local