view hgrc/hgrc @ 492:b4d2eca00197

Ensure ctags config directory before writing config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Oct 2021 18:02:50 -0700
parents 5bbc05a69f4c
children ea3aeb55fca2
line wrap: on
line source

[ui]
color = yes
commitsubrepos = False
editor = vim
username = Ludovic Chabant <ludovic@chabant.com>
tweakdefaults = true

[commands]
status.terse = u

[diff]
git = True

[extensions]
extdiff =
histedit =
patchbomb =
patchbomb =
purge =
rebase =
schemes =
shelve =
strip =

[alias]
glog = log -G
clog = glog --pager=yes --template "{rev} {branches} {bookmarks} {tags}    {node|short}    {date|shortdate}    {author|user}\n{desc}\n\n"

[revsetalias]
wip = (parents(not public()) or not public() or . or head()) and (not obsolete() or unstable()^ and not closed())

[progress]
delay = 1

[schemes]
gh+ssh = git+ssh://git@github.com:{1}/{2}.git
gh+me = git+ssh://git@github.com:ludovicchabant/{1}.git
srht+ssh = ssh://hg@hg.sr.ht/
srht+me = ssh://hg@hg.sr.ht/~ludovicchabant/

[extdiff]
cmd.sbsdiff = diff
opts.sbsdiff = -N -b --side-by-side --width=90

[patchbomb]
confirm = True

[email]
from = Ludovic Chabant <ludovic@chabant.com>
method = smtp

[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

# OS-specific settings
%include hgrc-${OS}

# Local settings (if any)
%include hgrc-local