tests/test-obsolete.t
branchmercurial-3.8
changeset 1747 b0a67ebc464e
parent 1732 f4047fba5e90
child 1748 83cf722eafc3
child 1759 e878999e6af4
equal deleted inserted replaced
1715:21c12b09d78f 1747:b0a67ebc464e
   148   5
   148   5
   149   - a7a6f2b5d8a5
   149   - a7a6f2b5d8a5
   150 
   150 
   151 Test obsolete keyword
   151 Test obsolete keyword
   152 
   152 
   153   $ hg log -G --template '{rev}:{node|short}@{branch}({obsolete}/{phase}) {desc|firstline}\n' \
   153   $ hg --hidden log -G \
   154   >   --hidden
   154   >  --template '{rev}:{node|short}@{branch}({obsolete}/{phase}) {desc|firstline}\n'
   155   @  5:a7a6f2b5d8a5@default(unstable/draft) add d
   155   @  5:a7a6f2b5d8a5@default(/draft) add d
   156   |
   156   |
   157   | o  4:725c380fe99b@default(stable/draft) add obsol_c'
   157   | o  4:725c380fe99b@default(/draft) add obsol_c'
   158   | |
   158   | |
   159   x |  3:0d3f46688ccc@default(suspended/draft) add obsol_c
   159   x |  3:0d3f46688ccc@default(obsolete/draft) add obsol_c
   160   |/
   160   |/
   161   | x  2:4538525df7e2@default(extinct/draft) add c
   161   | x  2:4538525df7e2@default(obsolete/draft) add c
   162   |/
   162   |/
   163   o  1:7c3bad9141dc@default(stable/draft) add b
   163   o  1:7c3bad9141dc@default(/draft) add b
   164   |
   164   |
   165   o  0:1f0dee641bb7@default(stable/public) add a
   165   o  0:1f0dee641bb7@default(/public) add a
   166   
   166   
   167 
   167 
   168 Test communication of obsolete relation with a compatible client
   168 Test communication of obsolete relation with a compatible client
   169 
   169 
   170   $ hg init ../other-new
   170   $ hg init ../other-new