Mercurial > public > mercurial-scm > hg-stable
diff mercurial/bundle2.py @ 50788:704c3d0878d9 stable
cleanup: typos, formatting
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Tue, 10 Oct 2023 18:29:04 +0200 |
parents | 0452af304808 |
children | 12c308c55e53 |
line wrap: on
line diff
--- a/mercurial/bundle2.py Sun Sep 24 04:35:02 2023 +0200 +++ b/mercurial/bundle2.py Tue Oct 10 18:29:04 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. """