From patchwork Sun Jan 31 19:35:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D9930: debugcommands: s/stdin/stdout in debugnodemap help From: phabricator X-Patchwork-Id: 48245 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Sun, 31 Jan 2021 19:35:40 +0000 pulkit created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9930 AFFECTED FILES mercurial/debugcommands.py CHANGE DETAILS To: pulkit, #hg-reviewers Cc: mercurial-patches, mercurial-devel diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -2212,9 +2212,9 @@ 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',