Mercurial > evolve
comparison README @ 1677:48c3a472aec7
split: rewrite the pre-split commit message
I find this wording slightly clearer.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Sun, 24 Apr 2016 22:31:58 -0400 |
parents | 53a2a9aa3d89 |
children | 474db2d60202 |
comparison
equal
deleted
inserted
replaced
1675:53a2a9aa3d89 | 1677:48c3a472aec7 |
---|---|
66 the leading 'hg' will give you an hardtime) | 66 the leading 'hg' will give you an hardtime) |
67 - during 'hg evolve' skip unsupported merge instead of aborting | 67 - during 'hg evolve' skip unsupported merge instead of aborting |
68 - various documentation fix and update | 68 - various documentation fix and update |
69 - hg summary now suggest 'hg evolve --continue when appropriate` | 69 - hg summary now suggest 'hg evolve --continue when appropriate` |
70 - compatibility with Mercurial 3.8 'hgext' namespace package. | 70 - compatibility with Mercurial 3.8 'hgext' namespace package. |
71 - small improvement to the `hg split` instruction | |
71 | 72 |
72 5.3.0 -- 2016-02-11 | 73 5.3.0 -- 2016-02-11 |
73 | 74 |
74 - split: add a new command to split changesets, | 75 - split: add a new command to split changesets, |
75 - tests: drop our copy of 'run-tests.py' use core one instead, | 76 - tests: drop our copy of 'run-tests.py' use core one instead, |