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"}