Fixed wrong order of arguments in network graph caused by refactoring

This commit is contained in:
Dmitriy Zaporozhets 2013-04-03 22:37:07 +03:00
parent 6d07a97462
commit d9ab7ba6eb

View file

@ -98,7 +98,7 @@ module Network
skip: skip skip: skip
} }
Grit::Commit.find_all(@repo, opts, nil) Grit::Commit.find_all(@repo, nil, opts)
end end
def commits_sort_by_ref def commits_sort_by_ref