D7121: copies: get copies information directly from _copies

2019-10-16 Thread marmoute (Pierre-Yves David)
marmoute added a comment. In D7121#104675 , @marmoute wrote: > In D7121#104674 , @martinvonz wrote: > >> In D7121#104673 , @marmoute wrote: >> >

D7121: copies: get copies information directly from _copies

2019-10-16 Thread marmoute (Pierre-Yves David)
marmoute added a comment. In D7121#104674 , @martinvonz wrote: > In D7121#104673 , @marmoute wrote: > >> In D7121#104672 , @martinvonz wrote: >>

D7121: copies: get copies information directly from _copies

2019-10-16 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D7121#104673 , @marmoute wrote: > In D7121#104672 , @martinvonz wrote: > >> In D7121#104671 , @marmoute wrote: >>

D7121: copies: get copies information directly from _copies

2019-10-16 Thread marmoute (Pierre-Yves David)
marmoute added a comment. In D7121#104672 , @martinvonz wrote: > In D7121#104671 , @marmoute wrote: > >> In D7121#104546 , @martinvonz wrote: >>

D7121: copies: get copies information directly from _copies

2019-10-16 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D7121#104671 , @marmoute wrote: > In D7121#104546 , @martinvonz wrote: > >> In D7121#104543 , @martinvonz wrote: >>

D7121: copies: get copies information directly from _copies

2019-10-16 Thread marmoute (Pierre-Yves David)
marmoute added a comment. In D7121#104546 , @martinvonz wrote: > In D7121#104543 , @martinvonz wrote: > >>> Performance measurement does not show any significant performance movement. This >>

D7121: copies: get copies information directly from _copies

2019-10-16 Thread marmoute (Pierre-Yves David)
marmoute updated this revision to Diff 17271. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7121?vs=17247&id=17271 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7121/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7121 AFFECTED FILE

D7121: copies: get copies information directly from _copies

2019-10-16 Thread marmoute (Pierre-Yves David)
Closed by commit rHG32943e8c8d68: copies: get copies information directly from _copies (authored by marmoute). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7121?vs=17240&id=17247

D7121: copies: get copies information directly from _copies

2019-10-16 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D7121#104543 , @martinvonz wrote: >> Performance measurement does not show any significant performance movement. This >> is not surprising since p1copies() code is self._copies[0]. > > My testing agrees wit

D7121: copies: get copies information directly from _copies

2019-10-16 Thread martinvonz (Martin von Zweigbergk)
This revision is now accepted and ready to land. martinvonz added a comment. martinvonz accepted this revision. > Performance measurement does not show any significant performance movement. This > is not surprising since p1copies() code is self._copies[0]. My testing agrees with that. H

D7121: copies: get copies information directly from _copies

2019-10-16 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Performance measurement does not show any significant performance movement. This is not surprising since p1copies() code is `self._copies[0]`. REPOSITORY rHG