Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 382:443ab6e71f28
Formatting of an error message: insert missing space character after colon
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jul 2019 22:26:46 +0200 |
| parents | 77330f43daf1 |
| children | f9f5809eed96 |
| files | extensions/timestamps.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/timestamps.py Sun Jul 14 22:23:59 2019 +0200 +++ b/extensions/timestamps.py Sun Jul 14 22:26:46 2019 +0200 @@ -196,7 +196,7 @@ tsconfig=opts.get(b"tsconfig")) else: raise error.Abort(_(b"must give a command:" - b"--save or --restore, --show or --import")) + b" --save or --restore, --show or --import")) def uisetup(ui):
