test-i18n, i18n-pt_BR: updated test message changed in
41c3a71c318d
i18n-pt_BR: synchronized with
a934b9249574
dispatch: avoid double backslashes in error message
The use of %r in the format string caused Python to display Windows paths with
double backslashes.
hgweb: add a "web/logoimg" setting to customize the web logo image
This change complements the existing web/logourl setting, and lets the user
customize the logo image that is shown on many of the hg server pages.
If this setting is not set, hglogo.png is used.
util: move "default" hidewindow to posix.py
There is a hidewindow in win32.py, which we get via windows.py
util: move "default" lookupreg to posix.py
There is a lookupreg in win32.py, which we get via windows.py
util: move "default" unlinkpath to posix.py
we have a unlinkpath in windows.py