tests/test-topic.t
changeset 3225 28fb347a5bf8
parent 3085 3eca2cbdc498
child 3273 c0ee9ddfd5ff
child 3397 f7129e3d5a38
equal deleted inserted replaced
3224:bac69ab0782c 3225:28fb347a5bf8
   636   $ hg up fran
   636   $ hg up fran
   637   switching to topic fran
   637   switching to topic fran
   638   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   638   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   639   $ hg stack
   639   $ hg stack
   640   ### topic: fran
   640   ### topic: fran
   641   ### target: default (branch), ambigious rebase destination - branch 'default' has 2 heads
   641   ### target: default (branch), ambiguous rebase destination - branch 'default' has 2 heads
   642   t1@ start on fran (current)
   642   t1@ start on fran (current)
   643   t0^ Add file delta (base)
   643   t0^ Add file delta (base)
   644 
   644 
   645   $ hg up t0
   645   $ hg up t0
   646   preserving the current topic 'fran'
   646   preserving the current topic 'fran'
   648 
   648 
   649   $ hg topic
   649   $ hg topic
   650    * fran (1 changesets)
   650    * fran (1 changesets)
   651   $ hg stack
   651   $ hg stack
   652   ### topic: fran
   652   ### topic: fran
   653   ### target: default (branch), ambigious rebase destination - branch 'default' has 2 heads
   653   ### target: default (branch), ambiguous rebase destination - branch 'default' has 2 heads
   654   t1: start on fran
   654   t1: start on fran
   655   t0^ Add file delta (base current)
   655   t0^ Add file delta (base current)
   656 
   656 
   657   $ hg topics --age
   657   $ hg topics --age
   658    * fran (1970-01-01 by test)
   658    * fran (1970-01-01 by test)