Mercurial > public > mercurial-scm > hg-stable
diff mercurial/bundle2.py @ 50998:12c308c55e53
branching: merge stable into default
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 11 Oct 2023 02:02:46 +0200 |
parents | d718eddf01d9 704c3d0878d9 |
children | 780fc16b62e6 |
line wrap: on
line diff
--- a/mercurial/bundle2.py Wed Jan 25 15:34:27 2023 +0100 +++ b/mercurial/bundle2.py Wed Oct 11 02:02:46 2023 +0200 @@ -896,7 +896,7 @@ """utility to transfer a bundle2 as binary This is made necessary by the fact the 'getbundle' command over 'ssh' - have no way to know then the reply end, relying on the bundle to be + have no way to know when the reply ends, relying on the bundle to be interpreted to know its end. This is terrible and we are sorry, but we needed to move forward to get general delta enabled. """