comparison tests/test-up-local-change.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 204328d345f1
comparison
equal deleted inserted replaced
675:49de76abc4da 676:32f7dc81c07e
3 + hg init 3 + hg init
4 + echo a 4 + echo a
5 + hg addremove 5 + hg addremove
6 + hg commit -t 1 -u test -d '0 0' 6 + hg commit -t 1 -u test -d '0 0'
7 + hg clone . ../r2 7 + hg clone . ../r2
8 cloning by hardlink
9 + cd ../r2 8 + cd ../r2
10 + hg up 9 + hg up
11 + echo abc 10 + echo abc
12 + hg diff 11 + hg diff
13 + sed 's/\(\(---\|+++\).*\)\t.*/\1/' 12 + sed 's/\(\(---\|+++\).*\)\t.*/\1/'