[Python-Dev] crosses branches?

Éric Araujo merwok at netwok.org
Tue Mar 22 22:57:06 CET 2011


> 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.


More information about the Python-Dev mailing list