tests/test-rollback
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 24 Aug 2006 15:19:56 -0700
changeset 3014 47aad3489da8
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Fixed an exception in notify extension (b2a_hex argument incorrect) Detailed messages was - incoming.notify hook raised an exception: b2a_hex() argument 1 must be string or read-only character buffer, not stringio

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "1000000 0"
hg verify
hg parents
hg status
hg rollback
hg verify
hg parents
hg status