This revision was automatically updated to reflect the committed changes.
Closed by commit rHG9dfedb47d000: sshpeer: support not reading and forwarding
stderr (authored by indygreg, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2467?vs=625
indygreg updated this revision to Diff 6255.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2467?vs=6149&id=6255
REVISION DETAIL
https://phab.mercurial-scm.org/D2467
AFFECTED FILES
mercurial/sshpeer.py
CHANGE DETAILS
diff --git a/mercurial/sshpeer.p
indygreg updated this revision to Diff 6149.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2467?vs=6145&id=6149
REVISION DETAIL
https://phab.mercurial-scm.org/D2467
AFFECTED FILES
mercurial/sshpeer.py
CHANGE DETAILS
diff --git a/mercurial/sshpeer.p
indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
The "doublepipe" primitive as used by sshpeer will automatically read
from stderr and forward output to the local ui.
This poses problems for deterministic t