diff tests/test-globalopts.t @ 15781:cc2da4a5ed9a

dispatch: lowercase abort message
author Martin Geisler <mg@aragost.com>
date Fri, 06 Jan 2012 16:16:58 +0100
parents 2d710c12ffc0
children 8ed112ed774a
line wrap: on
line diff
--- a/tests/test-globalopts.t	Fri Jan 06 11:43:17 2012 +0100
+++ b/tests/test-globalopts.t	Fri Jan 06 16:16:58 2012 +0100
@@ -136,16 +136,16 @@
   abort: option --cwd may not be abbreviated!
   [255]
   $ hg --rep a tip
-  abort: Option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
+  abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
   [255]
   $ hg --repositor a tip
-  abort: Option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
+  abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
   [255]
   $ hg -qR a tip
-  abort: Option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
+  abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
   [255]
   $ hg -qRa tip
-  abort: Option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
+  abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
   [255]
 
 Testing --cwd: