comparison README @ 1035:59bc29c84ce0

evolve: hide the OBSEXC message behind a config option This will lets most people ignore them while keep evolve dev having a close look at them. Some of the most useful messages will be reintroduced for all in coming changeset.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 08 Aug 2014 17:16:29 -0700
parents 0fcddde7dae6
children d830377bf186
comparison
equal deleted inserted replaced
1034:5fd28e46e8f5 1035:59bc29c84ce0
64 - evolve: add a --tool option 64 - evolve: add a --tool option
65 - mark "commit -o", "graft -o" and "graft -O" as deprecated since they are 65 - mark "commit -o", "graft -o" and "graft -O" as deprecated since they are
66 unlikely to eventually make it into core. 66 unlikely to eventually make it into core.
67 - push obsmarkers and phases in the same transaction than changesets 67 - push obsmarkers and phases in the same transaction than changesets
68 (when using hg >= 3.1 and bundle2-exp is enabled) 68 (when using hg >= 3.1 and bundle2-exp is enabled)
69 - hide message about the obsolescence marker exchange behind a
70 `experimental.verbose-obsolescence-exchange` variable (default to False).
69 71
70 4.0.1 -- 2014-08-08 72 4.0.1 -- 2014-08-08
71 73
72 - createmarkers() accept an iterable (for compat with other extension) 74 - createmarkers() accept an iterable (for compat with other extension)
73 75