Mercurial > dotfiles
view hgrc/hgrc @ 483:1a54ffbc3b15
Remove goyo stuff, add quicklist toggle.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:07:10 -0700 |
parents | 294cda8cf097 |
children | 5bbc05a69f4c |
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] extdiff = histedit = patchbomb = patchbomb = purge = rebase = schemes = shelve = strip = [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