Mercurial > evolve
comparison README @ 1447:09206bdc2db4
next: reword error output
We move to a more compact and direct phrasing. I'm not fully happy about it yet,
but this is a step forward. The listing of candidate should maybe be moved
behind a --verbose flag (and such verbose flag be suggested in the error).
G: changed tests/test-prev-next.t
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 24 Jun 2015 20:23:41 -0700 |
parents | 9a78233c62a4 |
children | 9be1cadf7a07 |
comparison
equal
deleted
inserted
replaced
1446:a73d1ee48003 | 1447:09206bdc2db4 |
---|---|
62 - evolve: bare `hg evolve` commands now abort when multiple changesets could be | 62 - evolve: bare `hg evolve` commands now abort when multiple changesets could be |
63 a target. | 63 a target. |
64 - evolve: `hg evolve --all` only evolve changeset that will end up as | 64 - evolve: `hg evolve --all` only evolve changeset that will end up as |
65 descendant of the current working copy. The old behavior of `--all` | 65 descendant of the current working copy. The old behavior of `--all` |
66 in now in `--all --any`. | 66 in now in `--all --any`. |
67 - next/prev: requires `--merge` to move with uncommited changes | |
68 - evolve: add a 'experimental.evolutioncommands' for fine grained commands | 67 - evolve: add a 'experimental.evolutioncommands' for fine grained commands |
69 enabling | 68 enabling |
69 - next/prev: requires `--merge` to move with uncommited changes | |
70 - next: significantly reword error messages | |
70 | 71 |
71 5.1.5 -- 2015-06-23 | 72 5.1.5 -- 2015-06-23 |
72 | 73 |
73 - minor documentation cleanup | 74 - minor documentation cleanup |
74 - support -i option for `hg amend` if commit supports it (3.4) | 75 - support -i option for `hg amend` if commit supports it (3.4) |