view hgrc/hgrc @ 447:48933cecdf7f

Add Tridactyl config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Aug 2018 22:48:06 -0700
parents edefbb8ea16a
children 2dab3e761970
line wrap: on
line source

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

[diff]
git=True

[extensions]
color =
extdiff =
histedit =
pager =
purge =
rebase =
schemes =
shelve =

[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]
bb+ssh = ssh://hg@bitbucket.org/
bb+me = ssh://hg@bitbucket.org/ludovicchabant/
gh+ssh = git+ssh://git@github.com:{1}/{2}.git
gh+me = git+ssh://git@github.com:ludovicchabant/{1}.git

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

[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