# HG changeset patch # User Aurélien Campéas # Date 1694591475 -7200 # Wed Sep 13 09:51:15 2023 +0200 # Node ID c34f8bdb4d541b36e4c61363338fbac7e7dd4599 # Parent 501451cc867f0ddc4b3c4fa60a4ef412fc10a70b tested with hg 6.4 diff --git a/hgext3rd/confman/__init__.py b/hgext3rd/confman/__init__.py --- a/hgext3rd/confman/__init__.py +++ b/hgext3rd/confman/__init__.py @@ -3,7 +3,7 @@ The full documentation is available online at https://hg.sr.ht/~auc/confman or in the REAMDE.md file. """ -testedwith = '5.8 5.9 6.0 6.1 6.2 6.3' +testedwith = '5.8 5.9 6.0 6.1 6.2 6.3 6.4' import os.path as osp