# HG changeset patch # User Ludovic Chabant # Date 1546579479 28800 # Node ID 2dab3e76197065967b1ed623721dd2d8a2be09f1 # Parent f464cf1771518b58c5d86f5ed82a17d912f47bf9 Clean up unnecessary Mercurial extensions, tweak config. diff -r f464cf177151 -r 2dab3e761970 hgrc/hgrc --- 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 -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}