changeset 8550:cbd3a104637f

setup: another newline if version could not be established.
author Martin Geisler <mg@lazybytes.net>
date Sat, 23 May 2009 13:43:11 +0200
parents 9f85da260508
children 7089d9727867
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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