Mercurial > hg
diff hgext/show.py @ 33504:5d3ba4395288
obsstore: let read marker API take a range of offsets
This allows us to read a customized range of markers, instead of loading all
of them.
The condition of stop is made consistent across C and Python implementation
so we will still read marker when offset=a, stop=a+1.
author | Jun Wu <quark@fb.com> |
---|---|
date | Sun, 04 Jun 2017 10:02:09 -0700 |
parents | f48422ab81aa |
children | 4441c1113eb2 |