tests/test-manifest
author Patrick Mezard <pmezard@gmail.com>
Mon, 13 Aug 2007 19:42:50 +0200
changeset 5151 9374373fb727
parent 5138 13d23d66a6cd
child 5406 f11554a097c8
permissions -rwxr-xr-x
util: ignore invalid path errors in path_auditor.

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