marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches.
REVISION SUMMARY I don't really expect this doc to be read a lot, but mentioning that this is a list seems important. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D12048 AFFECTED FILES tests/testlib/badserverext.py CHANGE DETAILS diff --git a/tests/testlib/badserverext.py b/tests/testlib/badserverext.py --- a/tests/testlib/badserverext.py +++ b/tests/testlib/badserverext.py @@ -24,9 +24,13 @@ close-after-recv-bytes If defined, close the client socket after receiving this many bytes. + (The value is a list, multiple value can use used to close a series of + request) close-after-send-bytes If defined, close the client socket after sending this many bytes. + (The value is a list, multiple value can use used to close a series of + request) """ from __future__ import absolute_import To: marmoute, #hg-reviewers Cc: mercurial-patches, mercurial-devel _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel