diff -r defabf63e969 -r 8ff1ecfadcd1 mercurial/manifest.py --- 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)