hgext/narrow/narrowdirstate.py
changeset 43077 687b865b95ad
parent 43076 2372284d9457
child 47593 f927ad5a4e2c
--- a/hgext/narrow/narrowdirstate.py	Sun Oct 06 09:45:02 2019 -0400
+++ b/hgext/narrow/narrowdirstate.py	Sun Oct 06 09:48:39 2019 -0400
@@ -21,8 +21,8 @@
                 if f is not None and not narrowmatch(f) and f not in self:
                     raise error.Abort(
                         _(
-                            "cannot track '%s' - it is outside "
-                            + "the narrow clone"
+                            b"cannot track '%s' - it is outside "
+                            + b"the narrow clone"
                         )
                         % f
                     )