comparison hgext/histedit.py @ 31134:c22253c4c1b8

revert: remove set(mf) because it's O(manifest) The revert code had a 'set(manifest)' line in it, which has a runtime equivalent to the size of the manifest. With alternative manifest implementations, like treemanifest, this can be extra expensive. Let's rewrite it to be O(changes) instead of O(manifest size).
author Durham Goode <durham@fb.com>
date Wed, 01 Mar 2017 19:51:05 -0800
parents 37ab9e20991c
children 6ce67d3941fc
comparison
equal deleted inserted replaced
31133:23080c03a604 31134:c22253c4c1b8