diff tests/test-log @ 11508:fbab0875fd09 stable

log: fix missing diff output for hg log -p in sub directory prep(ctx, fns) receives paths relative to repository root, not cwd.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 02 Jul 2010 23:49:06 +0900
parents df5d1d571d27
children 2eaaad99f2f0
line wrap: on
line diff
--- a/tests/test-log	Sun Jul 04 17:05:17 2010 +0900
+++ b/tests/test-log	Fri Jul 02 23:49:06 2010 +0900
@@ -181,4 +181,8 @@
 echo '% log -b 2'
 hg log -b 2
 
+echo '% log -p --cwd dir (in subdir)'
+mkdir dir
+hg log -p --cwd dir
+
 exit 0