Mercurial > repos > other > linux
view hgrc @ 164:d6bf7ed9024c
Avoid permission errors in output
This happens when a non-root command runs in a dir where a file
has root-only permissions (e.g. the Puppet repo)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 25 May 2024 15:58:34 +0100 |
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