comparison contrib/all-revsets.txt @ 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 318a24b52eeb
children 5957fdd1d5f0
comparison
equal deleted inserted replaced
31133:23080c03a604 31134:c22253c4c1b8