Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.py @ 33694:6f4bc9688ca9
evolution: rename trouble(s) to instability
Rename trouble(s) to instability in all external user-facing output. Only
update user-facing output for the moment, variables names, templates keyword
and potentially configuration would be done in later series.
The renaming is done according to
https://www.mercurial-scm.org/wiki/CEDVocabulary.
Differential Revision: https://phab.mercurial-scm.org/D213
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 01 Aug 2017 17:39:28 +0200 |
parents | 4cd4344a53c4 |
children | 93422d0068f8 |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Wed Aug 02 03:23:06 2017 +0530 +++ b/mercurial/cmdutil.py Tue Aug 01 17:39:28 2017 +0200 @@ -1579,7 +1579,7 @@ if ctx.troubled(): # i18n: column positioning for "hg log" - self.ui.write(_("trouble: %s\n") % ', '.join(ctx.troubles()), + self.ui.write(_("instability: %s\n") % ', '.join(ctx.troubles()), label='log.trouble') self._exthook(ctx)