connectors/__init__.py
changeset 591 3ece9ba72aaf
parent 399 77e23bf04c33
child 717 1c23952dbde1
--- a/connectors/__init__.py	Thu Mar 31 18:43:41 2011 +0200
+++ b/connectors/__init__.py	Thu Mar 31 19:04:03 2011 +0200
@@ -29,7 +29,7 @@
 
 connector_types = [name for name in listdir(_base_path)
                         if path.isdir(path.join(_base_path, name))
-                            and name.upper() != "CVS"
+                            and name.lower() != ".hg"
                             and not name.startswith("__")]
 
 # a dict from a URI scheme (connector name) to connector module