Mercurial > evolve
changeset 136:915728be8afd
add test for revset
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Fri, 17 Feb 2012 17:55:12 +0100 |
parents | 1a08daef8a53 |
children | bbc653876876 |
files | tests/test-obsolete.t |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-obsolete.t Fri Feb 17 17:53:00 2012 +0100 +++ b/tests/test-obsolete.t Fri Feb 17 17:55:12 2012 +0100 @@ -75,6 +75,16 @@ 3 - 0d3f46688ccc + $ qlog -r 'extinct()' --hidden + 2 + - 4538525df7e2 + $ qlog -r 'suspended()' + 3 + - 0d3f46688ccc + $ qlog -r 'unstable()' + 5 + - a7a6f2b5d8a5 + Test communication of obsolete relation with a compatible client $ hg init ../other-new