D6517: rust-discovery: read the index from a repo passed at init

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Aug 14 19:27:17 UTC 2019


durin42 added inline comments.

INLINE COMMENTS

> test-rust-discovery.py:34
>  
> +class fakerepo(object):
> +    def __init__(self, idx):

I'd rather we not have this one object that mocks both a repo and a changelog - it _will_ become confusing in the future. Make it two objects.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6517/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6517

To: gracinet, #hg-reviewers, kevincox
Cc: durin42, kevincox, mercurial-devel


More information about the Mercurial-devel mailing list