##// END OF EJS Templates
fix: mark -r as advanced...
Martin von Zweigbergk -
r45065:a6ef1e8e default
parent child Browse files
Show More
@@ -213,7 +213,7 b' baseopt = ('
213 213 ),
214 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 217 sourceopt = (
218 218 b's',
219 219 b'source',
@@ -107,7 +107,6 b' Help text for fix.'
107 107 --all fix all non-public non-obsolete revisions
108 108 --base REV [+] revisions to diff against (overrides automatic selection,
109 109 and applies to every revision being fixed)
110 -r --rev REV [+] revisions to fix
111 110 -s --source REV [+] fix the specified revisions and their descendants
112 111 -w --working-dir fix the working directory
113 112 --whole always fix every line of a file
General Comments 0
You need to be logged in to leave comments. Login now