Do not append a new line to the backwards compat files (bug #12656)
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 2 Dec 2008 11:05:27 +0000 (11:05 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 2 Dec 2008 11:05:55 +0000 (11:05 +0000)
commit3f6cd12e78e322891443a77d8fde2e36a0ad3807
treee34047200a860e173f67f806bfb2750335f48917
parentca454a61280aa12da9c417058900fa4b777c0109
Do not append a new line to the backwards compat files (bug #12656)

Since the multiline argument wasn't passed to the utils.write_string()
function when writing the compatibility description file from the new
infrastructure, any older command like push would have committed these
new lines.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
Acked-by: Karl Hasselström <kha@treskal.com>
stgit/lib/stack.py