copies: inline a variable that's used only once...
copies: inline a variable that's used only once
By inlining it, we also avoid calculating the value when "if of in
seen" is false (probably not significant).
Differential Revision:
https://phab.mercurial-scm.org/D4831