tested with: 5.3, moved to sourcehut
1 files changed, 3 insertions(+), 3 deletions(-) M hgext3rd/confman/__init__.py
M hgext3rd/confman/__init__.py +3 -3
@@ 1,9 1,9 @@ -"""maintenance of mercurial repository sets made easy +"""maintenance of mercurial repository trees made easy -The full documentation is available online at https://bitbucket.org/auc/confman +The full documentation is available online at https://hg.sr.ht/~auc/confman or in the REAMDE.md file. """ -testedwith = '4.6 4.7 4.8 5.0 5.1' +testedwith = '4.6 4.7 4.8 5.0 5.1 5.2 5.3' import os.path as osp from mercurial import extensions