Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 13 Jun 2008 12:34:23 +0200] rev 6670
merge from crew-stable
Ali Saidi <saidi@eecs.umich.edu> [Fri, 13 Jun 2008 12:33:40 +0200] rev 6669
fix traceback in hgweb when URL doesn't end in one of the archive specs
If the last n charecters of the URL doesn't match an entry in archive_specs
req.form never has a key 'type'. When achive() looks up 'type' in the form
dict it causes a traceback rather than printing an error message.
Jason Orendorff <jorendorff@mozilla.com> [Thu, 12 Jun 2008 07:38:15 -0500] rev 6668
mq: qdiff: support all diffopts
Christian Ebert <blacktrash@gmx.net> [Thu, 12 Jun 2008 11:01:36 +0200] rev 6667
keyword: disable expansion for annotate
Keyword expansion should not be annotated.
Annotate revision when unexpanded keyword was inserted.
Add test.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 12 Jun 2008 11:33:47 +0200] rev 6666
convert comments to docstrings in a bunch of extensions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 12 Jun 2008 13:12:09 +0200] rev 6665
merge from crew-stable
Brendan Cully <brendan@kublai.com> [Thu, 12 Jun 2008 00:11:09 -0700] rev 6664
Truncate input to 1K when using pygments guess_lexer.
This function appears to be exponential with input length.