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:
parent
4fd0e739db
commit
56a74a32b7
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user