tests/test-alias.t
changeset 15233 81c97964d123
parent 15203 c7ce651a6bc9
child 15445 7cbb81c47025
child 15600 195dbd1cef0c
--- a/tests/test-alias.t	Tue Oct 11 18:48:45 2011 +0200
+++ b/tests/test-alias.t	Tue Oct 11 17:20:03 2011 -0500
@@ -4,6 +4,8 @@
   > graphlog=
   > 
   > [alias]
+  > # should clobber ci but not commit (issue2993)
+  > ci = version
   > myinit = init
   > cleanstatus = status -c
   > unknown = bargle
@@ -113,7 +115,7 @@
   no rollback information available
 
   $ echo foo > foo
-  $ hg ci -Amfoo
+  $ hg commit -Amfoo
   adding foo
 
 
@@ -195,7 +197,7 @@
   $ hg echo2 foo
   
   $ echo bar > bar
-  $ hg ci -qA -m bar
+  $ hg commit -qA -m bar
   $ hg count .
   1
   $ hg count 'branch(default)'