Mercurial > evolve
comparison tests/test-tutorial.t @ 546:415540dee2bd stable
fix missing --dest evolve output in dryrun
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Mon, 10 Sep 2012 17:33:06 +0200 |
parents | bdaf8bd1600b |
children | c4abb0218e84 |
comparison
equal
deleted
inserted
replaced
545:31932df8309a | 546:415540dee2bd |
---|---|
625 It has a --dry-run option to only suggest the next move. | 625 It has a --dry-run option to only suggest the next move. |
626 | 626 |
627 $ hg evolve --dry-run | 627 $ hg evolve --dry-run |
628 move:[15] animals | 628 move:[15] animals |
629 atop:[14] bathroom stuff | 629 atop:[14] bathroom stuff |
630 hg rebase -Dr 9ac5d0e790a2 -d ffa278c50818 | 630 hg rebase -r 9ac5d0e790a2 -d ffa278c50818 |
631 | 631 |
632 Let's do it | 632 Let's do it |
633 | 633 |
634 $ hg rebase -Dr 9ac5d0e790a2 -d ffa278c50818 | 634 $ hg rebase -Dr 9ac5d0e790a2 -d ffa278c50818 |
635 merging shopping | 635 merging shopping |