tests/test-topic-stack.t
changeset 4322 41f38bf15b4c
parent 4296 b8cb1bdbc8d7
child 4356 a71f2271ed76
child 4432 5da1d162ad50
equal deleted inserted replaced
4321:00d1963f50e5 4322:41f38bf15b4c
   371 
   371 
   372   $ hg log -r 'stack(foobar)'
   372   $ hg log -r 'stack(foobar)'
   373   hg: parse error: stack takes no arguments, it works on current topic
   373   hg: parse error: stack takes no arguments, it works on current topic
   374   [255]
   374   [255]
   375 
   375 
       
   376 Stack relation subscript:
       
   377 
       
   378   $ hg log -r 'foo#stack[0]'
       
   379   1 default {} public c_b
       
   380   $ hg log -r 's0 and foo#stack[0]'
       
   381   1 default {} public c_b
       
   382   $ hg log -r 'foo#stack[4]'
       
   383   5 default {foo} draft c_f
       
   384   $ hg log -r 's4 and foo#stack[4]'
       
   385   5 default {foo} draft c_f
       
   386 
   376 Case with multiple heads on the topic
   387 Case with multiple heads on the topic
   377 -------------------------------------
   388 -------------------------------------
   378 
   389 
   379 Make things linear again
   390 Make things linear again
   380 
   391