Mercurial > hg > mercurial-source
diff mercurial/wireproto.py @ 21728:0f73ed629362
wireproto: rephrase the error message for unknown getbundle parameters
In case of an unknown parameter passed to ``getbundle``, the server prints a
message and ignores the parameter. This message was misleadingly prefixed with
"abort: ". The use of "abort: " here is clearly wrong as nothing is actually
aborted and the ``getbundle`` call proceeds without the parameter.
The message is now prefixed with "warning: " and rephrased to make it clearer
that the parameter was simply ignored.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 27 May 2014 14:45:31 -0700 |
parents | 0ff44e06275d |
children | 12cd3827b860 |
line wrap: on
line diff