diff 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
line wrap: on
line diff
--- a/app/models/.svn/text-base/repository.rb.svn-base	Mon Jun 06 14:24:13 2011 +0100
+++ b/app/models/.svn/text-base/repository.rb.svn-base	Thu Jul 14 10:32:19 2011 +0100
@@ -117,7 +117,7 @@
   end
 
   def default_branch
-    scm.default_branch
+    nil
   end
 
   def properties(path, identifier=nil)