comparison mercurial/verify.py @ 47353:5ed2aaab58b0

verify: align a comment line This argument description is back with it comrade. Differential Revision: https://phab.mercurial-scm.org/D10805
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 01 Jun 2021 08:54:53 +0200
parents f58a13c52726
children 03dea8553114
comparison
equal deleted inserted replaced
47352:9d58e54b5966 47353:5ed2aaab58b0
112 """verify a single revlog entry 112 """verify a single revlog entry
113 113
114 arguments are: 114 arguments are:
115 - obj: the source revlog 115 - obj: the source revlog
116 - i: the revision number 116 - i: the revision number
117 - node: the revision node id 117 - node: the revision node id
118 - seen: nodes previously seen for this revlog 118 - seen: nodes previously seen for this revlog
119 - linkrevs: [changelog-revisions] introducing "node" 119 - linkrevs: [changelog-revisions] introducing "node"
120 - f: string label ("changelog", "manifest", or filename) 120 - f: string label ("changelog", "manifest", or filename)
121 121
122 Performs the following checks: 122 Performs the following checks: