Hi! Today, I observed a problem that has never occurred to me before.
I am currently working on reviewing #9562 and #11685. In both cases, the author replaced a patch with an updated version. What I did next was hg qpop hg qdelete `name of the patch` hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/... hg qpush sage -br However, that brought back the *old* patch, as I could also verify by inspecting the patch at .hg/patches/...! What puzzles me even more is the following: When I read the patch on trac in my browser, it is the correct (updated) patch version. When I download the patch and save it locally into a file, then it is the correct patch version. When I qimport the patch from the local file, it is the correct patch version. Only when I qimport directly via http://trac..., things are messed up. Why? Cheers, Simon -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
