Submitter | Pierre-Yves David |
---|---|
Date | Feb. 25, 2016, 9:38 a.m. |
Message ID | <fe7d913671343556a9d9.1456393098@marginatus.alto.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/13379/ |
State | Accepted |
Headers | show |
Comments
On Thu, Feb 25, 2016 at 10:38:18AM +0100, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David <pierre-yves.david@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 Queued with copyediting, thanks > > 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 > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
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