Hi,
On Tue, 15 Nov 2005, Junio C Hamano wrote:
Johannes Schindelin [off-list ref] writes:
quoted
python 2.2.1 is perfectly capable of executing git-merge-recursive,
provided that it finds heapq and sets. All you have to do is to steal
heapq.py and sets.py from python 2.3 or newer, and drop them in your
GIT_PYTHON_PATH.
Fair enough. But I do not think we would want to go further
than this. Especially, shipping a copy of heapq and sets like
we did for subprocess.
Yes. That was my intention.
Ciao,
Dscho