Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(docs): Add pr to "other commands" in sl help outputs
Browse files Browse the repository at this point in the history
vincent-4 committed Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 70264f7 commit b6ad0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/sapling/help.py
Original file line number Diff line number Diff line change
@@ -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"}

0 comments on commit b6ad0d6

Please sign in to comment.