site

(Pierre-Yves David)
2012-02-17: add test for revset

add test for revset

diff --git a/tests/test-obsolete.t b/tests/test-obsolete.t
--- a/tests/test-obsolete.t
+++ b/tests/test-obsolete.t
@@ -75,6 +75,16 @@ test obsolete changeset with no-obsolete
   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