# HG changeset patch # User Pierre-Yves David # Date 2021-06-01 06:54:53 # Node ID 5ed2aaab58b0828658a9fad6d74c7c551978a74f # Parent 9d58e54b5966440dbc19c9f998df05622e66277e verify: align a comment line This argument description is back with it comrade. Differential Revision: https://phab.mercurial-scm.org/D10805 diff --git a/mercurial/verify.py b/mercurial/verify.py --- a/mercurial/verify.py +++ b/mercurial/verify.py @@ -114,7 +114,7 @@ class verifier(object): arguments are: - obj: the source revlog - i: the revision number - - node: the revision node id + - node: the revision node id - seen: nodes previously seen for this revlog - linkrevs: [changelog-revisions] introducing "node" - f: string label ("changelog", "manifest", or filename)