https://bugzilla.wikimedia.org/show_bug.cgi?id=56901
--- Comment #4 from Strainu crangasi2001@yahoo.com --- How did you generate your patch? Normally, the procedure I suggest is the following:
- clone the pywikibot/core branch - add the file, make the modifications etc. - git add unusedfiles.py - git commit (make sure you write a good commit description) - git format-patch -1 HEAD
See http://stackoverflow.com/questions/6658313/generate-a-git-patch-for-a-specif... for details.
The git format-patch command will generate a patch file that you can then upload to gerrit.