100 lines
1.6 KiB
Plaintext
100 lines
1.6 KiB
Plaintext
[ui]
|
|
username = Kolan Sh <backbone@backbone.ws>
|
|
|
|
[hostfingerprints]
|
|
bitbucket.org=24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b
|
|
hg.backbone.ws=b3:bd:3f:03:21:58:38:9e:16:f5:6b:90:8d:f2:3b:17:42:6b:52:28
|
|
hg.insysltd.ru=ec:ff:06:cf:59:88:ae:58:eb:f4:79:30:56:f7:36:c2:dd:52:a9:41
|
|
|
|
[ui]
|
|
verbose = true
|
|
merge = vimdiff
|
|
|
|
%include ~/.netrc.hg
|
|
|
|
[defaults]
|
|
cdiff = -q
|
|
branches =
|
|
churn = --progress
|
|
|
|
[extdiff]
|
|
cmd.cdiff = colordiff
|
|
opts.cdiff = -uprN
|
|
|
|
[extensions]
|
|
duckcharset = ~/.hgext/duckcharset/hgext/duckcharset.py
|
|
onsub= ~/.hgext/onsub/onsub.py
|
|
compass = ~/.hgext/compass/compass.py
|
|
hggit = ~/.hgext/hg-git/hggit
|
|
hgshelve = ~/.hgext/hgshelve/hgshelve.py
|
|
histedit = ~/.hgext/histedit/hg_histedit.py
|
|
hgext.hgshelve=
|
|
# fixcase = ~/.hgext/fixcase/fixcase.py
|
|
hgext.bookmarks =
|
|
eol =
|
|
graphlog=
|
|
graphlog =
|
|
highlight=
|
|
color =
|
|
#rebase=
|
|
transplant=
|
|
extdiff=
|
|
record=
|
|
fetch=
|
|
convert=
|
|
# brokes .hgignore (for example in /.hg)
|
|
#largefiles =
|
|
pager =
|
|
parentrevspec =
|
|
progress =
|
|
purge=
|
|
rebase =
|
|
relink =
|
|
schemes=
|
|
mq =
|
|
churn =
|
|
|
|
[patch]
|
|
eol = auto
|
|
|
|
[web]
|
|
pygments_style=tango
|
|
|
|
[merge-tools]
|
|
vimdiff.executable = vim
|
|
vimdiff.args = -d $base $local $output $other +close +close
|
|
|
|
[git]
|
|
intree=1
|
|
exportbranch=refs/heads/from-hg
|
|
|
|
[web]
|
|
cacerts=
|
|
|
|
[largefiles]
|
|
minsize = 1
|
|
|
|
[pager]
|
|
pager = LESS='FSRX' less
|
|
quiet = True
|
|
attend = annotate, cat, diff, export, glog, log, qdiff, compass, tags, help
|
|
|
|
[progress]
|
|
delay = 3
|
|
changedelay = 1
|
|
refresh = 0.1
|
|
clear-complete = True
|
|
disable = False
|
|
assume-tty = False
|
|
|
|
[alias]
|
|
s = status -mard -S
|
|
|
|
[subpaths]
|
|
# step 2
|
|
([^/@]+)/@@/([^/@]+)$ = \1/@@@/\2
|
|
# step 1
|
|
([^/@]+)/([^/@]+)$ = \1/@@/\2
|
|
# step 2
|
|
([^/@]+)/@@@/([^/@]+)$ = \2
|