[Updated] D8613: rhg: add a limited `rhg root` subcommand
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Fri Jun 5 15:46:01 UTC 2020
This revision now requires changes to proceed.
Alphare added inline comments.
Alphare requested changes to this revision.
INLINE COMMENTS
> main.rs:13
> + );
> + let matches = app.clone().get_matches();
> +
Clap will exit here with the help message and an error code. Use `get_matches_safe` to properly fall back to "UNIMPLEMENTED_COMMAND" if need be.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8613/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8613
To: acezar, #hg-reviewers, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200605/f1a0863a/attachment-0002.html>
More information about the Mercurial-patches
mailing list