Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 85:01ca9e1601a7
All extensions work with Mercurial 4.4.1 also
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Fri, 23 Feb 2018 13:32:36 +0100 |
| parents | 4f5a047a3d72 |
| children | 46198968dc5a |
| files | extensions/kwarchive.py extensions/revinfo.py |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/kwarchive.py Fri Feb 23 13:27:42 2018 +0100 +++ b/extensions/kwarchive.py Fri Feb 23 13:32:36 2018 +0100 @@ -42,7 +42,7 @@ pycompat, scmutil, templatefilters, util) -testedwith = "4.3.1 4.3.2 4.4.2" +testedwith = "4.3.1 4.3.2 4.4.1 v4.4.2" SHORTENED_HG_SCHEMES = { @@ -206,7 +206,7 @@ :``person``: the name before an email address as per RFC 5322 :``email``: the email address :``full``: the complete user information w/o filtering - :``none``: an alias for ``full`` + :``none``: an alias for ``full`` Use --reST to output the keyword in a format suitable for including in reStructuredText (reST) documents by using it's substitution feature.
