help: update 'hg' -> '@prog@' and 'Mercurial' -> '@Product@'

Summary:
Currently `slb -h` shows `hg`, this diff is to fix that:

```
$ slb -h
Sapling SCM

hg COMMAND [OPTIONS]

These are some common Mercurial commands.  Use 'sl help commands' to list all
commands, and 'sl help COMMAND' to get help on a specific command.
```

Reviewed By: sggutier

Differential Revision: D40808570

fbshipit-source-id: 63d5984b3d608810856c5a822308958d50020d86
This commit is contained in:
Zhaolong Zhu 2022-10-28 12:29:06 -07:00 committed by Facebook GitHub Bot
parent 6c4ee0c0c7
commit ee0139b148

View File

@ -589,9 +589,9 @@ class _helpdispatch(object):
rst = [
_("@LongProduct@\n"),
"\n",
"hg COMMAND [OPTIONS]\n",
"@prog@ COMMAND [OPTIONS]\n",
"\n",
"These are some common Mercurial commands. Use '@prog@ help commands' to list all "
"These are some common @Product@ commands. Use '@prog@ help commands' to list all "
"commands, and '@prog@ help COMMAND' to get help on a specific command.\n",
"\n",
]