]> source.dussan.org Git - redmine.git/commitdiff
scm: backout r5213. do not display both 'View all revisions' and 'View revision'...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 24 Mar 2011 23:42:50 +0000 (23:42 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 24 Mar 2011 23:42:50 +0000 (23:42 +0000)
Git and Mercurial support *branch*.

Git in repository root shows *master branch*.
Git master branch does not have all revisions.

Mercurial default branch is *default branch*.
Mercurial shows *tip* in repository root.

Mercurial does not treat directory. "hg log DIR" costs high.
Getting correct limited changesets in sub directory and branch is very heavy.
So, if there is no recent revision in sub directory and branch,
no changeset shows.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5218 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/show.rhtml

index 033a928cc7c08943d544c7284ee03bff338b3293..7df7d727d4554c4ba92c2b9ac2172613afce2e6b 100644 (file)
               :locals => {:project => @project, :path => @path,
                           :revisions => @changesets, :entry => nil }%>
 <%   end %>
+<p>
+<%   if @repository.supports_all_revisions? %>
+<%= link_to l(:label_view_all_revisions), :action => 'revisions', :id => @project %>
+<%   end %>
+<%   if @repository.supports_directory_revisions? %>
+|
+<%= link_to l(:label_view_revisions),
+                   :action => 'changes',
+                   :path => to_path_param(@path), :id => @project %>
+<%   end %>
+</p>
 
-<% if @path.blank? && @repository.supports_all_revisions? %>
-  <p><%= link_to l(:label_view_all_revisions), :action => 'revisions', :id => @project %>
-<% elsif @repository.supports_directory_revisions? %>
-  <p><%= link_to l(:label_view_revisions),
-                          :action => 'changes',
-                          :path => to_path_param(@path), :id => @project %></p>
-<% end %>
-
-<% if @repository.supports_all_revisions? %>
+<%   if true # @path.blank? %>
 <%     content_for :header_tags do %>
   <%= auto_discovery_link_tag(
                    :atom, params.merge(