rhg: replace command structs with functions...
rhg: replace command structs with functions
The `Command` trait was not used in any generic context,
and the struct where nothing more than holders for values parsed from CLI
arguments to be available to a `run` method.
Differential Revision:
https://phab.mercurial-scm.org/D9967