Mercurial > public > mercurial-scm > hg
diff tests/test-log @ 3383:c7c6f1a45348
Test case for log --copies on non-linear manifests (issue391)
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Fri, 13 Oct 2006 09:58:55 -0700 |
parents | e18c3d08528d |
children | 7db88b094b14 |
line wrap: on
line diff
--- a/tests/test-log Fri Oct 13 16:34:58 2006 +0200 +++ b/tests/test-log Fri Oct 13 09:58:55 2006 -0700 @@ -32,6 +32,13 @@ echo % log copies hg log -vC --template '{rev} {file_copies%filecopy}\n' +echo % log copies, non-linear manifest +hg up -C 3 +hg mv dir/b e +echo foo > foo +hg ci -Ame2 -d '6 0' +hg log -vC --template '{rev} {file_copies%filecopy}\n' -r 5 + # log --follow tests hg init ../follow cd ../follow