Mercurial > dotfiles
changeset 450:2dab3e761970
Clean up unnecessary Mercurial extensions, tweak config.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 03 Jan 2019 21:24:39 -0800 |
parents | f464cf177151 |
children | d5d49e678146 |
files | hgrc/hgrc |
diffstat | 1 files changed, 8 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/hgrc/hgrc Thu Jan 03 21:23:44 2019 -0800 +++ b/hgrc/hgrc Thu Jan 03 21:24:39 2019 -0800 @@ -1,20 +1,20 @@ [ui] +color = yes +commitsubrepos = False +editor = vim username = Ludovic Chabant <ludovic@chabant.com> -editor = vim -commitsubrepos = False [diff] -git=True +git = True [extensions] -color = +beautifygraph = extdiff = histedit = -pager = +patchbomb = purge = rebase = schemes = -shelve = [alias] glog = log -G @@ -36,15 +36,8 @@ cmd.sbsdiff = diff opts.sbsdiff = -N -b --side-by-side --width=90 -[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 +[patchbomb] +confirm=True # OS-specific settings %include hgrc-${OS}