From: Oleg Broytman Date: Sun, 14 Feb 2016 23:58:27 +0000 (+0300) Subject: .hgrc: update X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=89665d1f57ad715c6c6002e4a8cbbfd65321c49c .hgrc: update Add color extension. Remove `less' options - they are now in $LESS. Ignore pager for `clone', `push', `recommit', `shelve', `unshelve'. --- diff --git a/.hgrc b/.hgrc index ee97a0a..01ba900 100644 --- a/.hgrc +++ b/.hgrc @@ -2,6 +2,7 @@ l5 = log -l 5 [extensions] +color = fetch = graphlog = pager = @@ -9,9 +10,9 @@ record = transplant = [pager] -pager = less -FRSXgimq +pager = less attend = annotate, cat, diff, export, glog, help, log, l5, qdiff, showconfig -ignore = update, version +ignore = clone, push, recommit, shelve, unshelve, update, version [ui] merge = vimdiff