This revision was automatically updated to reflect the committed changes.
Closed by commit rHGcaf423782b3a: sshpeer: factor out code for creating peers
from pipes (authored by indygreg, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2391?vs
indygreg updated this revision to Diff 6133.
indygreg edited the summary of this revision.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2391?vs=6018&id=6133
REVISION DETAIL
https://phab.mercurial-scm.org/D2391
AFFECTED FILES
mercurial/sshpeer.py
CH
indygreg updated this revision to Diff 6018.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2391?vs=6004&id=6018
REVISION DETAIL
https://phab.mercurial-scm.org/D2391
AFFECTED FILES
mercurial/sshpeer.py
CHANGE DETAILS
diff --git a/mercurial/sshpeer.p
dhduvall added inline comments.
INLINE COMMENTS
> sshpeer.py:537
> +
> +``path`` and ``path`` are stored on the eventual peer instance and may
> +not be used for anything meaningful.
That second `path` should be `proc`?
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercuria
indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
An upcoming commit will want to instantiate an SSH peer via
an alternate mechanism that doesn't require running a new
SSH command. To facilitate that, we extrac