comparison hgext/fix.py @ 44575:a6ef1e8e2f6d

fix: mark -r as advanced See the previous patch for reasoning. I planned to even mark it deprecated, but someone (timeless?) on the #mercurial IRC channel said they sometimes wanted to use `-r` with its existing semantics. Differential Revision: https://phab.mercurial-scm.org/D8288
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 13 Mar 2020 12:16:20 -0700
parents 5205b46bd887
children b7808443ed6a
comparison
equal deleted inserted replaced
44574:5205b46bd887 44575:a6ef1e8e2f6d
211 b'selection, and applies to every revision being ' 211 b'selection, and applies to every revision being '
212 b'fixed)' 212 b'fixed)'
213 ), 213 ),
214 _(b'REV'), 214 _(b'REV'),
215 ) 215 )
216 revopt = (b'r', b'rev', [], _(b'revisions to fix'), _(b'REV')) 216 revopt = (b'r', b'rev', [], _(b'revisions to fix (ADVANCED)'), _(b'REV'))
217 sourceopt = ( 217 sourceopt = (
218 b's', 218 b's',
219 b'source', 219 b'source',
220 [], 220 [],
221 _(b'fix the specified revisions and their descendants'), 221 _(b'fix the specified revisions and their descendants'),