comparison tests/test-fix.t @ 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 dc5e5577af39
comparison
equal deleted inserted replaced
44574:5205b46bd887 44575:a6ef1e8e2f6d
105 options ([+] can be repeated): 105 options ([+] can be repeated):
106 106
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
114 113
115 (some details hidden, use --verbose to show complete help) 114 (some details hidden, use --verbose to show complete help)