tests/test-dirstatedirs
author Alexander Solovyov <piranha@piranha.org.ua>
Mon, 27 Apr 2009 21:33:39 +0300
changeset 8264 63ea850b3312
parent 7096 6dab29f6df37
permissions -rwxr-xr-x
zeroconf: guess ip for Zeroconf Zeroconf() is actually pretty dumb in guessing IPs and in case of socket.gaierror will not guess right IP.

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