mercurial@48574: 5 new changesets (2 on stable)

2022-01-20 Thread Mercurial Commits
5 new changesets (2 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/f38ae2d7390e changeset: 48570:f38ae2d7390e branch: stable parent: 48568:440972d2175d user:Arseniy Alekseyev date:Thu Jan 20 14:02:58 2022 + summary: revlog: demonstrate a bug

D12009: revlog: fix a bug where transaction can be aborted partially

2022-01-20 Thread aalekseyev (Arseniy Alekseyev)
aalekseyev created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Fix a repo corruption bug caused by a partial transaction rollback. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercurial-scm.o

D12008: revlog: demonstrate a bug where transaction can be aborted partially

2022-01-20 Thread aalekseyev (Arseniy Alekseyev)
aalekseyev created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercurial-scm.org/D12008 AFFECTED FILES tests/test-transaction-rollback-on-revlog-split.t CHANGE DE