diff mercurial/debugcommands.py @ 42100:b63b8b7ca5fa

messages: replace some instances of "folder" by "directory" I'm pretty sure this is our preferred term. Differential Revision: https://phab.mercurial-scm.org/D6222
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 10 Apr 2019 16:26:40 -0700
parents 3e47d1ec9da5
children 607a0de9bae3
line wrap: on
line diff
--- a/mercurial/debugcommands.py	Thu Apr 11 18:34:56 2019 +0200
+++ b/mercurial/debugcommands.py	Wed Apr 10 16:26:40 2019 -0700
@@ -1143,7 +1143,7 @@
                     ui.write(_("%s is ignored\n") % uipathfn(f))
                 else:
                     ui.write(_("%s is ignored because of "
-                               "containing folder %s\n")
+                               "containing directory %s\n")
                              % (uipathfn(f), ignored))
                 ignorefile, lineno, line = ignoredata
                 ui.write(_("(ignore rule in %s, line %d: '%s')\n")