.hgrc @ 9e86f39ef363

Add an alias for summary.
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Nov 2009 11:19:21 -0500
parents f8f5df21305c
children b8355d9279d4
[ui]
username = Steve Losh <steve@stevelosh.com>
editor = mate -w

[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
diffstat = ~/lib/hg/hgdiffstat/hgext/diffstat.py
compass = ~/lib/hg/hg-compass/compass.py
review = ~/src/hg-review/review

[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
status.added = green
status.removed = red
status.deleted = yellow bold underline
status.unknown = magenta bold underline
status.ignored = black bold
diff.diffline = none
diff.extended = cyan
diff.file_a = red
diff.file_b = green
diff.hunk = yellow bold
diff.deleted = red
diff.inserted = green
diff.changed = white
diff.trailingwhitespace = white_background

[bookmarks]
track.current = True

[defaults]
diff   = --color always
status = --color always
serve  = --style=gitweb
rebase = --keepbranches
addremove = --similarity 100


[alias]

killitwithfire = revert --no-backup --all
kittens = parents
fold = collapse
slog = log --template '{rev}:{node|short} {desc|firstline}\n'
nudge = push --rev .
tmd = diff --no-color -U 10
cm = commit -m
up = update --check
? = summary
_ = compass --hide-closed
: = status

show = log --template 'changeset:  {rev}:{node|short} \033[33;40m{tags}\033[37;40m\033[35;40m{branches}\033[37;40m\nauthor:     {author}\ndate:       {date|rfc822date} ({date|age} ago)\nsummary:    {desc|firstline}\n\nadded:   \033[32;40m{file_adds}\033[37;40m\nremoved: \033[31;40m{file_dels}\033[37;40m\nchanged: \033[36;40m{file_mods}\033[37;40m\n\n' --color=always -pr

gl = glog -l8 --template 'changeset: {rev}:{node|short} \033[1;30;40m{author|person}\033[0;37;40m \033[33;40m{tags}\033[37;40m \033[35;40m{branches}\033[37;40m\nsummary:   {desc|firstline|fill68|tabindent|tabindent}\n\n'

gl+ = gl -l100000000

, = glog -l15 --template '\033[33;40m{rev} \033[37;40m{desc|firstline|fill68} \033[1;30;40m({date|age} ago by {author|person})\033[0;37;40m \033[33;40m{tags}\033[37;40m \033[35;40m{branches}\033[37;40m\n\n'

,+ = , -l100000000