Mercurial > hg
comparison mercurial/mergeutil.py @ 37444:c8666a9e9e11
upgrade: sniff for filelog type
The upgrade code should never encounter a vanilla revlog
instance: only changelog, manifestrevlog, and filelog should
be seen.
The previous code assumed !changelog & !manifestrevlog meant
file data. So this change feels pretty safe. If nothing else, it
will help tease out typing issues.
Differential Revision: https://phab.mercurial-scm.org/D3152
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 05 Apr 2018 17:40:51 -0700 |
parents | c1149533676b |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
37443:65250a66b55c | 37444:c8666a9e9e11 |
---|