On 09.03.2011 06:44, "Martin v. Löwis" wrote: > IMO, it's "hg diff --git" that's broken, as it doesn't include the base > revision (other formats, such as "hg export", do).
I asked about it on #mercurial. It turns out that not including the base changeset id in the diff is an oversight, not a choice; diffs made by the git program actually contains a line of the form “index 694512d..e5fde8a“, so the Mercurial lead dev told me they would consider accepting a patch making hg diff --git include such a line. Regards _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
