On Wed, Feb 20, 2013 at 5:02 AM, FUJIWARA Katsunori <span dir="ltr"><<a href="mailto:foozy@lares.dti.ne.jp" target="_blank">foozy@lares.dti.ne.jp</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":1jh">I expected this patch to prevent from immediate creation of "list"<br>
object containing integers corresponded to all revisions in<br>
repository, because it may be very large and not be used.<br></div></blockquote></div><br>The contrib/perf.py extension is useful for quantifying this sort of thing. Revsets are very performance sensitive, and it's all too easy to regress performance if you don't measure it. I'd appreciate it if you could post some before/after numbers for this patch.