Looks good. Maybe release it to PyPI too?

Also, instead of executing stuff via subprocess why not use a
Git API module, and a Gerrit API module ?
Those are available on PyPI.

[1] https://pypi.python.org/pypi/gitapi/1.0.0
[2] https://pypi.python.org/pypi/pygerrit/0.2.4
[3] https://pypi.python.org/pypi/gerritlib/0.4.0

On Tue, Apr 22, 2014 at 11:49:06AM -0700, Jon Robson wrote:
> I've recently updated the GerritCommandLine tool [1] so that you can
> use it to manage incoming reviews.
> 
> gerrit.py --reviewee jdlrobson --gtscore -1
> Will show all patches across all projects that have you down as a
> reviewee and are currently not negatively reviewed.
> 
> There are various other helpful filters. e.g. only show patches that
> have been open over X days, run it on a given repository via project.
> 
> If you are having trouble not knowing what to review or what needs
> review give it a go!
> 
> Thoughts and patches welcomed!
> 
> Usage screenshot: http://imgur.com/Hc5zmw9
> 
> [1] https://github.com/jdlrobson/GerritCommandLine
> 
> _______________________________________________
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to