[issue3239] major speed degradation in qrefresh
Idan Kamara
bugs at mercurial.selenic.com
Thu Feb 2 13:13:06 UTC 2012
New submission from Idan Kamara <idankk86 at gmail.com>:
On a freshly cloned http://selenic.com/repo/hg:
$ hg up 2.1
$ make local
$ ./hg qnew foo
$ echo a >> README
$ time ./hg qrefresh
real 0m1.631s
user 0m1.584s
sys 0m0.048s
$ hg qpop && hg qrm foo
$ hg up 2.0
$ make local
$ ./hg qnew foo
$ echo a >> README
$ time ./hg qref
real 0m0.230s
user 0m0.208s
sys 0m0.024s
----------
messages: 18915
nosy: idank
priority: bug
status: unread
title: major speed degradation in qrefresh
____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3239>
____________________________________________________
More information about the Mercurial-devel
mailing list