changeset 39:558d415ca1cc

Update testedwith list
author mr
date Tue, 06 Mar 2018 13:05:27 -0800
parents 339764362f72
children 592eba45b774
files trees.py
diffstat 1 files changed, 8 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/trees.py	Tue Mar 06 11:49:15 2018 -0800
+++ b/trees.py	Tue Mar 06 13:05:27 2018 -0800
@@ -126,18 +126,14 @@
 from mercurial.i18n import _
 
 testedwith = '''
-1.1 1.1.2 1.2 1.2.1 1.3 1.3.1 1.4 1.4.3 1.5 1.5.4
-1.6 1.6.4 1.7 1.7.5 1.8 1.8.4 1.9 1.9.3
-2.0-rc 2.0 2.0.2 2.1-rc 2.1 2.1.2 2.2-rc 2.2 2.2.3
-2.3-rc 2.3 2.3.2 2.4-rc 2.4 2.4.2 2.5-rc 2.5 2.5.4
-2.6-rc 2.6 2.6.3 2.7-rc 2.7 2.7.2 2.8-rc 2.8 2.8.2
-2.9-rc 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0-rc 3.1
-3.1.1 3.1.2 3.1-rc 3.2 3.2.1 3.2.2 3.2.3 3.2.4
-3.2-rc 3.3 3.3.1 3.3.2 3.3.3 3.3-rc 3.4 3.4.1 3.4.2
-3.4-rc 3.5 3.5.1 3.5.2 3.5-rc 3.6 3.6.1 3.6.2 3.6.3
-3.6-rc 3.7 3.7.1 3.7.2 3.7.3 3.7-rc 3.8 3.8.1 3.8.2
-3.8.3 3.8.4 3.8-rc 3.9 3.9.1 3.9.2 3.9-rc 4.0-rc
-4.0 4.1
+1.1 1.1.2 1.2 1.2.1 1.3 1.3.1 1.4 1.4.3
+1.5 1.5.4 1.6 1.6.4 1.7 1.7.5 1.8 1.8.4 1.9 1.9.3
+2.0 2.0.2 2.1 2.1.2 2.2 2.2.3 2.3 2.3.2 2.4 2.4.2
+2.5 2.5.4 2.6 2.6.3 2.7 2.7.2 2.8 2.8.2 2.9 2.9.2
+3.0 3.0.2 3.1 3.1.2 3.2 3.2.4 3.3 3.3.3 3.4 3.4.2
+3.5 3.5.2 3.6 3.6.3 3.7 3.7.3 3.8 3.8.4 3.9 3.9.2
+4.0 4.0.2 4.1 4.1.3 4.2 4.2.2 4.3 4.3.3 4.4 4.4.2
+4.5
 '''
 
 # From Mercurial 1.9, the preferred way to define commands is using the @command