changeset 233:9afda6ec16d8

Enhanced wording in messages
author Franz Glasner <hg@dom66.de>
date Sun, 28 Oct 2018 16:48:15 +0100
parents b6357252713c
children 0158ebd7285b
files extensions/timestamps.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/timestamps.py	Sun Oct 28 16:46:18 2018 +0100
+++ b/extensions/timestamps.py	Sun Oct 28 16:48:15 2018 +0100
@@ -917,10 +917,10 @@
             if not self.__hooktype \
                    or self.__hooktype not in ("pre-update",
                                               "pre-merge"):
-                self.ui.warn("timestamps: no recorded update hook data\n")
+                self.ui.warn("timestamps: no recorded update hook data for use in `_ts_update()'\n")
                 return
             if preview:
-                self.ui.note(_("skipping handling timestamps in preview mode\n"))
+                self.ui.note(_("skipping updating timestamps in preview mode\n"))
                 return
             self.ui.note(_("restoring timestamps\n"))
             wctx = self[None]