When I look at a change detail page (something like /changes/15), file
paths with spaces are listed as multiple files instead of single files
in the "Changed files" list. For example, this:
path/to/repo/foo bar baz/hello.txt
ends up on three lines, like this:
bar
baz/hello.txt
path/to/repo/foo
Steve