comparison tests/test-globalopts.t @ 50989:752c5a5b73c6

admin-command: add verify command Start using the 'admin' namespace by adding a 'verify' command. Invocation is 'admin::verify'. The idea is to progressively add more focused checks than the existing verify command. To do so we need an advanced way to express what we want to check. The first check for admin::verify is 'working-copy.dirstate' which has no options, because it was an easy first check to implement, which verifies the integrity of the dirstate. This changeset was created with the help of Franck Bret.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 25 Jan 2023 15:34:27 +0100
parents 950c39918bd2
children
comparison
equal deleted inserted replaced
50988:cf47b83d8ad0 50989:752c5a5b73c6
376 import import an ordered set of patches 376 import import an ordered set of patches
377 unbundle apply one or more bundle files 377 unbundle apply one or more bundle files
378 378
379 Repository maintenance: 379 Repository maintenance:
380 380
381 admin::verify
382 verify the integrity of the repository
381 manifest output the current or given revision of the project manifest 383 manifest output the current or given revision of the project manifest
382 recover roll back an interrupted transaction 384 recover roll back an interrupted transaction
383 verify verify the integrity of the repository 385 verify verify the integrity of the repository
384 386
385 Help: 387 Help:
511 import import an ordered set of patches 513 import import an ordered set of patches
512 unbundle apply one or more bundle files 514 unbundle apply one or more bundle files
513 515
514 Repository maintenance: 516 Repository maintenance:
515 517
518 admin::verify
519 verify the integrity of the repository
516 manifest output the current or given revision of the project manifest 520 manifest output the current or given revision of the project manifest
517 recover roll back an interrupted transaction 521 recover roll back an interrupted transaction
518 verify verify the integrity of the repository 522 verify verify the integrity of the repository
519 523
520 Help: 524 Help: