Mercurial > evolve
comparison README @ 1753:9fd15f27c91c stable
evolve: suggest "hg update -C .", including '.', to abort evolve
The user will probably not also want to change commit when they abort
evolve, like "hg update -C" (without the '.') would do. Note that we
already do recommend aborting by using "hg update -C ." in another
place.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 28 Oct 2016 15:04:40 -0700 |
parents | 299cdaa24fa5 |
children | 825bcf1abe74 |
comparison
equal
deleted
inserted
replaced
1752:19e32420e150 | 1753:9fd15f27c91c |
---|---|
64 | 64 |
65 - Fix erroneous manifest computation when solving 'bumped' changeset. | 65 - Fix erroneous manifest computation when solving 'bumped' changeset. |
66 - split: avoid crash on empty commit (issue5191), | 66 - split: avoid crash on empty commit (issue5191), |
67 - next: improve locking to avoid issue with working copy parent (issue5244) | 67 - next: improve locking to avoid issue with working copy parent (issue5244) |
68 - prev: improve locking to avoid issue with working copy parent (issue5244) | 68 - prev: improve locking to avoid issue with working copy parent (issue5244) |
69 - evolve: fix abort suggestion to include '.' in 'hg update -C .' | |
69 | 70 |
70 5.4.1 -- 2016-08-01 | 71 5.4.1 -- 2016-08-01 |
71 | 72 |
72 - compat with Mercurial 3.9 | 73 - compat with Mercurial 3.9 |
73 | 74 |