# HG changeset patch # User Dirkjan Ochtman # Date 2008-10-22 16:32:17 # Node ID 268c582bd42a875ed2ee7c8497029cda40da4c98 # Parent b1aea76f7001c3fd1097a68f3d08e0e5c3de7a60 tests: add more testing for webdir nesting diff --git a/tests/test-hgwebdir b/tests/test-hgwebdir --- a/tests/test-hgwebdir +++ b/tests/test-hgwebdir @@ -16,8 +16,14 @@ hg --cwd b ci -Amb -d'2 0' hg init c echo c > c/c hg --cwd c ci -Amc -d'3 0' + +cd b +hg init d +echo d > d/d +hg --cwd d ci -Amd +cd .. + root=`pwd` - cd .. cat > paths.conf <