HiI finished working on a patch A and posted it to acceptation. I would like to keep this patch applied in my working copy and work on another patch B. I don't see any way to do this, except having my own svn repository. But with Mercurial it was easy:
1. Revert all 2. Apply patch A throuch command 'hg import'. 3. Subsequent diffs were not showing changes of A.
Is Mercurial simply better in this case? Regards Jarek