diff -r defabf63e969 -r 8ff1ecfadcd1 mercurial/vfs.py --- a/mercurial/vfs.py Tue Oct 08 15:15:37 2019 -0700 +++ b/mercurial/vfs.py Tue Oct 08 15:06:18 2019 -0700 @@ -685,7 +685,7 @@ """Schedule a file for closing.""" if not self._entered: raise error.Abort( - _(b'can only call close() when context manager ' b'active') + _(b'can only call close() when context manager active') ) # If a background thread encountered an exception, raise now so we fail