D2933: repository: define interface for local repositories

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Mar 29 13:04:15 EDT 2018


durin42 added inline comments.

INLINE COMMENTS

> repository.py:273
> +
> +class completelocalrepository(zi.Interface):
> +    """Monolithic interface for local repositories.

I'm unclear: are all the methods supposed to be abstract, or are some of them default implementations?

> repository.py:484
> +
> +    def cancopy():
> +        pass

Is this really the right default impl?

REPOSITORY
  rHG Mercurial

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

To: indygreg, #hg-reviewers
Cc: durin42, mercurial-devel


More information about the Mercurial-devel mailing list