##// END OF EJS Templates
logcmdutil: use new function for getting first line of string...
Martin von Zweigbergk -
r49893:eb8aed49 default
parent child Browse files
Show More
@@ -416,7 +416,7 b' class changesetprinter:'
416 416 self.ui.write(b"\n\n")
417 417 else:
418 418 self.ui.write(
419 columns[b'summary'] % description.splitlines()[0],
419 columns[b'summary'] % stringutil.firstline(description),
420 420 label=b'log.summary',
421 421 )
422 422 self.ui.write(b"\n")
General Comments 0
You need to be logged in to leave comments. Login now