Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 108:aaf84b607154
FIX: Typo in doc string
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 16 Aug 2018 17:14:33 +0200 |
| parents | b512345f20df |
| children | be4811239acf |
| files | extensions/kwarchive.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/kwarchive.py Fri Aug 03 00:31:00 2018 +0200 +++ b/extensions/kwarchive.py Thu Aug 16 17:14:33 2018 +0200 @@ -226,7 +226,7 @@ :``full``: the path will be printed as is (including passwords et al.) :``nopwd``: like ``full`` but without passwords - :``short``: shorten the path somehow: now user/passwordinformation and + :``short``: shorten the path somehow: no user/password information and only a short server name :``last``: shorten the path to the last component
