diff -r ddbee2d0d634 -r bbc24c0753a0 hgext/win32text.py --- 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