Redmine/lib/redmine/scm/adapters
Toshi MARUYAMA 2547e57168 scm: mercurial: add Mercurial helper extension (#4455).
* 'rhsummary' and 'rhmanifest' for reducing the number of hg command calls.
* 'rhdiff' for compatibility with Mercurial < 1.1.

Also renamed TEMPLATES_DIR to HELPERS_DIR because the directory now contains
templates and a helper extension.

Original version was written by Alessio Franceschelli,
downloaded from http://www.redmine.org/attachments/3395/overhaul.py

Contributed by Alessio Franceschelli and Yuya Nishihara.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4833 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-15 11:04:30 +00:00
..
mercurial scm: mercurial: add Mercurial helper extension (#4455). 2011-02-15 11:04:30 +00:00
abstract_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-02-14 06:14:34 +00:00
bazaar_adapter.rb scm: bazaar: add methods of getting bazaar version and add unit lib test (#4273). 2011-02-15 07:04:49 +00:00
cvs_adapter.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.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-02-14 06:14:34 +00:00
filesystem_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-02-14 06:14:34 +00:00
git_adapter.rb scm: git: add methods of getting git version and add unit lib test (#4273). 2011-02-15 05:58:31 +00:00
mercurial_adapter.rb scm: mercurial: add Mercurial helper extension (#4455). 2011-02-15 11:04:30 +00:00
subversion_adapter.rb scm: subversion: change newlines LF to CRLF at lib/redmine/scm/adapters/subversion_adapter.rb. 2011-02-15 05:33:25 +00:00