Commit 410ee846 authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

display changelog line in one shot

parent b9c60e42
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1217,5 +1217,4 @@ class Changelog(dict):
        Display a version content
        '''
        out(u'  #yellow#Version:#reset# %s' % version)
        for line in self[version]:
            out(u"    %s" % line)
        out(os.linesep.join(self[version]))