Show More
@@ -562,9 +562,9 b' def optimize(x, small):' | |||
|
562 | 562 | elif op == 'func': |
|
563 | 563 | f = getstring(x[1], _("not a symbol")) |
|
564 | 564 | wa, ta = optimize(x[2], small) |
|
565 | if f in "grep date user author keyword branch file": | |
|
565 | if f in "grep date user author keyword branch file outgoing": | |
|
566 | 566 | w = 10 # slow |
|
567 |
elif f in "modifies adds removes |
|
|
567 | elif f in "modifies adds removes": | |
|
568 | 568 | w = 30 # slower |
|
569 | 569 | elif f == "contains": |
|
570 | 570 | w = 100 # very slow |
General Comments 0
You need to be logged in to leave comments.
Login now