comparison app/models/.svn/text-base/repository.rb.svn-base @ 507:0c939c159af4 redmine-1.2

Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author Chris Cannam
date Thu, 14 Jul 2011 10:32:19 +0100
parents cbce1fd3b1b7
children 851510f1b535
comparison
equal deleted inserted replaced
441:cbce1fd3b1b7 507:0c939c159af4
115 def tags 115 def tags
116 scm.tags 116 scm.tags
117 end 117 end
118 118
119 def default_branch 119 def default_branch
120 scm.default_branch 120 nil
121 end 121 end
122 122
123 def properties(path, identifier=nil) 123 def properties(path, identifier=nil)
124 scm.properties(path, identifier) 124 scm.properties(path, identifier)
125 end 125 end