[PATCH] test: update test-bundle2-format.t comment

Pierre-Yves David pierre-yves.david at ens-lyon.org
Thu Feb 25 09:38:18 UTC 2016


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at fb.com>
# Date 1456392871 -3600
#      Thu Feb 25 10:34:31 2016 +0100
# Node ID fe7d913671343556a9d9fd5e5083b9ff8b2d2939
# Parent  41dcd754526612c43b9695df8851557c851828ef
# Available At http://hg.netv6.net/marmoute-wip/mercurial/
#              hg pull http://hg.netv6.net/marmoute-wip/mercurial/ -r fe7d91367134
test: update test-bundle2-format.t comment

Now that bundle2 is used by default for all exchanges, this comment is obviously
up to date. Having deep testing of the API and expected behavior of the format
and its processing is still valuable. So the comment is updated.

diff --git a/tests/test-bundle2-format.t b/tests/test-bundle2-format.t
--- a/tests/test-bundle2-format.t
+++ b/tests/test-bundle2-format.t
@@ -7,12 +7,12 @@ of the bundle2 format itself.
 Create an extension to test bundle2 API
 
   $ cat > bundle2.py << EOF
   > """A small extension to test bundle2 implementation
   > 
-  > Current bundle2 implementation is far too limited to be used in any core
-  > code. We still need to be able to test it while it grow up.
+  > This extensions allows fine testing of the various bundle2 API and
+  > behaviors.
   > """
   > 
   > import sys, os, gc
   > from mercurial import cmdutil
   > from mercurial import util


More information about the Mercurial-devel mailing list