[Python-Dev] Anyone can do patch reviews (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Tue Apr 27 23:09:43 CEST 2010
- Previous message: [Python-Dev] Anyone can do patch reviews
- Next message: [Python-Dev] Anyone can do patch reviews
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hmm, it feels exactly the other way around to me: working with the DVCS tools while reviewiing a patch allows me to be more productive (e.g., using 'bzr shelve' or the equivalent hg subcommand).
Just try using Subversion for some time again, and you'll see that it is not difficult at all. Start with a clean sandbox, then apply the patch. If you want to go back to the state without patch, revert the sandbox, if you need it again, apply it again. It's really simple.
Regards, Martin
- Previous message: [Python-Dev] Anyone can do patch reviews
- Next message: [Python-Dev] Anyone can do patch reviews
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]