Mercurial > hg > soundsoftware-site
comparison app/models/.svn/text-base/repository.rb.svn-base @ 508:851510f1b535 cannam
Merge from branch "redmine-1.2"
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:37:36 +0100 |
parents | 753f1380d6bc 0c939c159af4 |
children |
comparison
equal
deleted
inserted
replaced
506:1551c61843d2 | 508:851510f1b535 |
---|---|
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 |