comparison tests/test-undo.out @ 925:5a034646e472

run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
author mpm@selenic.com
date Tue, 16 Aug 2005 19:03:01 -0800
parents 0902ffece4b4
children 1f3710636b45 4f81068ed8cd
comparison
equal deleted inserted replaced
924:ab681ea2857e 925:5a034646e472
1 + hg init
2 + hg add a
3 + hg commit -m test -d 0 0
4 + hg verify
5 checking changesets 1 checking changesets
6 checking manifests 2 checking manifests
7 crosschecking files in changesets and manifests 3 crosschecking files in changesets and manifests
8 checking files 4 checking files
9 1 files, 1 changesets, 1 total revisions 5 1 files, 1 changesets, 1 total revisions
10 + hg parents
11 changeset: 0:acb14030fe0a 6 changeset: 0:acb14030fe0a
12 tag: tip 7 tag: tip
13 user: test 8 user: test
14 date: Thu Jan 1 00:00:00 1970 9 date: Thu Jan 1 00:00:00 1970
15 summary: test 10 summary: test
16 11
17 + hg status
18 + hg undo
19 rolling back last transaction 12 rolling back last transaction
20 + hg verify
21 checking changesets 13 checking changesets
22 checking manifests 14 checking manifests
23 crosschecking files in changesets and manifests 15 crosschecking files in changesets and manifests
24 checking files 16 checking files
25 0 files, 0 changesets, 0 total revisions 17 0 files, 0 changesets, 0 total revisions
26 + hg parents
27 + hg status
28 A a 18 A a