Mercurial > hg
comparison mercurial/node.py @ 24795:f9aa4cb8f2dd
bundle2: store the salvaged output on the exception object
The re-handling of output is happening in some 'unbundle' callers. We have to
transmit the output information to this place so we stick it on the exception.
This is the third step in our quest for preserving the server output on error
(issue4594). We want to be able to copy the output part from the aborted reply
into the exception bundle.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 16 Apr 2015 03:17:01 -0400 |
parents | 25e572394f5c |
children | 1a5211f2f87f |
comparison
equal
deleted
inserted
replaced
24794:21f2e8f48ae1 | 24795:f9aa4cb8f2dd |
---|