mirror of
https://github.com/redmine/redmine.git
synced 2026-01-30 03:09:58 +01:00
fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20537 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -324,10 +324,11 @@ module Redmine
|
||||
full_args << '--config' << "extensions.redminehelper=#{HG_HELPER_EXT}"
|
||||
full_args << '--config' << 'diff.git=false'
|
||||
full_args += args
|
||||
ret = shellout(
|
||||
self.class.sq_bin + ' ' + full_args.map {|e| shell_quote e.to_s}.join(' '),
|
||||
&block
|
||||
)
|
||||
ret =
|
||||
shellout(
|
||||
self.class.sq_bin + ' ' + full_args.map {|e| shell_quote e.to_s}.join(' '),
|
||||
&block
|
||||
)
|
||||
if $? && $?.exitstatus != 0
|
||||
raise HgCommandAborted, "hg exited with non-zero status: #{$?.exitstatus}"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user