# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2021-01-25 08:53:47 # Node ID 3e3b81b6e7da5fdf8250c0ef7e4c5df0f954ca91 # Parent 0e2becd1fe0cd3f04518676798b95788a43b744c debugcommands: s/stdin/stdout in debugnodemap help Differential Revision: https://phab.mercurial-scm.org/D9930 diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -2212,9 +2212,9 @@ def debugnamecomplete(ui, repo, *args): b'', b'dump-new', False, - _(b'write a (new) persistent binary nodemap on stdin'), + _(b'write a (new) persistent binary nodemap on stdout'), ), - (b'', b'dump-disk', False, _(b'dump on-disk data on stdin')), + (b'', b'dump-disk', False, _(b'dump on-disk data on stdout')), ( b'', b'check',