obsolete.ChilliProject/test/unit/lib/redmine/scm/adapters
Toshi MARUYAMA fe4159fc99 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-04-16 15:25:34 -07:00
..
bazaar_adapter_test.rb scm: bazaar: move cat and annotate test from unit app test to unit lib test. 2011-04-16 14:35:24 -07:00
cvs_adapter_test.rb scm: cvs: add methods of getting cvs version and add unit lib test (#4273). 2011-04-16 14:35:24 -07:00
darcs_adapter_test.rb scm: darcs: add compatible test of Darcs 2.3 and 2.4 (#7415). 2011-02-09 16:41:32 -08: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-04-16 15:16:24 -07:00
mercurial_adapter_test.rb scm: mercurial: update test repository for path encoding (#2664). 2011-04-16 15:25:34 -07:00
subversion_adapter_test.rb scm: subversion: refactor getting svn version and add lib test (#4273). 2011-04-16 14:34:17 -07:00