mantisbt-plugins / source-integration

Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
http://noswap.com/projects/source-integration/
MIT License
181 stars 130 forks source link

HgWeb: allow space and unicode chars in filename #219

Closed Zipher04 closed 7 years ago

Zipher04 commented 7 years ago

A sample output from Mercurial raw file is as following:

diff -r c56b67cfe60d -r bb6504e6a338 01 中文資料夾/中文檔案.jpg
Binary file 01 中文資料夾/中文檔案.jpg has changed

The pattern is modified to allow spaces in the file path and Unicode character is accepted.

dregad commented 7 years ago

Thank you