# HG changeset patch
# User Matt Harbison <
matt_h...@yahoo.com>
# Date 1737055762 18000
# Thu Jan 16 14:29:22 2025 -0500
# Branch stable
# Node ID 5ccdd57868531a6a32bb74641370d145f6c04f74
# Parent c431748feb2e2c237a17cc23ba9eff04eea71322
# EXP-Topic macos-qt6
hgversion: add 6.9
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'
+testedwith = b'6.3 6.4 6.5 6.6 6.7 6.8 6.9'
def _splitversion(v: bytes) -> Optional[List[bytes]]:
"""Extract (major, minor) version components as bytes, or None"""