equal
deleted
inserted
replaced
5877 This will perform an extensive check of the repository's |
5877 This will perform an extensive check of the repository's |
5878 integrity, validating the hashes and checksums of each entry in |
5878 integrity, validating the hashes and checksums of each entry in |
5879 the changelog, manifest, and tracked files, as well as the |
5879 the changelog, manifest, and tracked files, as well as the |
5880 integrity of their crosslinks and indices. |
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 Returns 0 on success, 1 if errors are encountered. |
5886 Returns 0 on success, 1 if errors are encountered. |
5883 """ |
5887 """ |
5884 return hg.verify(repo) |
5888 return hg.verify(repo) |
5885 |
5889 |
5886 @command('version', []) |
5890 @command('version', []) |