change lists can someone explain to me in an easy manner:
why would I use change lists?
my basic question behind that is: is the idea of change lists to implement a feature and then keep it in the change list, and continue working without it? i dont think that is possible at all.
is it e.g. possible to change file A.php, add the changes to change list A1. Then add more changes to file A.php, and add those changes to change list A2. Can I then just commit A2, that contains the changes from A2, but not A1? is it possible to deactivate a change list? e.g. activating change list A2 means that the changes from A1 disappear, and I have locally only what is in A2.