##// END OF EJS Templates
help: add information about recovery from corruption to help of "verify"...
FUJIWARA Katsunori -
r17717:009db477 default
parent child Browse files
Show More
@@ -5879,6 +5879,10 b' def verify(ui, repo):'
5879 5879 the changelog, manifest, and tracked files, as well as the
5880 5880 integrity of their crosslinks and indices.
5881 5881
5882 Please see http://mercurial.selenic.com/wiki/RepositoryCorruption
5883 for more information about recovery from corruption of the
5884 repository.
5885
5882 5886 Returns 0 on success, 1 if errors are encountered.
5883 5887 """
5884 5888 return hg.verify(repo)
@@ -392,6 +392,9 b' Test command without options'
392 392 manifest, and tracked files, as well as the integrity of their crosslinks
393 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 398 Returns 0 on success, 1 if errors are encountered.
396 399
397 400 use "hg -v help verify" to show more info
General Comments 0
You need to be logged in to leave comments. Login now