diff README @ 1006:deba3a063c63

push: put obsmarkers in the same bundle2 than changeset When client is Mercurial 3.1 and server have proper evolve version and both side have bundle2 enabled, we'll includes a part containing obsolescence markers. When obsmarkers are included to the main bundle2 push, they will failed to be pushed if the changeset failed to be pushed (and reciprocally).
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 25 Jul 2014 16:54:08 +0200
parents 8043ae3612e4
children 1d8ba8244001
line wrap: on
line diff
--- a/README	Mon Jul 28 00:08:06 2014 +0200
+++ b/README	Fri Jul 25 16:54:08 2014 +0200
@@ -62,6 +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)
 
 4.0.0 -- 2014-06-03