58 lines
946 B
Plaintext
58 lines
946 B
Plaintext
%include .hgauth
|
|
|
|
[ui]
|
|
username = Jeremy Wall (zaphar) <jeremy@marzhillstudios.com>
|
|
merge = internal:merge
|
|
|
|
[alias]
|
|
qstatus = status --rev -2
|
|
stash = qnew -e
|
|
apply = qpush
|
|
modified = status -m
|
|
added = status -a
|
|
graphlog = log -l 9 --graph
|
|
secrets = log -r 'secret()'
|
|
drafts = log -r 'draft()'
|
|
current = identify -i -n -B
|
|
hist = log -f -r 'ancestors(.)'
|
|
show = log -r . --template "Revision: {node|short}\n---------\n{desc}\n\n"
|
|
showrev = log --template "Revision: {node|short}\n---------\n{desc}\n\n" -r
|
|
|
|
[pull]
|
|
update=1
|
|
|
|
[qnew]
|
|
edit=1
|
|
|
|
[bookmarks]
|
|
track.current = True
|
|
|
|
[email]
|
|
from = Jeremy Wall (zaphar) <jeremy@marzhillstudios.com>
|
|
method = smtp
|
|
|
|
[smtp]
|
|
host = smtp.gmail.com
|
|
port = 587
|
|
tls = starttls
|
|
username = jeremy@marzhillstudios.com
|
|
|
|
[extensions]
|
|
convert =
|
|
hgext.bookmarks =
|
|
hgext.convert =
|
|
mq =
|
|
record =
|
|
graphlog =
|
|
transplant =
|
|
fetch =
|
|
histedit =
|
|
rebase =
|
|
shelve =
|
|
purge =
|
|
patchbomb =
|
|
churn =
|
|
|
|
[web]
|
|
#cacerts = /etc/hg-dummy-cert.pem
|