# HG changeset patch # User Pierre-Yves David # Date 1456392871 -3600 # Node ID b57d45ec33b268b6c03d79c730720f64693e5abd # Parent a3d73e069f8d2a9ff6a9aca219c17eee4b9c283e test: update test-bundle2-format.t comment Now that bundle2 is used by default for all exchanges, this comment is obviously out of 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 -r a3d73e069f8d -r b57d45ec33b2 tests/test-bundle2-format.t --- a/tests/test-bundle2-format.t Wed Feb 24 14:24:00 2016 +0000 +++ b/tests/test-bundle2-format.t Thu Feb 25 10:34:31 2016 +0100 @@ -9,8 +9,8 @@ $ 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 extension allows detailed testing of the various bundle2 API and + > behaviors. > """ > > import sys, os, gc