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