A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2011-March/109473.html below:

[Python-Dev] Generating patch files

[Python-Dev] Generating patch files [Python-Dev] Generating patch files"Martin v. Löwis" martin at v.loewis.de
Fri Mar 18 03:31:36 CET 2011
> 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

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4