I want to know what changes I made, without looking at the 30 other files that other team members modified.
So when I hg out
, it said the first changeset to push was 4821, so since then I have pulled, merged, and pushed a couple times. Now I want to make sure all the debugging code is removed. Is there a way to diff the current revision (4873) against revision 4821 but only for my changes?