refactor header handling for changelog formatting
authorMatt Mackall <mpm@selenic.com>
Mon, 13 Nov 2006 13:26:57 -0600
changeset 3644 b7547efe78fb
parent 3643 b4ad640a3bcf
child 3645 b984dcb1df71
refactor header handling for changelog formatting
mercurial/ui.py
--- a/mercurial/ui.py	Mon Nov 13 13:26:57 2006 -0600
+++ b/mercurial/ui.py	Mon Nov 13 13:26:57 2006 -0600
@@ -370,10 +370,6 @@
         for a in args:
             sys.stdout.write(str(a))
 
-    def write_header(self, *args):
-        for a in args:
-            self.header.append(str(a))
-
     def write_err(self, *args):
         try:
             if not sys.stdout.closed: sys.stdout.flush()