@@ -8,7 +8,8 begin | |||
|
8 | 8 | TEMPLATE_NAME = Redmine::Scm::Adapters::MercurialAdapter::TEMPLATE_NAME |
|
9 | 9 | TEMPLATE_EXTENSION = Redmine::Scm::Adapters::MercurialAdapter::TEMPLATE_EXTENSION |
|
10 | 10 | |
|
11 |
REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + |
|
|
11 | REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + | |
|
12 | '/tmp/test/mercurial_repository' | |
|
12 | 13 | |
|
13 | 14 | CHAR_1_HEX = "\xc3\x9c" |
|
14 | 15 |
General Comments 0
You need to be logged in to leave comments.
Login now