On 28 July 2013 23:14, Dr. Trigon <dr.trigon@surfeu.ch> wrote:
I updated [1] and added the section "Example (step-by-step)" in order
to help others with the first steps - it's not straight forward... :)

[1] http://www.mediawiki.org/wiki/Manual:Pywikipediabot/Gerrit
Cool!
 
But now I would like to review and correct the change

https://gerrit.wikimedia.org/r/#/c/76352/

but just get

$ git review -d 76352
Could not parse json query response: u'Verified'

...can somebody help me here and explain whats going on and what I am
doing wrong?

Which git review version are you using? It works for me:

valhallasw@lisilwen:~/src/pywikibot-core$ git review --version
git-review version 1.12
valhallasw@lisilwen:~/src/pywikibot-core$ git review -d 76352
Enter passphrase for key '/home/valhallasw/.ssh/id_rsa':
Downloading refs/changes/52/76352/1 from gerrit into review/drtrigon/gitconfig
Enter passphrase for key '/home/valhallasw/.ssh/id_rsa':
Switched to branch 'review/drtrigon/gitconfig'

Merlijn