Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
1513:4f7e0e0318a5 | 1514:324cd13838f1 |
---|---|
53 | 53 |
54 5.3.0 -- | 54 5.3.0 -- |
55 | 55 |
56 - split: add a new command to split changesets | 56 - split: add a new command to split changesets |
57 - add some progress data during changesets discovery | 57 - add some progress data during changesets discovery |
58 - take advantage of dirstate/transaction collaboration | |
58 | 59 |
59 5.2.1 -- | 60 5.2.1 -- |
60 | 61 |
61 - add compatibility with Mercurial 3.6 | 62 - add compatibility with Mercurial 3.6 |
62 - prune: fixed possible issue with lock and bookmark | 63 - prune: fixed possible issue with lock and bookmark |