##// END OF EJS Templates
refactor header handling for changelog formatting
Matt Mackall -
r3644:b7547efe default
parent child Browse files
Show More
@@ -370,10 +370,6 b' class ui(object):'
370 370 for a in args:
371 371 sys.stdout.write(str(a))
372 372
373 def write_header(self, *args):
374 for a in args:
375 self.header.append(str(a))
376
377 373 def write_err(self, *args):
378 374 try:
379 375 if not sys.stdout.closed: sys.stdout.flush()
General Comments 0
You need to be logged in to leave comments. Login now