view rc/hgrc @ 511:ce21ebae61b4

Add /opt/local beforehand in sunos.
author edogawaconan <me@myconan.net>
date Sun, 16 Mar 2014 07:50:57 +0000
parents 3253d9e5daf1
children 023071785b97
line wrap: on
line source

[ui]
username = edogawaconan <me@myconan.net>
merge = vimdiff
verbose = true
style = compact
ignore = ~/.hgignore_global
ignore.local = ~/.hgignore_global.local

[merge-tools]
vimdiff.executable = vim
vimdiff.args = -d $base $local $output $other +close +close

[extensions]
convert =
progress =
bookmarks =
mq =
rebase =
graphlog =
color =
record =
pager =
purge =
shelve =

[hostfingerprints]
bitbucket.org = 67:b3:bf:9f:c5:38:0e:4c:dd:4e:8a:da:3d:11:1b:c2:a5:d1:6c:6b

[defaults]
addremove = --similarity 100

[alias]
ll = log --style default

[pager]
pager = LESS=FRX less
attend = annotate, cat, diff, export, glog, log, qdiff, heads, ll

[bookmarks]
track.current = true

[color]
status.modified = magenta bold
status.added = green bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = blue bold
status.ignored = black bold

%include ~/.hgrc.local