Merge with crew
authorBrendan Cully <brendan@kublai.com>
Fri, 01 Dec 2006 13:54:47 -0800
changeset 3753 5342d5ae565d
parent 3752 f902f409cd81 (current diff)
parent 3751 797c6e70092b (diff)
child 3756 2f2b59fcb394
Merge with crew
--- a/tests/test-extdiff
+++ b/tests/test-extdiff
@@ -7,11 +7,7 @@ hg init a
 cd a
 echo a > a
 hg add
-diff -N /dev/null /dev/null 2> /dev/null
-if [ $? -ne 0 ]; then
-	opt="-p gdiff"
-fi
-hg extdiff -o -Nr $opt
+hg extdiff -o -r $opt
 
 echo "[extdiff]" >> $HGRCPATH
 echo "cmd.falabala=echo" >> $HGRCPATH
--- a/tests/test-extdiff.out
+++ b/tests/test-extdiff.out
@@ -1,9 +1,7 @@
 adding a
 making snapshot of 0 files from rev 000000000000
 making snapshot of 1 files from working dir
-diff -Nr a.000000000000/a a/a
-0a1
-> a
+Only in a: a
 making snapshot of 0 files from rev 000000000000
 making snapshot of 1 files from working dir
 diffing a.000000000000 a
--- a/tests/test-symlinks
+++ b/tests/test-symlinks
@@ -35,7 +35,7 @@ rm a.c
 rm dir/a.o
 rm dir/b.o
 mkdir dir/a.o
-ln -sf nonexist dir/b.o
+ln -s nonexist dir/b.o
 mkfifo a.c
 # it should show a.c, dir/a.o and dir/b.o deleted
 hg status