--- a/tests/test-keyword Sat Feb 09 09:31:13 2008 +0100
+++ b/tests/test-keyword Sun Feb 10 01:28:16 2008 +0100
@@ -32,6 +32,19 @@
echo % kwshrink should exit silently in empty/invalid repo
hg kwshrink
+# Symlinks cannot be created on Windows. The bundle was made with:
+#
+# hg init t
+# cd t
+# echo a > a
+# ln -s a sym
+# hg add sym
+# hg ci -m addsym -u mercurial
+# hg bundle --base null ../test-keyword.hg
+#
+hg pull -u "$TESTDIR/test-keyword.hg" \
+ | sed 's/pulling from.*test-keyword.hg/pulling from test-keyword.hg/'
+
echo 'expand $Id$' > a
echo 'do not process $Id:' >> a
echo 'xxx $' >> a
@@ -138,7 +151,7 @@
hg kwfiles
echo % diff --rev
-hg diff --rev 0 | grep -v 'b/c'
+hg diff --rev 1 | grep -v 'b/c'
echo % rollback
hg rollback
@@ -200,7 +213,7 @@
echo % clone to test incoming
cd ..
-hg clone -r0 Test Test-a
+hg clone -r1 Test Test-a
cd Test-a
cat <<EOF >> .hg/hgrc
[paths]