From b6ad0d671cd08568e1a886e92441afbd383ee659 Mon Sep 17 00:00:00 2001 From: vincent-4 Date: Wed, 29 Jan 2025 22:58:55 -0500 Subject: [PATCH] (docs): Add pr to "other commands" in sl help outputs --- eden/scm/sapling/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eden/scm/sapling/help.py b/eden/scm/sapling/help.py index 408f2531de7d1..39e40012d60a9 100644 --- a/eden/scm/sapling/help.py +++ b/eden/scm/sapling/help.py @@ -373,7 +373,7 @@ def add(ui, topic, doc): ["previous", "next", "split", "fold", "histedit", "absorb"], ), ("Undo changes", ["uncommit", "unamend", "undo", "redo"]), - ("Other commands", ["config", "doctor", "grep", "journal", "rage", "web"]), + ("Other commands", ["config", "doctor", "grep", "journal", "rage", "web", "pr"]), ] helphometopics = {"revisions", "filesets", "glossary", "patterns", "templating"}