changeset 8150 | bbc24c0753a0 |
parent 8147 | 441dc7becd43 |
child 8253 | e553fe565c61 |
--- a/hgext/win32text.py Fri Apr 24 10:43:12 2009 +0200 +++ b/hgext/win32text.py Wed Apr 22 00:55:32 2009 +0200 @@ -99,7 +99,7 @@ def forbidnewline(ui, repo, hooktype, node, newline, **kwargs): halt = False - seen = util.set() + seen = set() # we try to walk changesets in reverse order from newest to # oldest, so that if we see a file multiple times, we take the # newest version as canonical. this prevents us from blocking a