mercurial/commands.py
changeset 8150 bbc24c0753a0
parent 8109 496ae1ea4698
child 8152 08e1baf924ca
--- a/mercurial/commands.py	Fri Apr 24 10:43:12 2009 +0200
+++ b/mercurial/commands.py	Wed Apr 22 00:55:32 2009 +0200
@@ -1306,7 +1306,7 @@
         heads = repo.heads(start, closed=closed)
     else:
         heads = []
-        visitedset = util.set()
+        visitedset = set()
         for branchrev in branchrevs:
             branch = repo[branchrev].branch()
             if branch in visitedset: