Mercurial > evolve
comparison tests/test-topic-stack.t @ 4307:add4c12a9c37 mercurial-4.5
test-compat: merge mercurial-4.6 into mercurial-4.5
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 21 Dec 2018 20:14:21 +0100 |
parents | dc247e648f43 09337aae08d4 |
children | c06301c5b3e2 8bd60e09dfb4 |
comparison
equal
deleted
inserted
replaced
4274:bc612c43ca84 | 4307:add4c12a9c37 |
---|---|
319 6 default {foo} draft c_d | 319 6 default {foo} draft c_d |
320 4 default {foo} draft c_e | 320 4 default {foo} draft c_e |
321 5 default {foo} draft c_f | 321 5 default {foo} draft c_f |
322 | 322 |
323 $ hg log -r 'stack(foo)' | 323 $ hg log -r 'stack(foo)' |
324 hg: parse error: stack() takes no argument, it works on current topic | 324 hg: parse error: stack takes no arguments, it works on current topic |
325 [255] | 325 [255] |
326 | 326 |
327 $ hg log -r 'stack(foobar)' | 327 $ hg log -r 'stack(foobar)' |
328 hg: parse error: stack() takes no argument, it works on current topic | 328 hg: parse error: stack takes no arguments, it works on current topic |
329 [255] | 329 [255] |
330 | 330 |
331 Case with multiple heads on the topic | 331 Case with multiple heads on the topic |
332 ------------------------------------- | 332 ------------------------------------- |
333 | 333 |