This argument description is back with it comrade.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
hg-reviewers |
This argument description is back with it comrade.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Path | Packages | |||
---|---|---|---|---|
M | mercurial/verify.py (2 lines) |
Status | Author | Revision | |
---|---|---|---|
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | ||
Closed | marmoute | D10805 verify: align a comment line |
self._warn(_(b"warning: `%s' uses revlog format 0") % name) | self._warn(_(b"warning: `%s' uses revlog format 0") % name) | ||||
def _checkentry(self, obj, i, node, seen, linkrevs, f): | def _checkentry(self, obj, i, node, seen, linkrevs, f): | ||||
"""verify a single revlog entry | """verify a single revlog entry | ||||
arguments are: | arguments are: | ||||
- obj: the source revlog | - obj: the source revlog | ||||
- i: the revision number | - i: the revision number | ||||
- node: the revision node id | - node: the revision node id | ||||
- seen: nodes previously seen for this revlog | - seen: nodes previously seen for this revlog | ||||
- linkrevs: [changelog-revisions] introducing "node" | - linkrevs: [changelog-revisions] introducing "node" | ||||
- f: string label ("changelog", "manifest", or filename) | - f: string label ("changelog", "manifest", or filename) | ||||
Performs the following checks: | Performs the following checks: | ||||
- linkrev points to an existing changelog revision, | - linkrev points to an existing changelog revision, | ||||
- linkrev points to a changelog revision that introduces this revision, | - linkrev points to a changelog revision that introduces this revision, | ||||
- linkrev points to the lowest of these changesets, | - linkrev points to the lowest of these changesets, |