##// END OF EJS Templates
test-log: also test "log -p -R" case
Martin Geisler -
r11509:2eaaad99 stable
parent child Browse files
Show More
@@ -185,4 +185,9 echo '% log -p --cwd dir (in subdir)'
185 mkdir dir
185 mkdir dir
186 hg log -p --cwd dir
186 hg log -p --cwd dir
187
187
188 echo '% log -p -R repo'
189 cd dir
190 hg log -p -R .. ../a
191
192
188 exit 0
193 exit 0
@@ -514,3 +514,15 diff -r 000000000000 -r 24427303d56f a
514 @@ -0,0 +1,1 @@
514 @@ -0,0 +1,1 @@
515 +a
515 +a
516
516
517 % log -p -R repo
518 changeset: 0:24427303d56f
519 user: test
520 date: Thu Jan 01 00:00:00 1970 +0000
521 summary: commit on default
522
523 diff -r 000000000000 -r 24427303d56f a
524 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
525 +++ b/a Thu Jan 01 00:00:00 1970 +0000
526 @@ -0,0 +1,1 @@
527 +a
528
General Comments 0
You need to be logged in to leave comments. Login now