tests/test-status.t
branchstable
changeset 44748 a467416c493c
parent 43861 aac921f54554
child 46488 40c8ae49561d
--- a/tests/test-status.t	Mon Apr 20 11:03:31 2020 +0200
+++ b/tests/test-status.t	Thu Apr 23 09:59:38 2020 +0200
@@ -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