diff tests/test-dispatch.t @ 13967:f85c9b0fdb32

dispatch: improve repository not found message This should help clarify what the problem is in various problematic cases like ssh.
author Matt Mackall <mpm@selenic.com>
date Wed, 20 Apr 2011 14:28:40 -0500
parents 14d0553bd48b
children 1d5faa2c970f
line wrap: on
line diff
--- a/tests/test-dispatch.t	Wed Apr 20 00:01:50 2011 -0400
+++ b/tests/test-dispatch.t	Wed Apr 20 14:28:40 2011 -0500
@@ -47,6 +47,6 @@
 
   $ cd $dir
   $ hg cat
-  abort: There is no Mercurial repository here (.hg not found)!
+  abort: no repository found in '$TESTTMP' (.hg not found)!
   [255]