mercurial/manifest.py
changeset 43117 8ff1ecfadcd1
parent 43106 d783f945a701
child 43346 6ada8a274b9c
--- a/mercurial/manifest.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/manifest.py	Tue Oct 08 15:06:18 2019 -0700
@@ -778,7 +778,7 @@
 
             def readsubtree(subdir, subm):
                 raise AssertionError(
-                    b'treemanifest constructor only accepts ' b'flat manifests'
+                    b'treemanifest constructor only accepts flat manifests'
                 )
 
             self.parse(text, readsubtree)