changeset 411:4c2088eea12c

Changed wording of messages
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 01 Feb 2020 14:49:51 +0100
parents 5be08fa6b4ba
children 4fc9b92295b2
files extensions/timestamps.py
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/timestamps.py	Tue Jan 28 09:50:40 2020 +0100
+++ b/extensions/timestamps.py	Sat Feb 01 14:49:51 2020 +0100
@@ -255,12 +255,13 @@
 
         def _tss_commit(self, match):
             #
-            # histedit commits directly without setting a match ->
-            # cannot amend and/or leave alone
+            # histedit/rebase --continue commits directly without
+            # setting a match -> cannot amend and/or leave alone
             #
             if match is None:
                 self.ui.status(_(b"timestamps: no `match' instance given"
-                                 b" in commit\n"))
+                                 b" in commit - deactivating timestamps"
+                                 b" in this commit\n"))
                 return None
             self._tss_ensure_vars()
             wctx = self[None]