Mercurial > evolve
comparison tests/test-topic-change.t @ 6031:c3d66af4cb07
tests: show extras that are going to change in the next patch
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 30 Aug 2021 12:55:00 +0300 |
parents | f8ab6ad1ffc0 |
children | 2800aa3c3dbf |
comparison
equal
deleted
inserted
replaced
6030:30cde40dcd17 | 6031:c3d66af4cb07 |
---|---|
300 $ hg topic -r . --clear | 300 $ hg topic -r . --clear |
301 clearing empty topic "watwat" | 301 clearing empty topic "watwat" |
302 active topic 'watwat' is now empty | 302 active topic 'watwat' is now empty |
303 cleared topic on 1 changesets | 303 cleared topic on 1 changesets |
304 | 304 |
305 $ hg log -r . -T '{rev}: {join(extras, " ")}\n' | |
306 31: _rewrite_noise=[0-9a-f]+ branch=default rebase_source=[0-9a-f]+ (re) | |
305 $ hg glog | 307 $ hg glog |
306 @ 31:c48d6d71b2d9 {} | 308 @ 31:c48d6d71b2d9 {} |
307 | Added h (book) | 309 | Added h (book) |
308 | | 310 | |
309 o 26:7c76c271395f {bar} | 311 o 26:7c76c271395f {bar} |
332 | 334 |
333 $ hg bookmark bookboo | 335 $ hg bookmark bookboo |
334 $ hg topic -r . movebook | 336 $ hg topic -r . movebook |
335 switching to topic movebook | 337 switching to topic movebook |
336 changed topic on 1 changesets to "movebook" | 338 changed topic on 1 changesets to "movebook" |
339 $ hg log -r . -T '{rev}: {join(extras, " ")}\n' | |
340 32: _rewrite_noise=[0-9a-f]+ branch=default rebase_source=[0-9a-f]+ topic=movebook (re) | |
337 $ hg glog | 341 $ hg glog |
338 @ 32:1b83d11095b9 {movebook} | 342 @ 32:1b83d11095b9 {movebook} |
339 | Added h (book bookboo) | 343 | Added h (book bookboo) |
340 | | 344 | |
341 o 26:7c76c271395f {bar} | 345 o 26:7c76c271395f {bar} |