From 9cd3fd20d70c12b3215b5914001cf4b16f118021 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:28:51 +0200 Subject: [PATCH] scripts/set-alias-page.py: match the title and the original command (#20051) --- scripts/set-alias-page.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/set-alias-page.py b/scripts/set-alias-page.py index 2ae199330d..3eadb99485 100755 --- a/scripts/set-alias-page.py +++ b/scripts/set-alias-page.py @@ -173,7 +173,10 @@ def set_alias_page( ) if ( - existing_locale_page_content.documentation_command + existing_locale_page_content.title == page_content.title + and existing_locale_page_content.original_command + == page_content.original_command + and existing_locale_page_content.documentation_command == page_content.documentation_command ): return ""