diff tests/test-clone.out @ 642:5d6177b72fcc

Update tests
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Jul 2005 22:27:25 -0800
parents 96ff7dae94f7
children 32f7dc81c07e
line wrap: on
line diff
--- a/tests/test-clone.out
+++ b/tests/test-clone.out
@@ -5,6 +5,7 @@
 + hg add a
 + hg commit -t test -u test -d '0 0'
 + hg clone . ../b
+cloning by hardlink
 + cd ../b
 + cat a
 a
@@ -15,6 +16,7 @@ crosschecking files in changesets and ma
 checking files
 1 files, 1 changesets, 1 total revisions
 + hg clone -U . ../c
+cloning by hardlink
 + cd ../c
 + cat a
 cat: a: No such file or directory
@@ -27,6 +29,7 @@ 1 files, 1 changesets, 1 total revisions
 + mkdir ../d
 + cd ../d
 + hg clone ../a
+cloning by hardlink
 + cd a
 + hg cat a
 a