comparison tests/test-alias.t @ 45134:487df3676d2c

status: match category text in the option description The ! category in the main status help text is defined as "missing", so use the same text for the help text of --delete. Differential Revision: https://phab.mercurial-scm.org/D8759
author Joerg Sonnenberger <joerg@bec.de>
date Thu, 16 Jul 2020 15:56:13 +0200
parents 9803323048b6
children 95c4cca641f6
comparison
equal deleted inserted replaced
45133:81859d38e009 45134:487df3676d2c
180 180
181 -A --all show status of all files 181 -A --all show status of all files
182 -m --modified show only modified files 182 -m --modified show only modified files
183 -a --added show only added files 183 -a --added show only added files
184 -r --removed show only removed files 184 -r --removed show only removed files
185 -d --deleted show only deleted (but tracked) files 185 -d --deleted show only missing files
186 -c --clean show only files without changes 186 -c --clean show only files without changes
187 -u --unknown show only unknown (not tracked) files 187 -u --unknown show only unknown (not tracked) files
188 -i --ignored show only ignored files 188 -i --ignored show only ignored files
189 -n --no-status hide status prefix 189 -n --no-status hide status prefix
190 -C --copies show source of copied files 190 -C --copies show source of copied files