diff README @ 1514:324cd13838f1

evolve: have dirstate collaborate with transaction With 3.6, dirstate update can work with transaction to ensure proper rollback. We do it if the mercurial version permit it.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 30 Oct 2015 16:04:19 +0000
parents c40108ae8fb0
children bca3fce56b2c
line wrap: on
line diff
--- a/README	Fri Oct 09 16:21:30 2015 -0700
+++ b/README	Fri Oct 30 16:04:19 2015 +0000
@@ -55,6 +55,7 @@
 
 - split: add a new command to split changesets
 - add some progress data during changesets discovery
+- take advantage of dirstate/transaction collaboration
 
 5.2.1 --