##// END OF EJS Templates
Update undo test...
mpm@selenic.com -
r502:509e6246 default
parent child Browse files
Show More
@@ -1,31 +1,31 b''
1 + mkdir t
1 + mkdir t
2 + cd t
2 + cd t
3 + hg init
3 + hg init
4 + echo a
4 + echo a
5 + hg add a
5 + hg add a
6 + hg commit -t test -u test -d '0 0'
6 + hg commit -t test -u test -d '0 0'
7 + hg verify
7 + hg verify
8 checking changesets
8 checking changesets
9 checking manifests
9 checking manifests
10 crosschecking files in changesets and manifests
10 crosschecking files in changesets and manifests
11 checking files
11 checking files
12 1 files, 1 changesets, 1 total revisions
12 1 files, 1 changesets, 1 total revisions
13 + hg parents
13 + hg parents
14 changeset: 0:acb14030fe0a21b60322c440ad2d20cf7685a376
14 changeset: 0:acb14030fe0a21b60322c440ad2d20cf7685a376
15 tag: tip
15 tag: tip
16 user: test
16 user: test
17 date: Thu Jan 1 00:00:00 1970
17 date: Thu Jan 1 00:00:00 1970
18 summary: test
18 summary: test
19
19
20 + hg status
20 + hg status
21 + hg undo
21 + hg undo
22 attempting to rollback last transaction
22 rolling back last transaction
23 + hg verify
23 + hg verify
24 checking changesets
24 checking changesets
25 checking manifests
25 checking manifests
26 crosschecking files in changesets and manifests
26 crosschecking files in changesets and manifests
27 checking files
27 checking files
28 0 files, 0 changesets, 0 total revisions
28 0 files, 0 changesets, 0 total revisions
29 + hg parents
29 + hg parents
30 + hg status
30 + hg status
31 A a
31 A a
General Comments 0
You need to be logged in to leave comments. Login now