Mercurial > public > mercurial-scm > hg
diff hgext/convert/common.py @ 5760:0145f9afb0e7
Removed tabs and trailing whitespace in python files
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 29 Dec 2007 19:49:48 +0100 |
parents | 61fdf2558c0a |
children | 2192ed187319 |
line wrap: on
line diff
--- a/hgext/convert/common.py Sat Dec 29 01:14:45 2007 +0100 +++ b/hgext/convert/common.py Sat Dec 29 19:49:48 2007 +0100 @@ -104,13 +104,13 @@ def getchangedfiles(self, rev, i): """Return the files changed by rev compared to parent[i]. - + i is an index selecting one of the parents of rev. The return value should be the list of files that are different in rev and this parent. If rev has no parents, i is None. - + This function is only needed to support --filemap """ raise NotImplementedError() @@ -279,7 +279,7 @@ self.order.append(key) super(mapfile, self).__setitem__(key, value) fp.close() - + def __setitem__(self, key, value): if self.fp is None: try: