tests/test-dirstatedirs
changeset 7096 6dab29f6df37
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-dirstatedirs	Wed Oct 15 01:14:29 2008 +0200
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# test dirstate._dirs refcounting
+hg init t
+cd t
+mkdir -p a/b/c/d
+touch a/b/c/d/x
+touch a/b/c/d/y
+touch a/b/c/d/z
+hg ci -Am m
+hg mv a z