[Python-Dev] Generating patch files
"Martin v. Löwis"
martin at v.loewis.de
Fri Mar 18 03:31:36 CET 2011
More information about the Python-Dev mailing list
Fri Mar 18 03:31:36 CET 2011
- Previous message: [Python-Dev] Generating patch files
- Next message: [Python-Dev] Generating patch files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I get "unknown revision" (listing the full expression text) when using
> Mercurial 1.6.3 (default version in Ubuntu 10.10).
Based on Baptiste's approach, I propose the script below to compute a
patch. Please report whether it works for you.
Regards,
Martin
#!/bin/sh
base=`hg log --template {rev} -r'max(ancestors(default)-outgoing())'`
hg diff -r$base
- Previous message: [Python-Dev] Generating patch files
- Next message: [Python-Dev] Generating patch files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list