Skip to content

Commit cf2a22a

Browse files
authored
Merge pull request #3 from attilapiros/master
add current_revision as an attribute to GerritChange
2 parents add40c4 + 0865c73 commit cf2a22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gerrit/changes/change.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(self, **kwargs):
2626
"mergeable",
2727
"insertions",
2828
"deletions",
29+
"current_revision",
2930
"_number",
3031
"owner",
3132
"gerrit",

0 commit comments

Comments
 (0)