# HG changeset patch # User Steve Losh # Date 1263662297 18000 # Node ID 1edcbc070b7785a9a8b539716d2c40f30d67e373 # Parent a4b567cf68fb045ded769ec99ca1a61de2fcfc0d Add the hg cus alias. diff -r a4b567cf68fb -r 1edcbc070b77 .hgrc --- 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'