comparison tests/test-rollback @ 2227:4f072bb06e89

deprecate undo command, replace with rollback command.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Mon, 08 May 2006 14:19:05 -0700
parents tests/test-undo@7544700fd931
children
comparison
equal deleted inserted replaced
2226:abfed2a82b07 2227:4f072bb06e89
1 #!/bin/sh
2
3 mkdir t
4 cd t
5 hg init
6 echo a > a
7 hg add a
8 hg commit -m "test" -d "1000000 0"
9 hg verify
10 hg parents
11 hg status
12 hg rollback
13 hg verify
14 hg parents
15 hg status