1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

remove extra empty line at beginning of lib/redmine/scm/adapters/mercurial_adapter.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19760 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-05-08 12:24:57 +00:00
parent 4fd0e739db
commit 56a74a32b7

View File

@ -24,7 +24,6 @@ module Redmine
module Scm module Scm
module Adapters module Adapters
class MercurialAdapter < AbstractAdapter class MercurialAdapter < AbstractAdapter
# Mercurial executable name # Mercurial executable name
HG_BIN = Redmine::Configuration['scm_mercurial_command'] || "hg" HG_BIN = Redmine::Configuration['scm_mercurial_command'] || "hg"
HELPERS_DIR = File.dirname(__FILE__) + "/mercurial" HELPERS_DIR = File.dirname(__FILE__) + "/mercurial"