Show More
@@ -566,7 +566,8 b' class GitRemote(object):' | |||||
566 | return { |
|
566 | return { | |
567 | 'id': obj.id, |
|
567 | 'id': obj.id, | |
568 | 'type': obj.type_name, |
|
568 | 'type': obj.type_name, | |
569 | 'commit_id': commit_id |
|
569 | 'commit_id': commit_id, | |
|
570 | 'idx': 0 | |||
570 | } |
|
571 | } | |
571 |
|
572 | |||
572 | @reraise_safe_exceptions |
|
573 | @reraise_safe_exceptions |
General Comments 0
You need to be logged in to leave comments.
Login now