Mercurial > evolve
comparison tests/test-topic-stack.t @ 4308:c06301c5b3e2 mercurial-4.4
test-compat: merge mercurial-4.5 into mercurial-4.4
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 21 Dec 2018 20:14:23 +0100 |
parents | f9a850018daa add4c12a9c37 |
children | ef49e48da074 a2fdbece7ce1 |
comparison
equal
deleted
inserted
replaced
4275:b4ffdeb2afd8 | 4308:c06301c5b3e2 |
---|---|
318 6 default {foo} draft c_d | 318 6 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 |