1edcbc070b77
Add the hg cus alias.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 16 Jan 2010 12:18:17 -0500 |
parents | a4b567cf68fb |
children | e971fcb518e0 |
branches/tags | (none) |
files | .hgrc |
Changes
--- a/.hgrc Sat Jan 16 12:12:10 2010 -0500 +++ b/.hgrc Sat Jan 16 12:18:17 2010 -0500 @@ -87,10 +87,12 @@ [alias] nudge = push --rev . tmd = diff --no-color -U 10 -cm = commit -m st = status -C ? = summary +cm = commit -m +cus = commit -m 'Update subrepository state.' + #mlocal = merge --config 'ui.merge=internal:local' #mother = merge --config 'ui.merge=internal:other' #mfail = merge --config 'ui.merge=internal:fail'