Mercurial > repos > other > linux
view hgrc @ 161:912d1c33382f
Handle missing files in Mercurial state check
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 12 Nov 2023 09:04:12 +0000 |
parents | 961186621cc8 |
children |
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] rebase = 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 [rhg] on-unsupported = fallback fallback-executable = /usr/bin/hg allowed-extensions = rebase, absorb ignored-extensions = mercurial_keyring, bookmarks, prompt, extdiff, pager, hgext.convert, rebase, color, progress