mercurial/match.py
changeset 29389 98e8313dcd9e
parent 28128 92f2c69ee5a5
child 29758 2372182e505b
--- a/mercurial/match.py	Tue Jun 07 12:10:01 2016 +0200
+++ b/mercurial/match.py	Tue Jun 14 11:53:55 2016 +0200
@@ -38,7 +38,7 @@
     for kind, pat, source in kindpats:
         if kind == 'set':
             if not ctx:
-                raise error.Abort("fileset expression with no context")
+                raise error.Abort(_("fileset expression with no context"))
             s = ctx.getfileset(pat)
             fset.update(s)