diff tests/test-check-tag.t @ 6557:279c01842eca

serverminitopic: remove this extension, please use regular topic extension With the introduction of topic namespaces, it seems no longer viable to add features and cover them by tests in multiple extensions (i.e. both topic and serverminitopic). We suggest users switch to the regular evolve and topic extensions on the server side.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 04 Oct 2023 14:04:40 -0300
parents 479f76c47295
children 02f8c88f3d59
line wrap: on
line diff
--- a/tests/test-check-tag.t	Tue Sep 12 11:45:49 2023 -0400
+++ b/tests/test-check-tag.t	Wed Oct 04 14:04:40 2023 -0300
@@ -23,7 +23,6 @@
   >   fi
   >   # Here we skip:
   >   # - pullbundle because it usually has no changes (so no version bump)
-  >   # - serverminitopic because it's not actively maintained
   >   if hg grep --rev $node '^__version__ = .*\.dev' hgext3rd/evolve/ hgext3rd/topic/; then
   >     echo "Versions should not end with .dev at tagged revision $node"
   >   fi