tests/test-log
branchstable
changeset 11562 efbc09fdefd8
parent 11509 2eaaad99f2f0
child 11631 dbb98d8fbcaf
child 12382 28ddf67198b2
--- a/tests/test-log	Wed Jul 14 11:02:20 2010 -0400
+++ b/tests/test-log	Thu Jul 08 22:44:15 2010 +0200
@@ -31,6 +31,11 @@
 echo % many renames
 hg log -vf e
 
+echo % log -pf dir/b
+hg log -pf dir/b
+echo % log -vf dir/b
+hg log -vf dir/b
+
 echo '% log copies with --copies'
 hg log -vC --template '{rev} {file_copies}\n'
 echo '% log copies switch without --copies, with old filecopy template'