From patchwork Mon Apr 20 09:22:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D8462: test-status: test that '.hg' does not show up even as a symlink From: phabricator X-Patchwork-Id: 46192 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Mon, 20 Apr 2020 09:22:54 +0000 Alphare created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercurial-scm.org/D8462 AFFECTED FILES tests/test-status.t CHANGE DETAILS To: Alphare, #hg-reviewers Cc: mercurial-devel diff --git a/tests/test-status.t b/tests/test-status.t --- a/tests/test-status.t +++ b/tests/test-status.t @@ -672,3 +672,11 @@ $ cd .. + +Make sure .hg doesn't show up even as a symlink + + $ hg init repo0 + $ mkdir symlink-repo0 + $ cd symlink-repo0 + $ ln -s ../repo0/.hg + $ hg status