D2471: debugcommands: support for triggering push protocol

2018-03-01 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG638216a91996: debugcommands: support for triggering push protocol (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2471: debugcommands: support for triggering push protocol

2018-03-01 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6259. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2471?vs=6256=6259 REVISION DETAIL https://phab.mercurial-scm.org/D2471 AFFECTED FILES mercurial/debugcommands.py tests/test-completion.t

D2471: debugcommands: support for triggering push protocol

2018-03-01 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6256. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2471?vs=6151=6256 REVISION DETAIL https://phab.mercurial-scm.org/D2471 AFFECTED FILES mercurial/debugcommands.py tests/test-ssh-proto-unbundle.t CHANGE

D2471: debugcommands: support for triggering push protocol

2018-02-27 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The mechanism for pushing to a remote is a bit more complicated than other commands. On SSH, we wait for a positive reply from the server before we start

D2471: debugcommands: support for triggering push protocol

2018-02-27 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6151. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2471?vs=6150=6151 REVISION DETAIL https://phab.mercurial-scm.org/D2471 AFFECTED FILES mercurial/debugcommands.py tests/test-ssh-proto-unbundle.t CHANGE