diff tests/test-walk.t @ 13910:93452579df9e

audit: improve nested repo message
author Matt Mackall <mpm@selenic.com>
date Thu, 07 Apr 2011 14:43:19 -0500
parents 6cc4b14fb76b
children ffb5c09ba822
line wrap: on
line diff
--- a/tests/test-walk.t	Thu Apr 07 17:16:17 2011 +0300
+++ b/tests/test-walk.t	Thu Apr 07 14:43:19 2011 -0500
@@ -159,7 +159,7 @@
   f  mammals/Procyonidae/raccoon     Procyonidae/raccoon
   f  mammals/skunk                   skunk
   $ hg debugwalk .hg
-  abort: path 'mammals/.hg' is inside repo 'mammals'
+  abort: path 'mammals/.hg' is inside nested repo 'mammals'
   [255]
   $ hg debugwalk ../.hg
   abort: path contains illegal component: .hg
@@ -203,7 +203,7 @@
   abort: path contains illegal component: .hg/data
   [255]
   $ hg debugwalk beans/.hg
-  abort: path 'beans/.hg' is inside repo 'beans'
+  abort: path 'beans/.hg' is inside nested repo 'beans'
   [255]
 
 Test absolute paths: