##// 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:

r3948:be5d099e default
r4716:36d23de0 default
Show More
header.tmpl
7 lines | 183 B | application/x-cheetah | CheetahLexer
Edouard Gomez
Send encoding information in rss header
r3948 Content-type: text/xml; charset={encoding}
Brendan Cully
Move RSS theme into subdirectory
r3235
Edouard Gomez
Send encoding information in rss header
r3948 <?xml version="1.0" encoding="{encoding}"?>
Brendan Cully
Move RSS theme into subdirectory
r3235 <rss version="2.0">
<channel>
Brendan Cully
Fix RSS URLs (closes issue396)
r3423 <link>{urlbase}{url}</link>
Brendan Cully
Move RSS theme into subdirectory
r3235 <language>en-us</language>