Mercurial > hg-stable
changeset 50493:e1496403b08c
stabletailgraph: fix terminology in doc
author | pacien <pacien.trangirard@pacien.net> |
---|---|
date | Sun, 16 Apr 2023 22:17:30 +0200 |
parents | 714b63a707b7 |
children | 1e31eda9c845 |
files | mercurial/stabletailgraph/stabletailsort.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/stabletailgraph/stabletailsort.py Fri Apr 28 16:28:43 2023 +0200 +++ b/mercurial/stabletailgraph/stabletailsort.py Sun Apr 16 22:17:30 2023 +0200 @@ -34,7 +34,8 @@ "px" is chosen as the parent with the lowest rank with the goal of minimising the size of the exclusive part and maximise the size of the - tail part, hopefully reducing the overall complexity of the stable sort. + tail part, hopefully reducing the overall complexity of the stable-tail + sort. In case of equal ranks, the stable node ID is used as a tie-breaker. """