##// END OF EJS Templates
Show tags in hg history etc....
Show tags in hg history etc. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Show tags in hg history etc. manifest hash: 5520d8f5be86d5183c5b6f84e25cb99eb35ad4b7 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCsphGW7P1GVgWeRoRAtujAJ97McEv8gL8m1uZz79ufKgbzFf6ZACfd7vQ 49wFPb65oMSwro9XjOoGgCk= =BSsw -----END PGP SIGNATURE-----

File last commit:

r382:37249c52 default
r387:c07c6fb2 default
Show More
test-undo.out
30 lines | 629 B | text/plain | TextLexer
+ mkdir t
+ cd t
+ hg init
+ echo a
+ hg add a
+ hg commit -t test -u test -d '0 0'
+ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
+ hg parents
changeset: 0:acb14030fe0a21b60322c440ad2d20cf7685a376
user: test
date: Thu Jan 1 00:00:00 1970
summary: test
+ hg status
+ hg undo
attempting to rollback last transaction
+ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
0 files, 0 changesets, 0 total revisions
+ hg parents
+ hg status
A a