Mercurial > evolve
comparison tests/test-rewind.t @ 3872:bbc3cfdfe42b
rewind: default to rewinding the current stack
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 17 Jun 2018 03:46:46 +0200 |
parents | 2e32a1ef0c60 |
children | b81fd1487e04 |
comparison
equal
deleted
inserted
replaced
3871:2e32a1ef0c60 | 3872:bbc3cfdfe42b |
---|---|
746 user: test | 746 user: test |
747 date: Thu Jan 01 00:00:00 1970 +0000 | 747 date: Thu Jan 01 00:00:00 1970 +0000 |
748 summary: c_ROOT | 748 summary: c_ROOT |
749 | 749 |
750 | 750 |
751 Testing --from (and cleanup) | 751 Testing default argument (and cleanup) |
752 ``````````````````````````` | 752 `````````````````````````````````````` |
753 | |
754 rewind with no argument should be equivalent to `--from .` | |
753 | 755 |
754 $ echo 'default-date = 4 0' >> $HGRCPATH | 756 $ echo 'default-date = 4 0' >> $HGRCPATH |
755 $ hg rewind --from '.' | 757 $ hg rewind --from '.' |
756 rewinded to 1 changesets | 758 rewinded to 1 changesets |
757 (1 changesets obsoleted) | 759 (1 changesets obsoleted) |