tests/test-extdiff.t
branchstable
changeset 14021 3eb632d9cf42
parent 12640 6cc4b14fb76b
child 14024 92b768e9f80c
--- a/tests/test-extdiff.t	Tue Apr 26 12:55:26 2011 +0200
+++ b/tests/test-extdiff.t	Fri Apr 29 08:04:46 2011 +0200
@@ -167,4 +167,18 @@
   $ hg falabala -o this -c 1
   diffing this a.8a5febb7f867/a a.34eed99112ab/a
   [1]
+  $ cd ..
 
+  $ hg init testsymlinks
+  $ cd testsymlinks
+  $ echo a > a
+  $ hg ci -Am adda
+  adding a
+  $ echo a >> a
+  $ ln -s missing linka
+  $ hg add linka
+  $ hg falabala -r 0 --traceback
+  diffing testsymlinks.07f494440405 testsymlinks
+  [1]
+  $ cd ..
+