Redmine/test/unit/lib/redmine/scm/adapters
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_adapter_test.rb scm: bazaar: move cat and annotate test from unit app test to unit lib test. 2011-02-15 11:05:33 +00:00
cvs_adapter_test.rb scm: cvs: add methods of getting cvs version and add unit lib test (#4273). 2011-02-15 08:04:11 +00:00
darcs_adapter_test.rb scm: darcs: add compatible test of Darcs 2.3 and 2.4 (#7415). 2011-01-23 04:17:03 +00:00
filesystem_adapter_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
git_adapter_test.rb scm: git: use --encoding=UTF-8 in "git log" (#3396). 2011-02-28 14:12:47 +00:00
mercurial_adapter_test.rb scm: mercurial: update test repository for path encoding (#2664). 2011-03-04 04:25:48 +00:00
subversion_adapter_test.rb scm: subversion: refactor getting svn version and add lib test (#4273). 2011-02-15 02:12:39 +00:00