tests/test-log
changeset 3837 7df171ea50cd
parent 3718 7db88b094b14
child 4167 4574a8cb080f
--- a/tests/test-log	Fri Dec 08 17:10:40 2006 -0800
+++ b/tests/test-log	Fri Dec 08 20:44:58 2006 -0600
@@ -14,6 +14,8 @@
 hg ci -mc -d '3 0'
 
 hg mv a b
+echo a > d
+hg add d
 hg ci -md -d '4 0'
 
 hg mv dir/b e
@@ -39,6 +41,9 @@
 hg ci -Ame2 -d '6 0'
 hg log -vC --template '{rev} {file_copies%filecopy}\n' -r 5
 
+echo '% log -p d'
+hg log -pv d
+
 # log --follow tests
 hg init ../follow
 cd ../follow