修改不同分支之间的显示最新提交状态
This commit is contained in:
parent
f2c1595d0d
commit
db582fd639
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue