Patch #5117 » fix_mercurial_localization_issue.diff
| lib/redmine/scm/adapters/mercurial_adapter.rb | ||
|---|---|---|
| 23 | 23 | class MercurialAdapter < AbstractAdapter | 
| 24 | 24 |  | 
| 25 | 25 | # Mercurial executable name | 
| 26 | HG_BIN = "hg" | |
| 26 |         HG_BIN = "LANG='C' hg" | |
| 27 | 27 | TEMPLATES_DIR = File.dirname(__FILE__) + "/mercurial" | 
| 28 | 28 | TEMPLATE_NAME = "hg-template" | 
| 29 | 29 | TEMPLATE_EXTENSION = "tmpl" |