sapling/tests/test-rollback
2008-01-07 15:26:12 -06:00

22 lines
236 B
Bash
Executable File

#!/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
# Test issue 902
hg commit -m "test"
hg branch test
hg rollback
hg branch