[PATCH] hgversion: include 7.0, 7.1 and 7.2 in "testedwith"

0 views
Skip to first unread message

Antonio Muci

unread,
2:13 PM (3 hours ago) 2:13 PM
to thg...@googlegroups.com, a....@inwind.it
# HG changeset patch
# User Antonio Muci <a....@inwind.it>
# Date 1779559545 -7200
# Sat May 23 20:05:45 2026 +0200
# Branch stable
# Node ID eafd69e37671478ec79c51d974645eb1aa29e590
# Parent 2bf041b4e09a6dbbb3f9b3106fb5c6941e2746db
hgversion: include 7.0, 7.1 and 7.2 in "testedwith"

diff --git a/tortoisehg/util/hgversion.py b/tortoisehg/util/hgversion.py
--- a/tortoisehg/util/hgversion.py
+++ b/tortoisehg/util/hgversion.py
@@ -27,7 +27,7 @@
except ImportError:
pass

-testedwith = b'6.3 6.4 6.5 6.6 6.7 6.8 6.9'
+testedwith = b'6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.2'

def _splitversion(v: bytes) -> Optional[List[bytes]]:
"""Extract (major, minor) version components as bytes, or None"""
Reply all
Reply to author
Forward
0 new messages