Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 405:0e70a4ba3bd3
Unittests run successfully with HG 5.1.2 and 5.2.1
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 26 Jan 2020 13:53:00 +0100 |
| parents | 80854c18d947 |
| children | 90bdc5eff028 |
| files | extensions/timestamps.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/timestamps.py Thu Jan 23 09:21:35 2020 +0100 +++ b/extensions/timestamps.py Sun Jan 26 13:53:00 2020 +0100 @@ -93,7 +93,7 @@ registrar = None -testedwith = b"4.5.2 4.6.1 4.8.1 4.9 5.0.1" +testedwith = b"4.5.2 4.6.1 4.8.1 4.9 5.0.1 5.1.2 5.2.1" TIMESTAMPS_CONFIGFILE = b".hgtimestamps" TIMESTAMPS_DATABASE = TIMESTAMPS_CONFIGFILE + b".db"
