diff tests/test-cat.t @ 24720:c560d8c68791

cat: disable optimization of single file case for workingctx It crashes because workingctx has no manifest.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 05 Apr 2015 13:16:46 +0900
parents 82b82168d045
children bd5e9647f646
line wrap: on
line diff
--- a/tests/test-cat.t	Thu Apr 09 22:18:55 2015 +0900
+++ b/tests/test-cat.t	Sun Apr 05 13:16:46 2015 +0900
@@ -63,3 +63,8 @@
   tmp/h_45116003780e
   tmp/r_2
 
+Test working directory
+
+  $ echo b-wdir > b
+  $ hg cat -r 'wdir()' b
+  b-wdir