comparison tests/test-topic-stack.t @ 4309:ef49e48da074 mercurial-4.3

test-compat: merge mercurial-4.4 into mercurial-4.3
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 21 Dec 2018 20:14:26 +0100
parents 9c025ec4af88 c06301c5b3e2
children
comparison
equal deleted inserted replaced
4276:3306820b5a85 4309:ef49e48da074
318 7 default {foo} draft c_d 318 7 default {foo} draft c_d
319 4 default {foo} draft c_e 319 4 default {foo} draft c_e
320 5 default {foo} draft c_f 320 5 default {foo} draft c_f
321 321
322 $ hg log -r 'stack(foo)' 322 $ hg log -r 'stack(foo)'
323 hg: parse error: stack() takes no argument, it works on current topic 323 hg: parse error: stack takes no arguments, it works on current topic
324 [255] 324 [255]
325 325
326 $ hg log -r 'stack(foobar)' 326 $ hg log -r 'stack(foobar)'
327 hg: parse error: stack() takes no argument, it works on current topic 327 hg: parse error: stack takes no arguments, it works on current topic
328 [255] 328 [255]
329 329
330 Case with multiple heads on the topic 330 Case with multiple heads on the topic
331 ------------------------------------- 331 -------------------------------------
332 332