diff tests/test-globalopts.t @ 25011:7d6a507a4c53

pathutil: hint if a path is root relative instead of cwd relative (issue4663) Given that this path is going to abort, it seems OK to spend the time to do an alternate lookup to better inform the user. The path returned by util.pathto() ends with '/' at least in some cases, so os.path.relpath() is used instead, which requires python 2.6.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 11 May 2015 21:26:13 -0400
parents 135b23868f45
children 9de443515f1d
line wrap: on
line diff
--- a/tests/test-globalopts.t	Mon May 11 22:47:01 2015 -0400
+++ b/tests/test-globalopts.t	Mon May 11 21:26:13 2015 -0400
@@ -88,6 +88,7 @@
   [255]
   $ hg -R b ann a/a
   abort: a/a not under root '$TESTTMP/b' (glob)
+  (consider using '--cwd b')
   [255]
   $ hg log
   abort: no repository found in '$TESTTMP' (.hg not found)!