comparison hgweb.cgi @ 32227:1395f843ece4

revlog: rename internal functions containing "chunk" to use "segment" Currently, "chunk" is overloaded in revlog terminology to mean multiple things. One of them refers to a segment of raw data from the revlog. This commit renames various methods only used within revlog.py to have "segment" in their name instead of "chunk." While I was here, I also made the names more descriptive. e.g. "_loadchunk()" becomes "_readsegment()" because it actually does I/O.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 06 May 2017 12:02:12 -0700
parents 4b0fc75f9403
children 47ef023d0165
comparison
equal deleted inserted replaced
32226:bf3af0eced44 32227:1395f843ece4