##// END OF EJS Templates
help: show value requirement and multiple occurrence of options...
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.

File last commit:

r10365:d757bc0c default
r11321:40c06bbf default
Show More
test-hg-parseurl.py.out
5 lines | 274 B | text/plain | TextLexer
/ tests / test-hg-parseurl.py.out
http://example.com/no/anchor, branches: []
http://example.com/an/anchor, branches: ['foo']
http://example.com/no/anchor/branches, branches: ['foo']
http://example.com/an/anchor/branches, branches: ['foo', 'bar']
http://example.com/an/anchor/branches-None, branches: ['foo']