comparison tests/test-topic-stack.t @ 4296:b8cb1bdbc8d7

branching: merge with stable
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 13 Dec 2018 17:26:26 +0100
parents 8974a05a49fa 09337aae08d4
children 41f38bf15b4c
comparison
equal deleted inserted replaced
4295:db87432df8de 4296:b8cb1bdbc8d7
364 6 default {foo} draft c_d 364 6 default {foo} draft c_d
365 4 default {foo} draft c_e 365 4 default {foo} draft c_e
366 5 default {foo} draft c_f 366 5 default {foo} draft c_f
367 367
368 $ hg log -r 'stack(foo)' 368 $ hg log -r 'stack(foo)'
369 hg: parse error: stack() takes no argument, it works on current topic 369 hg: parse error: stack takes no arguments, it works on current topic
370 [255] 370 [255]
371 371
372 $ hg log -r 'stack(foobar)' 372 $ hg log -r 'stack(foobar)'
373 hg: parse error: stack() takes no argument, 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 Case with multiple heads on the topic 376 Case with multiple heads on the topic
377 ------------------------------------- 377 -------------------------------------
378 378