Mercurial > public > mercurial-scm > hg
comparison mercurial/revlog.py @ 51686:493034cc3265
black: format the codebase with 23.3.0
The CI has moved to 23.3.0, which is the last version that supports 3.7
at runtime, so we should honor this change.
# skip-blame mass-reformating only
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Thu, 18 Jul 2024 12:36:12 +0200 |
parents | df6ce326936f |
children | 7f0cb9ee0534 |
comparison
equal
deleted
inserted
replaced
51685:39e2b2d062c1 | 51686:493034cc3265 |
---|---|
224 | 224 |
225 def parse_index_v1_nodemap(data, inline): | 225 def parse_index_v1_nodemap(data, inline): |
226 index, cache = parsers.parse_index_devel_nodemap(data, inline) | 226 index, cache = parsers.parse_index_devel_nodemap(data, inline) |
227 return index, cache | 227 return index, cache |
228 | 228 |
229 | |
230 else: | 229 else: |
231 parse_index_v1_nodemap = None | 230 parse_index_v1_nodemap = None |
232 | 231 |
233 | 232 |
234 def parse_index_v1_rust(data, inline, default_header): | 233 def parse_index_v1_rust(data, inline, default_header): |