Hi! Here is a concrete example, that should suffice to demonstrate that I did not mess up my own patch queue, and that it is really a problem of trac (or of wget):
king@mpc622:~$ mkdir test king@mpc622:~$ cd test king@mpc622:~/test$ hg init king@mpc622:~/test$ hg qinit king@mpc622:~/test$ hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/9562/m4rie_for_sage.patch Füge m4rie_for_sage.patch zur Seriendatei hinzu king@mpc622:~/test$ grep lmul .hg/patches/m4rie_for_sage.patch king@mpc622:~/test$ Hence, the patch that got downloaded does not contain the string "lmul". The same happens if you download it using wget. Now, visit http://trac.sagemath.org/sage_trac/attachment/ticket/9562/m4rie_for_sage.patch and you will find that the patch DOES contain the string "lmul". Then, go to the bottom of the page and open the link "original format" in a text editor. You will still find that the patch contains "lmul". Why is that? Why is the file downloaded with wget different from THE SAME LINK downloaded with the browser (Iceweasel or Firefox, in my case)? 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
