rage: include "hg debugnetworkdoctor"

Summary: We shell out to "hg debugnetworkdoctor" because it is a native rust command.

Reviewed By: quark-zju

Differential Revision: D35302414

fbshipit-source-id: 0806f66d1694e845eeacfc6b4535f0d29a529b8a
This commit is contained in:
Muir Manders 2022-04-04 13:58:57 -07:00 committed by Facebook GitHub Bot
parent 69f21d056d
commit 2e968d8b23

View File

@ -457,6 +457,7 @@ def _makerage(ui, repo, **opts):
),
),
("hg debugnetwork", lambda: hgcmd("debugnetwork")),
("hg debugnetworkdoctor", lambda: shcmd("hg debugnetworkdoctor")),
("infinitepush backup state", lambda: readinfinitepushbackupstate(repo)),
("commit cloud workspace sync state", lambda: readcommitcloudstate(repo)),
(