##// END OF EJS Templates
changegroup: pass function to build delta header into constructor...
changegroup: pass function to build delta header into constructor Previously, the delta header struct format was defined on each class and each class had a separate function for building the delta header. We replace both of these with an argument to __init__ containing a callable that can format a delta header given a revisiondelta instance. Differential Revision: https://phab.mercurial-scm.org/D4079

File last commit:

r32206:c4858385 default
r38933:bd64b8b8 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer