view tests/test-dirstatedirs @ 10318:325a6aa95eea

merge with stable
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 05 Feb 2010 17:24:38 +0100
parents 6dab29f6df37
children
line wrap: on
line source

#!/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