##// END OF EJS Templates
debugcommands: s/stdin/stdout in debugnodemap help...
Pulkit Goyal -
r47193:3e3b81b6 default
parent child Browse files
Show More
@@ -2212,9 +2212,9 b' def debugnamecomplete(ui, repo, *args):'
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',
General Comments 0
You need to be logged in to leave comments. Login now