.hgrc @ 2bcfcb024d24

Add some simple [web] options.
author Steve Losh <steve@stevelosh.com>
date Tue, 22 Sep 2009 23:38:01 -0400
parents f46fef94b593
children 844e2c95a959
[ui]
username = Steve Losh <steve@stevelosh.com>
editor = vim

[extensions]
graphlog =
record = 
bookmarks = 
rebase = 
purge = 
mq = 
patchbomb =
convert = 
transplant =
extdiff = 
color = 
parentrevspec =
hgshelve = ~/lib/hg/hgshelve/hgshelve.py
paste = ~/src/hg-paste/paste.py
prompt = ~/src/hg-prompt/prompt.py
histedit = ~/lib/hg/histedit
hg-git = ~/lib/hg/hg-git-abderrahim
collapse = ~/lib/hg/hgcollapse/hgext/collapse.py

[alias]
rewrite = histedit
killitwithfire = revert --no-backup --all
kittens = parents
fold = collapse
show = log --color=always -pr 

[diff]
git = True

[extdiff]
cmd.fmdiff = fmdiff

[email]
method = smtp
from = Steve Losh <steve@stevelosh.com>

[smtp]
host = smtp.stevelosh.com
port = 587
username = sjl
tls = True

[web]
allow_archive = gz zip bz2
motd = more info at <a href="http://stevelosh.com/projects/">stevelosh.com/projects</a>

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

[bookmarks]
track.current = True

[defaults]
glog = -l7 --template 'changeset:   {rev}:{node|short} \033[33;40m{tags}\033[37;40m \033[35;40m{branches}\033[37;40m\nsummary:     {desc|firstline|fill68|tabindent|tabindent}\n\n'
diff   = --color always
status = --color always
serve  = --style=gitweb
rebase = --keepbranches
addremove = --similarity 100