# HG changeset patch # User Martin Geisler # Date 1243078991 -7200 # Node ID cbd3a104637f3ffe6ea0fcc503c6ab427e3f01e1 # Parent 9f85da26050895c67a162d0d2097255402618017 setup: another newline if version could not be established. diff -r 9f85da260508 -r cbd3a104637f setup.py --- a/setup.py Sat May 23 00:24:00 2009 +0200 +++ b/setup.py Sat May 23 13:43:11 2009 +0200 @@ -114,7 +114,7 @@ if e: sys.stderr.write('warning: could not establish Mercurial ' - 'version: %s\n' % e) + 'version:\n%s\n' % e) else: l = l.split() while len(l) > 1 and l[-1][0].isalpha(): # remove non-numbered tags