setup: another newline if version could not be established.
authorMartin Geisler <mg@lazybytes.net>
Sat, 23 May 2009 13:43:11 +0200
changeset 8550 cbd3a104637f
parent 8549 9f85da260508
child 8551 7089d9727867
setup: another newline if version could not be established.
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