[Python-Dev] Submitting changes through Mercurial
"Martin v. Löwis"
martin at v.loewis.de
Tue Mar 22 08:00:11 CET 2011
More information about the Python-Dev mailing list
Tue Mar 22 08:00:11 CET 2011
- Previous message: [Python-Dev] Submitting changes through Mercurial
- Next message: [Python-Dev] Submitting changes through Mercurial
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Don't know exactly how it's implemented, but I would guess it's using > "hg incoming --patch" or similar, which would handle this transparently; > the newer revisions at hg.python.org would just be ignored in generating > the diff. That doesn't work exactly: hg incoming --patch could generate multiple patches for the same file. The button tries to combine them into a single patch per file (which turns out to be difficult). Regards, Martin
- Previous message: [Python-Dev] Submitting changes through Mercurial
- Next message: [Python-Dev] Submitting changes through Mercurial
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list