author | Thomas Arendsen Hein <thomas@intevation.de> |
Fri, 29 Jul 2005 15:59:10 +0100 | |
changeset 802 | 69db1e34378b |
parent 801 | 1f9ec150a476 |
child 808 | 8f5637f0a0c0 |
permissions | -rw-r--r-- |
409 | 1 |
+ hg init |
2 |
+ hg add a |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
3 |
+ hg commit -m commit #0 -d 0 0 |
409 | 4 |
+ hg add b |
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
5 |
+ hg commit -m commit #1 -d 0 0 |
409 | 6 |
+ hg update 0 |
7 |
+ hg add b |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
8 |
+ hg commit -m commit #2 -d 0 0 |
409 | 9 |
+ hg init |
10 |
+ hg add a |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
11 |
+ hg commit -m commit #0 -d 0 0 |
409 | 12 |
+ hg add b |
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
13 |
+ hg commit -m commit #1 -d 0 0 |
409 | 14 |
+ hg update 0 |
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
15 |
+ hg commit -A -m commit #2 -d 0 0 |
767
61ed30e82b27
Update tests to match new addremove chattiness.
Bryan O'Sullivan <bos@serpentine.com>
parents:
749
diff
changeset
|
16 |
adding b |
409 | 17 |
+ hg init |
18 |
+ hg add a |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
19 |
+ hg commit -m commit #0 -d 0 0 |
409 | 20 |
+ hg add b |
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
21 |
+ hg commit -m commit #1 -d 0 0 |
409 | 22 |
+ hg remove b |
23 |
+ hg update 0 |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
767
diff
changeset
|
24 |
+ hg commit -A -m commit #2 -d 0 0 |
767
61ed30e82b27
Update tests to match new addremove chattiness.
Bryan O'Sullivan <bos@serpentine.com>
parents:
749
diff
changeset
|
25 |
adding b |