##// 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 for a in args:
370 for a in args:
371 sys.stdout.write(str(a))
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 def write_err(self, *args):
373 def write_err(self, *args):
378 try:
374 try:
379 if not sys.stdout.closed: sys.stdout.flush()
375 if not sys.stdout.closed: sys.stdout.flush()
General Comments 0
You need to be logged in to leave comments. Login now