comparison tests/test-help.t @ 17717:009db477c9fb

help: add information about recovery from corruption to help of "verify" Before this patch, there is no information about what users should (or can) do for recovery from corruption of repositories. This patch adds URL of the Mercurial Wiki page explaining about recovery from corruption.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Thu, 04 Oct 2012 01:24:05 +0900
parents 07f1ac17b722
children b623e323c561
comparison
equal deleted inserted replaced
17716:1adba7ff4d26 17717:009db477c9fb
390 This will perform an extensive check of the repository's integrity, 390 This will perform an extensive check of the repository's integrity,
391 validating the hashes and checksums of each entry in the changelog, 391 validating the hashes and checksums of each entry in the changelog,
392 manifest, and tracked files, as well as the integrity of their crosslinks 392 manifest, and tracked files, as well as the integrity of their crosslinks
393 and indices. 393 and indices.
394 394
395 Please see http://mercurial.selenic.com/wiki/RepositoryCorruption for more
396 information about recovery from corruption of the repository.
397
395 Returns 0 on success, 1 if errors are encountered. 398 Returns 0 on success, 1 if errors are encountered.
396 399
397 use "hg -v help verify" to show more info 400 use "hg -v help verify" to show more info
398 401
399 $ hg help diff 402 $ hg help diff