format_patch_helper: fix reuse of output variable
commit41d790b9aab60fc8f580eec8ace8cdda04167ba4
authorDavid Aguilar <davvid@gmail.com>
Sat, 17 May 2008 20:08:35 +0000 (17 13:08 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 17 May 2008 20:08:35 +0000 (17 13:08 -0700)
treecadd81f345e4f3e65a01b1ac779cc3175620811d
parent8ce26ea8ab5e736d4c3f5107bb07de271fcfd504
format_patch_helper: fix reuse of output variable

The output variable was being reused due to a recent rename.
This fixes that.

Signed-off-by: David Aguilar <davvid@gmail.com>
git/__init__.py