fix for hgweb.filterfiles
some variable weren't converted, fix a possible out of range error
make the order of the arguments for filterfiles consistent
fix a bug where the order was reversed
correct the relative path when walking from a subdir
- yield the correct relative path when walking from a subdir
(regardless the walk is repo-wide or not)
- have a consistent output from all commands: filename are
absolute when no patterns are specified and relative otherwise.
fix locate broken since
63799b01985c
- fix the keyword arguments for walk in commands.locate
- implement 'hg locate -r <rev>'
- add a test for 'hg locate'