comparison tests/test-help.t @ 51503: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
comparison
equal deleted inserted replaced
51502:a5d8f261b716 51503:d4095f7b000a
410 410
411 basic commands: 411 basic commands:
412 412
413 abort abort an unfinished operation (EXPERIMENTAL) 413 abort abort an unfinished operation (EXPERIMENTAL)
414 add add the specified files on the next commit 414 add add the specified files on the next commit
415 admin::chainsaw-update, admin::chainsawupdate
416 pull and update to a given revision, no matter what,
417 (EXPERIMENTAL)
415 annotate, blame 418 annotate, blame
416 show changeset information by line for each file 419 show changeset information by line for each file
417 clone make a copy of an existing repository 420 clone make a copy of an existing repository
418 commit, ci commit the specified files or all outstanding changes 421 commit, ci commit the specified files or all outstanding changes
419 continue resumes an interrupted operation (EXPERIMENTAL) 422 continue resumes an interrupted operation (EXPERIMENTAL)
2533 </a> 2536 </a>
2534 </td><td> 2537 </td><td>
2535 add the specified files on the next commit 2538 add the specified files on the next commit
2536 </td></tr> 2539 </td></tr>
2537 <tr><td> 2540 <tr><td>
2541 <a href="/help/admin::chainsaw-update">
2542 admin::chainsaw-update
2543 </a>
2544 </td><td>
2545 pull and update to a given revision, no matter what, (EXPERIMENTAL)
2546 </td></tr>
2547 <tr><td>
2538 <a href="/help/annotate"> 2548 <a href="/help/annotate">
2539 annotate 2549 annotate
2540 </a> 2550 </a>
2541 </td><td> 2551 </td><td>
2542 show changeset information by line for each file 2552 show changeset information by line for each file