Redmine/test/fixtures/repositories
Toshi MARUYAMA b7dffa44c9 scm: mercurial: update test repository for path encoding (#2664).
Mercurial (and also Git) treats file names as byte string.
This mercurial test repository contains Latin-1 encoding path.
Be careful on non Latin-1(CP1252) Windows.

If your Windows is not Latin-1 Windows,
in order to checkout(update) Latin-1 path,
You need to use cygwin 1.7 and set LANG=en_US.ISO-8859-1.

Please refer.
http://mercurial.selenic.com/wiki/EncodingStrategy?action=recall&rev=6

Redmine mercurial adapter do not need to checkout(update) repository.
Mercurial does not have "bare" repository such as Git.
You can use "hg update null" for equivalent "bare" repository.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4996 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-04 04:25:48 +00:00
..
bazaar_repository.tar.gz Added some unit tests for the Bazaar adapter. 2007-12-03 19:19:36 +00:00
cvs_repository.tar.gz Added some functional tests and a CVS test repository. 2007-12-13 18:52:09 +00:00
darcs_repository.tar.gz Merged Git support branch (r1200 to r1226). 2008-03-12 20:28:49 +00:00
filesystem_repository.tar.gz Adds Filesystem adapter (patch #1393 by Paul R). 2008-06-08 15:40:24 +00:00
git_repository.tar.gz scm: git: use --encoding=UTF-8 in "git log" (#3396). 2011-02-28 14:12:47 +00:00
mercurial_repository.hg scm: mercurial: update test repository for path encoding (#2664). 2011-03-04 04:25:48 +00:00
subversion_repository.dump.gz Support listing directories in svn which include square brackets. #5548 2010-06-20 16:08:26 +00:00