diff tests/test-log @ 11509:2eaaad99f2f0 stable

test-log: also test "log -p -R" case
author Martin Geisler <mg@lazybytes.net>
date Sun, 04 Jul 2010 14:14:29 +0200
parents fbab0875fd09
children efbc09fdefd8
line wrap: on
line diff
--- a/tests/test-log	Fri Jul 02 23:49:06 2010 +0900
+++ b/tests/test-log	Sun Jul 04 14:14:29 2010 +0200
@@ -185,4 +185,9 @@
 mkdir dir
 hg log -p --cwd dir
 
+echo '% log -p -R repo'
+cd dir
+hg log -p -R .. ../a
+
+
 exit 0