view tests/test-dirstatedirs @ 9401:2a5144687727

doc/Makefile: Don't show Makefile comments in output The comments makes sense when editing Makefile, but not when watching its output where it looks too much like error messages.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 20 Aug 2009 23:35:47 +0200
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