D2933: repository: define interface for local repositories

2018-03-30 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. indygreg marked 2 inline comments as done. Closed by commit rHG0dfb5672f015: repository: define interface for local repositories (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2933: repository: define interface for local repositories

2018-03-30 Thread indygreg (Gregory Szorc)
indygreg marked 2 inline comments as done. indygreg added inline comments. INLINE COMMENTS > durin42 wrote in repository.py:273 > I'm unclear: are all the methods supposed to be abstract, or are some of them > default implementations? In `zope.interface`, the interface declaration is its own

D2933: repository: define interface for local repositories

2018-03-29 Thread durin42 (Augie Fackler)
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? >

D2933: repository: define interface for local repositories

2018-03-21 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Per discussions on the mailing list and at the 4.4 and 4.6 sprints, we want to start defining interfaces for local repository primitives so that we a) have a