• Toshi MARUYAMA's avatar
    scm: backout r5213. do not display both 'View all revisions' and 'View revision'… · 70d58275
    Toshi MARUYAMA authored
    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
    70d58275
Name
Last commit
Last update
app Loading commit data...
config Loading commit data...
db/migrate Loading commit data...
doc Loading commit data...
extra Loading commit data...
files Loading commit data...
lib Loading commit data...
log Loading commit data...
public Loading commit data...
script Loading commit data...
test Loading commit data...
tmp/test Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
README.rdoc Loading commit data...
Rakefile Loading commit data...