tests/test-basic
author Alex Unden <alu@zpuppet.org>
Fri, 27 Feb 2009 02:01:45 -0800
changeset 7817 cb516e788238
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
hg history
hg manifest --debug
hg cat a
hg verify