changeset 369:1b3671d1e57d

Give a status message when not handling timestamps during commits because the given "match" instance is None (as in "histedit" operations)
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 25 Feb 2019 09:36:28 +0100
parents 281b0086337c
children a0cfd90149d0
files extensions/timestamps.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/timestamps.py	Mon Feb 25 09:30:08 2019 +0100
+++ b/extensions/timestamps.py	Mon Feb 25 09:36:28 2019 +0100
@@ -298,6 +298,7 @@
             # cannot amend and/or leave alone
             #
             if match is None:
+                self.ui.status(_("timestamps: handling skipped: no `match' instance given in commit\n"))
                 return None
 
             wctx = self[None]