##// 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 _(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',
@@ -107,7 +107,6 b' Help text for fix.'
107 --all fix all non-public non-obsolete revisions
107 --all fix all non-public non-obsolete revisions
108 --base REV [+] revisions to diff against (overrides automatic selection,
108 --base REV [+] revisions to diff against (overrides automatic selection,
109 and applies to every revision being fixed)
109 and applies to every revision being fixed)
110 -r --rev REV [+] revisions to fix
111 -s --source REV [+] fix the specified revisions and their descendants
110 -s --source REV [+] fix the specified revisions and their descendants
112 -w --working-dir fix the working directory
111 -w --working-dir fix the working directory
113 --whole always fix every line of a file
112 --whole always fix every line of a file
General Comments 0
You need to be logged in to leave comments. Login now