Mercurial > repos > other > linux
view hgrc @ 136:fcd34011b0f0
Fix hg prompt functionality for Python 3.8
Includes Mathieu Clabaut's Python 3.8 patch
(https://bitbucket.org/sjl/hg-prompt/issues/45/python-38-port)
and reverts 0850e9a3 where the author stripped incoming/outgoing
functionality (because I use it)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 18 Jan 2020 20:00:20 +0000 |
parents | ac6c055e7441 |
children | c67c56b569d8 |
line wrap: on
line source
[ui] username = IBBoard <dev@ibboard.co.uk> merge = meld # git add -p, only MORE interactive! interface = curses %include ~/.hgrc-username-override [trusted] #Trust root (mainly for VPS running, where some repos are owned by root and we want to do "hg status" without sudo-ing) #If we don't trust root then we're screwed anyway! users = root [alias] copush = !$HG commit $@ && $HG push [extensions] extdiff = bookmarks = hgext.convert= color = pager = progress = mercurial_keyring = prompt = ~/.hg-prompt.py [extdiff] cmd.meld = meld # Image diffing cmd.imdiff = sh opts.imdiff = -c 'compare $0 $1 compared.png; display compared.png' [pager] pager = LESS='FSRX' less ignore = version, help, update, serve, record %include ~/.hgrc-certs %include ~/.hgrc-auth