comparison mercurial/store.py @ 47389:e6292eb33384

revlog: store sidedata in their own file This makes sidedata manipulation simpler and results in more compact data when traversing either data or sidedata. Differential Revision: https://phab.mercurial-scm.org/D10787
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 28 May 2021 23:41:17 +0200
parents 0a3fa41fa719
children 9ab54aa56982
comparison
equal deleted inserted replaced
47388:bcf92bdc2bca 47389:e6292eb33384
393 b'.idx', 393 b'.idx',
394 b'.d', 394 b'.d',
395 b'.dat', 395 b'.dat',
396 b'.n', 396 b'.n',
397 b'.nd', 397 b'.nd',
398 b'.sda',
398 b'd.tmpcensored', 399 b'd.tmpcensored',
399 ) 400 )
400 # files that are "volatile" and might change between listing and streaming 401 # files that are "volatile" and might change between listing and streaming
401 # 402 #
402 # note: the ".nd" file are nodemap data and won't "change" but they might be 403 # note: the ".nd" file are nodemap data and won't "change" but they might be