mirror of
https://github.com/redmine/redmine.git
synced 2026-07-12 20:01:34 +02: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:
@@ -24,7 +24,6 @@ module Redmine
|
||||
module Scm
|
||||
module Adapters
|
||||
class MercurialAdapter < AbstractAdapter
|
||||
|
||||
# Mercurial executable name
|
||||
HG_BIN = Redmine::Configuration['scm_mercurial_command'] || "hg"
|
||||
HELPERS_DIR = File.dirname(__FILE__) + "/mercurial"
|
||||
|
||||
Reference in New Issue
Block a user