Show More
@@ -83,7 +83,7 b' class RepoChangelogView(RepoAppView):' | |||||
83 | :param commits: list of commits |
|
83 | :param commits: list of commits | |
84 | """ |
|
84 | """ | |
85 | if not commits: |
|
85 | if not commits: | |
86 | return json.dumps([]) |
|
86 | return json.dumps([]), json.dumps([]) | |
87 |
|
87 | |||
88 | def serialize(commit, parents=True): |
|
88 | def serialize(commit, parents=True): | |
89 | data = dict( |
|
89 | data = dict( |
General Comments 0
You need to be logged in to leave comments.
Login now