[Python-Dev] Hg question (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Tue Apr 12 22:20:15 CEST 2011


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



More information about the Python-Dev mailing list