mercurial/sshrepo.py
changeset 8150 bbc24c0753a0
parent 7873 4a4c7f6a5912
child 8210 344751cd8cb8
--- a/mercurial/sshrepo.py	Fri Apr 24 10:43:12 2009 +0200
+++ b/mercurial/sshrepo.py	Wed Apr 22 00:55:32 2009 +0200
@@ -80,7 +80,7 @@
         else:
             self.abort(error.RepoError(_("no suitable response from remote hg")))
 
-        self.capabilities = util.set()
+        self.capabilities = set()
         lines.reverse()
         for l in lines:
             if l.startswith("capabilities:"):