diff tests/test-extdiff.t @ 14024:92b768e9f80c

merge with stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 29 Apr 2011 11:10:11 +0200
parents 3740792dbe51 3eb632d9cf42
children ff26712a0c50
line wrap: on
line diff
--- a/tests/test-extdiff.t	Fri Apr 29 09:43:21 2011 +0200
+++ b/tests/test-extdiff.t	Fri Apr 29 11:10:11 2011 +0200
@@ -177,3 +177,20 @@
   $ hg extdif -p echo -r "0::1"
   */extdiff.*/a.8a5febb7f867/a a.34eed99112ab/a (glob)
   [1]
+
+  $ cd ..
+
+Test symlinks handling (issue1909)
+
+  $ 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 ..