wget will by default not clobber the file with a newer version, and instead save it as m4rie_for_sage.patch.1
Things work for me: [vbraun@volker-laptop-two ~]$ cd /tmp [vbraun@volker-laptop-two tmp]$ mkdir test [vbraun@volker-laptop-two tmp]$ cd test [vbraun@volker-laptop-two test]$ hg init [vbraun@volker-laptop-two test]$ hg qinit [vbraun@volker-laptop-two test]$ hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/9562/m4rie_for_sage.patch adding m4rie_for_sage.patch to series file [vbraun@volker-laptop-two test]$ grep lmul .hg/patches/m4rie_for_sage.patch + cpdef ModuleElement _lmul_(self, RingElement right): Which mercurial version are you using? Maybe try with sage -hg to exclude any mercurial bugs. But really it sounds like you are behind a transparent http cache thats broken. You might want to ask your system admin... -- 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
