comparison mercurial/bundlerepo.py @ 23251:85c634ff395a

transaction: drop backupentries logic from startgroup and endgroup The `startgroup` and `endgroup` methods are used in a very specific context to wrap a very specific operation (revlog truncation). It does not make sense to perform any other operations during such a "group" (eg:file backup). There is currently no user of backupfile during a "group" so we drop the group-specific code and restrict authorized operations during "group".
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 05 Nov 2014 10:05:38 +0000
parents 510cafe72004
children b8260abfeb7d
comparison
equal deleted inserted replaced
23250:8919dc7f2dbb 23251:85c634ff395a