Mercurial > evolve
comparison tests/test-rewind.t @ 5447:ce56d29c3382
tests: actually test what the header promises to test
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 28 May 2020 12:08:59 +0800 |
parents | 5fc54b8f3f84 |
children | a0e0352f96e0 |
comparison
equal
deleted
inserted
replaced
5446:5fc54b8f3f84 | 5447:ce56d29c3382 |
---|---|
837 `````````````````````````````````````` | 837 `````````````````````````````````````` |
838 | 838 |
839 rewind with no argument should be equivalent to `--from .` | 839 rewind with no argument should be equivalent to `--from .` |
840 | 840 |
841 $ echo 'default-date = 4 0' >> $HGRCPATH | 841 $ echo 'default-date = 4 0' >> $HGRCPATH |
842 $ hg rewind --from '.' | 842 $ hg rewind |
843 rewound to 1 changesets | 843 rewound to 1 changesets |
844 (1 changesets obsoleted) | 844 (1 changesets obsoleted) |
845 working directory is now at a5dd64adbb2a | 845 working directory is now at a5dd64adbb2a |
846 $ hg log -G | 846 $ hg log -G |
847 @ changeset: 6:a5dd64adbb2a | 847 @ changeset: 6:a5dd64adbb2a |