mercurial/bundlerepo.py
changeset 43117 8ff1ecfadcd1
parent 43115 4aa72cdf616f
child 43506 9f70512ae2cf
--- a/mercurial/bundlerepo.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/bundlerepo.py	Tue Oct 08 15:06:18 2019 -0700
@@ -269,7 +269,7 @@
                 if part.type == b'changegroup':
                     if cgpart:
                         raise NotImplementedError(
-                            b"can't process " b"multiple changegroups"
+                            b"can't process multiple changegroups"
                         )
                     cgpart = part