> I would like to replace m.txt in the summary with the content of the > file m.txt. I tried to use the recipe [1], but qimport fails:
I'd use "hg export": hg export -r 69272:tip > ../patch Edit patch to update commit message cd .. rm this_clone hg clone clean_cpython this_clone cd this_clone hg import ../patch HTH, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com