gitweb: add author to filelogentry
The line is copied from shortlogentry template.
monoblue: add author to filelogentry
The line is copied from shortlogentry template.
monoblue: split a long line in filelogentry template
The whole td has a nowrap class, which disallows breaking the line, so it's not
required to use non-breakable spaces.
readbundle: fix typo of None compression
The test simulates pre-
d1b16a746db6 hgweb that sends "unbundle" capability
with no argument.
readbundle: map 'HG10UN' to None compression
In line with the other previous changes
bundle: use None when unpacking uncompressed changegroup
Let's be more modern!