Mercurial > evolve
diff README @ 1101:8cac667a0d7d stable
prune: work around lazy revset slowdown
Since 3.0 lazy revset is making some revset very slow. We currently work around
the issue by using a simple loop instead.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 25 Apr 2014 14:14:29 -0700 |
parents | 79ee85bd899b |
children | cb36a4eb0157 |
line wrap: on
line diff
--- a/README Tue Sep 02 19:19:17 2014 +0200 +++ b/README Fri Apr 25 14:14:29 2014 -0700 @@ -62,6 +62,7 @@ - uncommit: add a --rev argument - evolve: add a `working directory now at xxxxxxxxxx` message - properly skip marker creating if patch apply cleanly +- prune: work around a massive slowdown from lazy revset 4.1.0 -- 2014-08-08