hg-to-git: improve popen calls
authorMark Drago <markdrago@gmail.com>
Tue, 15 Jan 2008 01:11:19 +0000 (20:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jan 2008 01:24:29 +0000 (17:24 -0800)
This patch improves all of the popen calls in hg-to-git.py by specifying the
template 'hg log' should use instead of calling 'hg log' and grepping for the
desired data.

Signed-off-by: Mark Drago <markdrago@gmail.com>
Acked-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found