tests/test-topic-stack-complex.t
changeset 4432 5da1d162ad50
parent 4294 8974a05a49fa
child 4435 7915aef191ff
equal deleted inserted replaced
4431:f109917f5c28 4432:5da1d162ad50
    84   1 new orphan changesets
    84   1 new orphan changesets
    85 
    85 
    86   $ hg stack
    86   $ hg stack
    87   ### topic: foo
    87   ### topic: foo
    88   ### target: default (branch)
    88   ### target: default (branch)
    89   s4$ Added e and f (unstable)
    89   s4$ Added e and f (orphan)
    90   s3@ split2 (current)
    90   s3@ split2 (current)
    91   s2: split1
    91   s2: split1
    92   s1: Added a and b
    92   s1: Added a and b
    93   s0^ Added foo (base)
    93   s0^ Added foo (base)
    94 
    94 
   127   o  f360 Added foo
   127   o  f360 Added foo
   128 
   128 
   129   $ hg stack
   129   $ hg stack
   130   ### topic: foo (2 heads)
   130   ### topic: foo (2 heads)
   131   ### target: default (branch), 2 behind
   131   ### target: default (branch), 2 behind
   132   s4$ Added e and f (unstable)
   132   s4$ Added e and f (orphan)
   133   s3$ split2 (unstable)
   133   s3$ split2 (orphan)
   134   s2@ split1 (current)
   134   s2@ split1 (current)
   135   s1: Added a and b
   135   s1: Added a and b
   136   s0^ Added foo (base)
   136   s0^ Added foo (base)
   137 
   137 
   138 Test case with divergence
   138 Test case with divergence