# HG changeset patch # User Franz Glasner # Date 1565310542 -7200 # Node ID 0761fbf2b01fb48b5dae39a04bf916adb6e0d211 # Parent 0074f3ca8a0e466e265be4f8ad5e89001585fc1b Output wording diff -r 0074f3ca8a0e -r 0761fbf2b01f extensions/timestamps.py --- a/extensions/timestamps.py Thu Aug 08 20:24:19 2019 +0200 +++ b/extensions/timestamps.py Fri Aug 09 02:29:02 2019 +0200 @@ -259,8 +259,8 @@ # cannot amend and/or leave alone # if match is None: - self.ui.status(_(b"timestamps: handling skipped:" - b"no `match' instance given in commit\n")) + self.ui.status(_(b"timestamps: no `match' instance given" + b" in commit\n")) return None self._tss_ensure_vars() wctx = self[None]