Submitter | phabricator |
---|---|
Date | April 20, 2020, 9:22 a.m. |
Message ID | <differential-rev-PHID-DREV-xpymsqroeeov5qesnpnd-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/46192/ |
State | Superseded |
Headers | show |
Comments
Herald added a subscriber: mercurial-patches. This revision now requires changes to proceed. marmoute added a comment. marmoute requested changes to this revision. please fold this in the previous patch REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8462/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8462 To: Alphare, #hg-reviewers, marmoute Cc: marmoute, mercurial-patches, mercurial-devel
Alphare added a comment. Alphare abandoned this revision. Folded into the previous patch. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8462/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8462 To: Alphare, #hg-reviewers, marmoute Cc: marmoute, mercurial-patches, mercurial-devel
Patch
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