diff README.rst @ 6433:421993efcd69 mercurial-4.9

test-compat: merge mercurial-5.0 into mercurial-4.9
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 25 Feb 2023 21:34:29 +0400
parents 6b128ae8e2ad
children 8a7db813bd07
line wrap: on
line diff
--- a/README.rst	Tue Feb 07 11:30:34 2023 +0400
+++ b/README.rst	Sat Feb 25 21:34:29 2023 +0400
@@ -227,7 +227,7 @@
 * make sure there is no code difference between the compatibility branches and
   stable (no diff within hgext3rd/),
 
-* update the ``testedwith`` variable for all extensions (remove '.dev'):
+* update the ``testedwith`` variable for all extensions (remove '.dev0'):
 
   - hgext3rd/evolve/metadata.py
   - hgext3rd/topic/__init__.py
@@ -264,7 +264,7 @@
 * make an announcement on evolve-testers@mercurial-scm.org and
   mercurial@mercurial-scm.org,
 
-* bump versions of all extensions and add ``.dev`` (see existing commits as an
+* bump versions of all extensions and add ``.dev0`` (see existing commits as an
   example):
 
   - hgext3rd/evolve/metadata.py
@@ -273,7 +273,7 @@
 
   Version bump rules:
 
-  - stable branch x.y.z+1.dev
-  - default branch x.y+1.0.dev
+  - stable branch x.y.z+1.dev0
+  - default branch x.y+1.0.dev0
 
 * merge stable into default.