##// END OF EJS Templates
Make earlygetopt return a list of all option values, use the last value....
Make earlygetopt return a list of all option values, use the last value. This fixes: "hg -R" showing a useful error instead of traceback "hg -R foo --repository bar" using bar instead of foo And provides a way for other users of earlygetopt to accept more than one value.

File last commit:

r3277:105253b3 default
r4716:36d23de0 default
Show More
map
8 lines | 205 B | text/plain | TextLexer
default = 'changelog'
header = header.tmpl
changelog = changelog.tmpl
changelogentry = changelogentry.tmpl
filelog = filelog.tmpl
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl