add suport for "stat", this is an svn look-a-like

This commit is contained in:
David Majnemer 2009-01-03 02:29:49 -05:00
parent 1187b7cd88
commit aa4cc51463

View file

@ -1,9 +1,10 @@
[alias] [alias]
co = checkout co = checkout
ci = commit ci = commit
st = status st = status
di = diff --color-words stat = status
up = pull di = diff --color-words
up = pull
[color] [color]
diff = auto diff = auto
status = auto status = auto