Mercurial > dotfiles
view hgrc/hgrc @ 462:4f6af3e668eb
Use fd for fzf if available.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 14 Jan 2019 20:49:49 -0800 |
parents | 10acde38fcee |
children | 3989d112f7a3 |
line wrap: on
line source
[ui] color = yes commitsubrepos = False editor = vim username = Ludovic Chabant <ludovic@chabant.com> tweakdefaults = true [commands] status.terse = u [diff] git = True [extensions] strip = extdiff = histedit = patchbomb = purge = rebase = schemes = patchbomb = [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 srht+ssh = ssh://hg@hg.sr.ht/ srht+me = ssh://hg@hg.sr.ht/~ludovicchabant/ [extdiff] cmd.sbsdiff = diff opts.sbsdiff = -N -b --side-by-side --width=90 [patchbomb] confirm = True [email] from = Ludovic Chabant <ludovic@chabant.com> method = smtp [color] log.activebookmark = magenta bold log.activechangeset = yellow bold log.bookmark = magenta log.branch = cyan log.changeset = yellow log.phase_draft = red bold log.phase_secret = blue bold log.tag = green # OS-specific settings %include hgrc-${OS} # Local settings (if any) %include hgrc-local