Mercurial > public > mercurial-scm > hg-stable
diff mercurial/ui.py @ 3644:b7547efe78fb
refactor header handling for changelog formatting
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 13 Nov 2006 13:26:57 -0600 |
parents | f7dee427cd14 |
children | 069f3acdad6c |
line wrap: on
line diff
--- 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()