author | mpm@selenic.com |
Sat, 30 Jul 2005 08:35:29 -0800 | |
changeset 808 | 8f5637f0a0c0 |
parent 784 | 853bfbf1a312 |
parent 801 | 1f9ec150a476 |
child 814 | 0902ffece4b4 |
permissions | -rw-r--r-- |
363 | 1 |
+ hg init |
2 |
+ hg add a |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
3 |
+ hg commit -m 1 -d 0 0 |
363 | 4 |
+ hg status |
5 |
+ hg copy a b |
|
6 |
+ hg status |
|
7 |
A b |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
8 |
+ hg --debug commit -m 2 -d 0 0 |
363 | 9 |
b |
10 |
b: copy a:b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 |
|
11 |
+ hg history |
|
784
853bfbf1a312
Fix tests for short changeset hashes and hidden manifest hashes
mpm@selenic.com
parents:
749
diff
changeset
|
12 |
changeset: 1:3b5b84850bbe |
388
398737777644
Fixed tests for displaying tags in hg history and hg parents.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
382
diff
changeset
|
13 |
tag: tip |
363 | 14 |
user: test |
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
363
diff
changeset
|
15 |
date: Thu Jan 1 00:00:00 1970 |
363 | 16 |
summary: 2 |
17 |
||
784
853bfbf1a312
Fix tests for short changeset hashes and hidden manifest hashes
mpm@selenic.com
parents:
749
diff
changeset
|
18 |
changeset: 0:c19d34741b0a |
363 | 19 |
user: test |
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
363
diff
changeset
|
20 |
date: Thu Jan 1 00:00:00 1970 |
363 | 21 |
summary: 1 |
22 |
||
23 |
+ hg log a |
|
784
853bfbf1a312
Fix tests for short changeset hashes and hidden manifest hashes
mpm@selenic.com
parents:
749
diff
changeset
|
24 |
changeset: 0:c19d34741b0a |
363 | 25 |
user: test |
382
37249c522770
test suite: fix timezone problems and port collision problem
mpm@selenic.com
parents:
363
diff
changeset
|
26 |
date: Thu Jan 1 00:00:00 1970 |
363 | 27 |
summary: 1 |
28 |
||
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
29 |
566e338d09a089ba737c21e0d3759980 .hg/data/b.d |
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
30 |
3268d2f51b2d2d423ff01b59eb6fbb14 bsum |
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
31 |
70909ca2ecf494c71e9184b445e040ee asum |
363 | 32 |
+ hg verify |
33 |
checking changesets |
|
34 |
checking manifests |
|
35 |
crosschecking files in changesets and manifests |
|
36 |
checking files |
|
37 |
2 files, 2 changesets, 2 total revisions |