Mercurial > evolve
comparison tests/test-split.t @ 5748:860f72732052 mercurial-5.6
tests: back out changeset 2238dd83c5b3
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 28 Jan 2021 18:48:37 +0800 |
parents | 8e4f6354b316 |
children | c2c85576ddfb fd039a7f0c3c |
comparison
equal
deleted
inserted
replaced
5747:8e4f6354b316 | 5748:860f72732052 |
---|---|
380 new file mode 100644 | 380 new file mode 100644 |
381 examine changes to '_d'? | 381 examine changes to '_d'? |
382 (enter ? for help) [Ynesfdaq?] q | 382 (enter ? for help) [Ynesfdaq?] q |
383 | 383 |
384 abort: user quit | 384 abort: user quit |
385 [250] | 385 [255] |
386 | 386 |
387 Running split with tip revision, specified as unnamed argument | 387 Running split with tip revision, specified as unnamed argument |
388 $ hg split --rev . << EOF | 388 $ hg split --rev . << EOF |
389 > q | 389 > q |
390 > EOF | 390 > EOF |
394 new file mode 100644 | 394 new file mode 100644 |
395 examine changes to '_d'? | 395 examine changes to '_d'? |
396 (enter ? for help) [Ynesfdaq?] q | 396 (enter ? for help) [Ynesfdaq?] q |
397 | 397 |
398 abort: user quit | 398 abort: user quit |
399 [250] | 399 [255] |
400 | 400 |
401 Running split with both unnamed and named revision arguments shows an error msg | 401 Running split with both unnamed and named revision arguments shows an error msg |
402 $ hg split --rev . --rev .^ << EOF | 402 $ hg split --rev . --rev .^ << EOF |
403 > q | 403 > q |
404 > EOF | 404 > EOF |
646 new file mode 100644 | 646 new file mode 100644 |
647 examine changes to 'SPLIT4'? | 647 examine changes to 'SPLIT4'? |
648 (enter ? for help) [Ynesfdaq?] q | 648 (enter ? for help) [Ynesfdaq?] q |
649 | 649 |
650 abort: user quit | 650 abort: user quit |
651 [250] | 651 [255] |
652 | 652 |
653 $ hg branch | 653 $ hg branch |
654 another-branch | 654 another-branch |
655 | 655 |
656 $ hg log -G -l 2 | 656 $ hg log -G -l 2 |