> I think that would make my local change unnecessary. So, my next project is > to try and figure out how to undo my change. This seemed to work: > > hg revert -r 68263 Python/sysmodule.c > > Was that the right thing to do? Use hg backout, not revert.