D4480: exchangev2: start to implement pull with wire protocol v2
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Wed Sep 12 14:42:34 UTC 2018
durin42 added inline comments.
INLINE COMMENTS
> exchange.py:1490
> + if remote.capable('exchangev2'):
> + from . import exchangev2
> + exchangev2.pull(pullop)
What's the deal with this function-level import? It doesn't appear to be avoiding a cycle...
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D4480
To: indygreg, #hg-reviewers
Cc: durin42, mercurial-devel
More information about the Mercurial-devel
mailing list