diff mercurial/cmdutil.py @ 34900:3a3adbcbd3a0

obsfate: rename obsfate into obsolete in changeset_printer Yuja's comment on the original obsfate about how we would translate obsfate and the recent discussions about exposing users to new concepts and names lead have led me to think that 'obsfate' should be treated as internal jargon. End- users should not be aware of obsfate, so we replace 'obsfate' by 'obsolete' in changeset_printer. It will be easier to understand for end-users, easier to translate and closer to the original Evolve obsfate output. I'm aware it's extremely late in the cycle but I think it's an UX improvement for the end-users. Differential Revision: https://phab.mercurial-scm.org/D1189
author Boris Feld <boris.feld@octobus.net>
date Thu, 19 Oct 2017 12:32:42 +0200
parents 068e0e531584
children 4554649a6ea4
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Thu Oct 19 11:17:10 2017 -0400
+++ b/mercurial/cmdutil.py	Thu Oct 19 12:32:42 2017 +0200
@@ -1728,7 +1728,7 @@
         if obsfate:
             for obsfateline in obsfate:
                 # i18n: column positioning for "hg log"
-                self.ui.write(_("obsfate:     %s\n") % obsfateline,
+                self.ui.write(_("obsolete:    %s\n") % obsfateline,
                               label='log.obsfate')
 
     def _exthook(self, ctx):