comparison lib/redmine/scm/adapters/darcs_adapter.rb @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents cbce1fd3b1b7
children 433d4f72a19b
comparison
equal deleted inserted replaced
908:c6c2cbd0afee 909:cbb26bc654de
29 def client_command 29 def client_command
30 @@bin ||= DARCS_BIN 30 @@bin ||= DARCS_BIN
31 end 31 end
32 32
33 def sq_bin 33 def sq_bin
34 @@sq_bin ||= shell_quote(DARCS_BIN) 34 @@sq_bin ||= shell_quote_command
35 end 35 end
36 36
37 def client_version 37 def client_version
38 @@client_version ||= (darcs_binary_version || []) 38 @@client_version ||= (darcs_binary_version || [])
39 end 39 end