D1755: logexchange: introduce helper function to get remote path name

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Jan 10 23:18:47 UTC 2018


durin42 requested changes to this revision.
durin42 added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> logexchange.py:109
> +    if local:
> +        rpath = getattr(remote, 'root', None)
> +        if rpath is None:

This should be cleaned up to not have all the getattr contortions that support old hg versions.

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list