Mercurial > hg
comparison mercurial/debugcommands.py @ 46466: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 | f25c770c217b |
children | 4f5e9a77ff7a |
comparison
equal
deleted
inserted
replaced
46465:0e2becd1fe0c | 46466:3e3b81b6e7da |
---|---|
2210 [ | 2210 [ |
2211 ( | 2211 ( |
2212 b'', | 2212 b'', |
2213 b'dump-new', | 2213 b'dump-new', |
2214 False, | 2214 False, |
2215 _(b'write a (new) persistent binary nodemap on stdin'), | 2215 _(b'write a (new) persistent binary nodemap on stdout'), |
2216 ), | 2216 ), |
2217 (b'', b'dump-disk', False, _(b'dump on-disk data on stdin')), | 2217 (b'', b'dump-disk', False, _(b'dump on-disk data on stdout')), |
2218 ( | 2218 ( |
2219 b'', | 2219 b'', |
2220 b'check', | 2220 b'check', |
2221 False, | 2221 False, |
2222 _(b'check that the data on disk data are correct.'), | 2222 _(b'check that the data on disk data are correct.'), |