mercurial/__init__.py
author Matt Mackall <mpm@selenic.com>
Tue, 26 May 2015 06:45:18 -0500
branchstable
changeset 25279 708b19c18adf
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
mergecopies: avoid slowdown from linkrev adjustment (issue4680) checkcopies was using fctx.rev() which it was expecting would be equivalent to linkrev() but was triggering the new _adjustlinkrev path. This was making grafts and merges with large sets of potential copies very expensive.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: