diff setup.py @ 50460:f0d2b18f0274

stabletailgraph: implement stable-tail sort This adds the computation of the "stable-tail sort", an incremental node sorting method. It is a stepping stone for the implementation of faster label discovery (for example for obs markers) and more caching.
author pacien <pacien.trangirard@pacien.net>
date Thu, 30 Mar 2023 22:22:44 +0200
parents 82e5a9b1ef1e
children cbcbf63b6dbf
line wrap: on
line diff
--- a/setup.py	Wed Apr 05 16:09:08 2023 +0200
+++ b/setup.py	Thu Mar 30 22:22:44 2023 +0200
@@ -1299,6 +1299,7 @@
     'mercurial.hgweb',
     'mercurial.interfaces',
     'mercurial.pure',
+    'mercurial.stabletailgraph',
     'mercurial.templates',
     'mercurial.thirdparty',
     'mercurial.thirdparty.attr',