i18n-ru: synchronized with
2255950e1f76
tests: remove hghave system-sh from test-pending.t
The alternative would have been to add a unix-permissions requirement.
tests: use hghave eol-in-paths to test for support for ':' in filenames and " "
It is an approximation but seems to work ok ... and testing that 'foo:bar'
creates a real file and not just a resource fork is not completely trivial.
tests: use a different evil name in test-hgweb-raw.t
The test used a filename with ':' which prevented the test from running on
Windows and FAT.
It now uses a filename with space and '%' and will thus still exercise proper
url escaping.
tests: introduce hghave hardlinks
Some tests can't be run on FAT filesystems because it doesn't support
hardlinks.
tests/hghave: test that the inotify unix socket actually can be created
Inotify do not work on FAT filesystems.
tests/hghave: test that a fifo actually can be created on the filesystem
Some tests were failing on FAT filesystems.
tests/hghave: consistently use dir='.', prefix=tempprefix for tempfiles
Some feature tests were done in the wrong directory and could thus give the
wrong result.