Mercurial > public > mercurial-scm > hg
diff hgext/record.py @ 5143:d4fa6bafc43a
Remove trailing spaces, fix indentation
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 07 Aug 2007 10:28:43 +0200 |
parents | eca5b31cffc7 |
children | c80af96943aa |
line wrap: on
line diff
--- a/hgext/record.py Tue Aug 07 10:28:14 2007 +0200 +++ b/hgext/record.py Tue Aug 07 10:28:43 2007 +0200 @@ -71,7 +71,7 @@ for h in self.header: if h.startswith('index '): return True - + def pretty(self, fp): for h in self.header: if h.startswith('index '): @@ -213,7 +213,7 @@ 'range': {'context': addcontext, 'hunk': addhunk}, } - + p = parser() state = 'context' @@ -311,7 +311,7 @@ for h in chunks: try: contenders.update(dict.fromkeys(h.files())) except AttributeError: pass - + newfiles = [f for f in files if f in contenders] if not newfiles: