Mercurial > hg-stable
comparison tests/test-log @ 2901:9826af4841ef
Test for log --prune.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 14 Aug 2006 10:27:02 -0700 |
parents | e7f70588af30 |
children | e18c3d08528d |
comparison
equal
deleted
inserted
replaced
2900:26c37ebda1bb | 2901:9826af4841ef |
---|---|
61 echo postm >> b1 | 61 echo postm >> b1 |
62 hg ci -Amb1.1 -d'1 0' | 62 hg ci -Amb1.1 -d'1 0' |
63 | 63 |
64 echo % log --follow-first | 64 echo % log --follow-first |
65 hg log --follow-first | 65 hg log --follow-first |
66 | |
67 echo % log -P 2 | |
68 hg log -P 2 |