tests/test-obsolete.t
changeset 299 eda6491ca269
parent 280 fd43e3908f09
child 305 0b444d7c5c96
--- a/tests/test-obsolete.t	Thu Jun 21 19:58:57 2012 +0200
+++ b/tests/test-obsolete.t	Fri Jun 22 18:04:43 2012 +0200
@@ -111,6 +111,23 @@
   5
   - a7a6f2b5d8a5
 
+Test obsolete keyword
+
+  $ hg glog --template '{rev}:{node|short}@{branch}({obsolete}/{phase}) {desc|firstline}\n' \
+  >   --hidden
+  @  5:a7a6f2b5d8a5@default(unstable/secret) add d
+  |
+  | o  4:725c380fe99b@default(stable/draft) add obsol_c'
+  | |
+  o |  3:0d3f46688ccc@default(suspended/secret) add obsol_c
+  |/
+  | o  2:4538525df7e2@default(extinct/secret) add c
+  |/
+  o  1:7c3bad9141dc@default(stable/draft) add b
+  |
+  o  0:1f0dee641bb7@default(stable/public) add a
+  
+
 Test communication of obsolete relation with a compatible client
 
   $ hg init ../other-new