Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add the hg cus alias.
  • Loading branch information
sjl committed Jan 16, 2010
1 parent e97d249 commit 3fae2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .hgrc
Expand Up @@ -87,10 +87,12 @@ addremove = --similarity 100
[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'
Expand Down

0 comments on commit 3fae2d5

Please sign in to comment.