mercurial/vfs.py
changeset 43117 8ff1ecfadcd1
parent 43090 1f339b503a40
child 43462 ffd632c224c3
--- 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