Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 401:0761fbf2b01f
Output wording
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 09 Aug 2019 02:29:02 +0200 |
| parents | 0074f3ca8a0e |
| children | b3b3d47ad5a5 |
| files | extensions/timestamps.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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]
