Hi folks,

unfortunately the git Id numer is not a sequential release number as in svn but 
a hash. I find it a good idea to have a release number in the code as it was 
before git migration. A git statement generates it: 

git rev-list HEAD | wc -l

which is the revision number. A better idea would be the gerrit number which 
gives us the last and actual change for that code. It is posible to merge such 
a number to the __version__ header of the script instead or in addition to the 
hash?

Greetings

xqt

_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Reply via email to