Search code examples
pythonpython-3.xgerrit

Find latest patch set for a Gerrit change using python-gerrit-api package


URL for Documentation:

https://python-gerrit-api.readthedocs.io/en/latest/index.html

How to find the latest patch set no for a particular gerrit change using this package?


Solution

  • Giving the literal "current" as Revision would suffice to get the latest patch no for a particular gerrit change. Need not use any function from this package.