Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Apparently there's an undocument newrev method as well?
Browse files Browse the repository at this point in the history
  • Loading branch information
agwells committed May 18, 2015
1 parent 3e93cc5 commit 4a0c794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gerrit/change-merged
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ def main():
'branch=',
'topic=',
'submitter=',
'commit='
'commit=',
'newrev=',
]
args, unused = getopt(sys.argv[1:], '', gerrit_args)

Expand Down

0 comments on commit 4a0c794

Please sign in to comment.