Mercurial > hg > soundsoftware-site
diff app/models/repository/bazaar.rb @ 1517:dffacf8a6908 redmine-2.5
Update to Redmine SVN revision 13367 on 2.5-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:29:00 +0100 |
parents | e248c7af89ec |
children | a1bdbf8a87d5 |
line wrap: on
line diff
--- a/app/models/repository/bazaar.rb Tue Sep 09 09:28:31 2014 +0100 +++ b/app/models/repository/bazaar.rb Tue Sep 09 09:29:00 2014 +0100 @@ -57,7 +57,7 @@ scm.diff(path, rev, rev_to) end - def entries(path=nil, identifier=nil) + def scm_entries(path=nil, identifier=nil) scm.bzr_path_encodig = log_encoding entries = scm.entries(path, identifier) if entries @@ -80,9 +80,9 @@ end end end - load_entries_changesets(entries) entries end + protected :scm_entries def fetch_changesets scm.bzr_path_encodig = log_encoding