comparison tests/test-convert.out @ 11321:40c06bbf58be

help: show value requirement and multiple occurrence of options this helps users to know what kind of option is: - no value is required(flag option) - value is required - value is required, and multiple occurrences are allowed each kinds are shown as below: -f --force force push -e --ssh CMD specify ssh command to use -b --branch BRANCH [+] a specific branch you would like to push if one or more 3rd type options are shown, explanation for '[+]' mark is also shown as footnote.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sun, 06 Jun 2010 17:25:00 +0900
parents 2067532d95e7
children dec57aa0f8ca
comparison
equal deleted inserted replaced
11320:e4274f9f97c8 11321:40c06bbf58be
218 --config convert.hg.usebranchnames=True (boolean) 218 --config convert.hg.usebranchnames=True (boolean)
219 preserve branch names 219 preserve branch names
220 220
221 options: 221 options:
222 222
223 -A --authors username mapping filename 223 -A --authors FILE username mapping filename
224 -d --dest-type destination repository type 224 -d --dest-type TYPE destination repository type
225 --filemap remap file names using contents of file 225 --filemap FILE remap file names using contents of file
226 -r --rev import up to target revision REV 226 -r --rev REV import up to target revision REV
227 -s --source-type source repository type 227 -s --source-type TYPE source repository type
228 --splicemap splice synthesized history into place 228 --splicemap FILE splice synthesized history into place
229 --branchmap change branch names while converting 229 --branchmap FILE change branch names while converting
230 --branchsort try to sort changesets by branches 230 --branchsort try to sort changesets by branches
231 --datesort try to sort changesets by date 231 --datesort try to sort changesets by date
232 --sourcesort preserve source changesets order 232 --sourcesort preserve source changesets order
233 233
234 use "hg -v help convert" to show global options 234 use "hg -v help convert" to show global options
235 adding a 235 adding a
236 assuming destination a-hg 236 assuming destination a-hg
237 initializing destination a-hg repository 237 initializing destination a-hg repository