Mercurial > public > mercurial-scm > hg
diff tests/test-help.t @ 51500:d4095f7b000a stable
admin-commands: move the chainsaw extension to the admin commands module
Activating an extension is always a little bit of a chore and the long name,
options and "chainsaw" bits are deterrent enough.
This also allows us to help the discoverability for people looking for
repo "administration" tools, with the widest semantic of "administration".
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Thu, 14 Mar 2024 11:24:52 +0100 |
parents | e2dfa403452d |
children | 8c990011c804 51057ab0dffa |
line wrap: on
line diff
--- a/tests/test-help.t Wed Mar 13 16:22:13 2024 -0300 +++ b/tests/test-help.t Thu Mar 14 11:24:52 2024 +0100 @@ -412,6 +412,9 @@ abort abort an unfinished operation (EXPERIMENTAL) add add the specified files on the next commit + admin::chainsaw-update, admin::chainsawupdate + pull and update to a given revision, no matter what, + (EXPERIMENTAL) annotate, blame show changeset information by line for each file clone make a copy of an existing repository @@ -2535,6 +2538,13 @@ add the specified files on the next commit </td></tr> <tr><td> + <a href="/help/admin::chainsaw-update"> + admin::chainsaw-update + </a> + </td><td> + pull and update to a given revision, no matter what, (EXPERIMENTAL) + </td></tr> + <tr><td> <a href="/help/annotate"> annotate </a>