comparison tests/test-undo @ 336:aa6cbde09f72

Add some more tests -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add some more tests manifest hash: 0e357a0d32baee877f2c7b6c6a8f7468e4b7f1b5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCr4TQywK+sNU5EO8RAoZ1AJ9lbLIN2uwLWpVOilQs9CkyFIaQ5wCeKToO 1HXJVrlhexgIzwSnBkTBNOo= =UJ+y -----END PGP SIGNATURE-----
author mpm@selenic.com
date Tue, 14 Jun 2005 17:30:56 -0800
parents
children b2293093b89e b4e0e20646bb
comparison
equal deleted inserted replaced
335:74b9332faece 336:aa6cbde09f72
1 #!/bin/bash
2
3 set -x
4 mkdir t
5 cd t
6 hg init
7 echo a > a
8 hg add a
9 hg commit -t "test" -u test -d "0 0"
10 hg verify
11 hg parents
12 hg status
13 hg undo
14 hg verify
15 hg parents
16 hg status