tests/test-alias.t
changeset 18693 633cd0c46e6a
parent 18648 76b69cccb07a
child 18991 c1af1fb314bc
--- a/tests/test-alias.t	Thu Feb 14 13:56:02 2013 -0600
+++ b/tests/test-alias.t	Tue Feb 12 22:15:31 2013 +0100
@@ -17,6 +17,7 @@
   > no-R = status -R elsewhere
   > no--repo = status --repo elsewhere
   > no--repository = status --repository elsewhere
+  > no--config = status --config a.config=1
   > mylog = log
   > lognull = log -r null
   > shortlog = log --template '{rev} {node|short} | {date|isodate}\n'
@@ -106,6 +107,8 @@
   error in definition for alias 'no--repository': --repository may only be given on the command line
   $ hg help no--repository
   error in definition for alias 'no--repository': --repository may only be given on the command line
+  $ hg no--config
+  error in definition for alias 'no--config': --config may only be given on the command line
 
 optional repository