修改不同分支之间的显示最新提交状态

This commit is contained in:
huang 2015-12-09 17:08:03 +08:00
parent f2c1595d0d
commit db582fd639
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ update
@changesets = g.commits(@project.gpid)
@changesets = g.commits(@project.gpid, :ref_name => @rev)
# @changesets = @repository.latest_changesets(@path, @rev)
# @changesets_count = @repository.latest_changesets(@path, @rev).count
@changesets_all_count = 0