comparison tests/test-simple-update.out @ 676:32f7dc81c07e

Remove references to 'cloning by hardlink' from tests. # HG changeset patch # User Andrew Thompson <andrewkt@aktzero.com> # Node ID c12a49438454e9782ff7eb9b11841e7b9406fbab # Parent b3bba126b04ab2f24274a1bcf5a224c6317c8e0d Remove references to 'cloning by hardlink' from tests.
author Andrew Thompson <andrewkt@aktzero.com>
date Sun, 10 Jul 2005 16:17:05 -0800
parents 5d6177b72fcc
children 7e4843b7efd2
comparison
equal deleted inserted replaced
675:49de76abc4da 676:32f7dc81c07e
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 clone . ../branch 13 + hg clone . ../branch
14 cloning by hardlink
15 + cd ../branch 14 + cd ../branch
16 + hg co 15 + hg co
17 + echo bar 16 + echo bar
18 + hg commit -t 2 17 + hg commit -t 2
19 + cd ../test 18 + cd ../test