Mercurial > hg-stable
changeset 46527:3e3b81b6e7da
debugcommands: s/stdin/stdout in debugnodemap help
Differential Revision: https://phab.mercurial-scm.org/D9930
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 25 Jan 2021 14:23:47 +0530 |
parents | 0e2becd1fe0c |
children | 45c3a263d5d1 |
files | mercurial/debugcommands.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/debugcommands.py Fri Jan 29 15:51:00 2021 -0800 +++ b/mercurial/debugcommands.py Mon Jan 25 14:23:47 2021 +0530 @@ -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',