comparison tests/test-dirstatedirs @ 7096:6dab29f6df37

dirstate._dirs: fix refcounting broken by 7dfac37cfabf reported by Patrick Waugh
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 15 Oct 2008 01:14:29 +0200
parents
children
comparison
equal deleted inserted replaced
7095:0ed11838bd1a 7096:6dab29f6df37
1 #!/bin/sh
2
3 # test dirstate._dirs refcounting
4 hg init t
5 cd t
6 mkdir -p a/b/c/d
7 touch a/b/c/d/x
8 touch a/b/c/d/y
9 touch a/b/c/d/z
10 hg ci -Am m
11 hg mv a z