Mercurial > evolve
diff README @ 1007:1d8ba8244001
push: put phase in the same bundle2 than changegroup and obsmarkers
Note that the usual phase push from core will be performed in all case. But the
discovery should find already in sync phase at that time. The old ways sync will
be properly skipped when this logic is introduced into core.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 25 Jul 2014 17:13:54 +0200 |
parents | deba3a063c63 |
children | a010ba5a0ffb |
line wrap: on
line diff
--- a/README Fri Jul 25 16:54:08 2014 +0200 +++ b/README Fri Jul 25 17:13:54 2014 +0200 @@ -62,8 +62,8 @@ - amend: add -D/--current-date option - amend: add -U/--current-user option - evolve: add a --tool option -- push obsmarkers in the same transaction than changesets (when using hg >= 3.1 - and bundle2-exp is enabled) +- push obsmarkers and phases in the same transaction than changesets + (when using hg >= 3.1 and bundle2-exp is enabled) 4.0.0 -- 2014-06-03