diff tests/test-inotify @ 7393:92c952c4470c

inotify: fix status . in repo.root
author Brendan Cully <brendan@kublai.com>
date Wed, 19 Nov 2008 13:00:48 -0800
parents 5ab0abf27dd9
children f90bbf1ea09f
line wrap: on
line diff
--- a/tests/test-inotify	Wed Nov 19 13:27:57 2008 +0100
+++ b/tests/test-inotify	Wed Nov 19 13:00:48 2008 -0800
@@ -27,4 +27,12 @@
 echo % all
 hg status -A
 
+echo '% path patterns'
+echo x > dir/x
+hg status .
+hg status dir
+cd dir
+hg status .
+cd ..
+
 kill `cat hg.pid`