]> source.dussan.org Git - redmine.git/commit
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)
commit023a0efa10f4e30a4292732410b20cf6b231ee5e
tree641f9d878a6e5599316e3cdbc662aa36da51439a
parentc58c14cc738f4daf18a58b7ac138219d55bdeb10
scm: backout r5213. do not display both 'View all revisions' and 'View revision' links (#7984, #7246).

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