tests/test-manifest
author Patrick Mezard <pmezard@gmail.com>
Mon, 13 Aug 2007 19:42:52 +0200
changeset 5163 b51d07ed1b18
parent 5155 13d23d66a6cd
child 5406 f11554a097c8
permissions -rwxr-xr-x
demandimport: ignore pwd and grp. Both are unavailable under Windows and tarfile detects them via ImportError.

#!/bin/sh

hg init
echo a > a
hg ci -Ama -d'0 0'
mkdir b
echo a > b/a
hg ci -Amb -d'1 0'
hg manifest
hg manifest -v
hg manifest --debug
hg manifest -r 0
hg manifest -r 1
hg manifest -r tip

echo % should fail
hg manifest -r 2
hg manifest -r tip tip

hg manifest tip