New issue 371 by tech...@gmail.com: upload.py needs config file or ...
http://code.google.com/p/rietveld/issues/detail?id=371
It is very tedious to enter the same values for upload.py every time in
command line like cc list or reviewers. There should be an easier way to
handle that. Either by .codereview config file or upload.py can request
info from server.
Or you can write a 2-line wrapper shell script.
I do checkouts more often than patches, so the shell script won't automate
much unless it is checked from the repository.
Gerrit has its own config file for some reason, and Rietveld can.
Sure, I'm not objecting, but I'm not volunteering either. :-)
Should the config file be per directory or global (in the user's home
directory)? Should its name start with a dot or not?
Or should it use the configuration system provided by the VCS? I prefer not
to have yet another hidden file in my project dirs. Therefore I'm currently
using git/hg config and a small wrapper ATM.