Submitter | Boris Feld |
---|---|
Date | Dec. 21, 2018, 11:47 a.m. |
Message ID | <d51d82a46d9545235be7.1545392824@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37294/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/revlogutils/deltas.py b/mercurial/revlogutils/deltas.py --- a/mercurial/revlogutils/deltas.py +++ b/mercurial/revlogutils/deltas.py @@ -604,7 +604,7 @@ def isgooddeltainfo(revlog, deltainfo, r # If a revision's full text is that much bigger than a base candidate full # text's, it is very unlikely that it will produce a valid delta. We no longer # consider these candidates. -LIMIT_BASE2TEXT = 50 +LIMIT_BASE2TEXT = 500 def _candidategroups(revlog, textlen, p1, p2, cachedelta): """Provides group of revision to be tested as delta base