--- a/mercurial/localrepo.py Thu Sep 21 21:24:53 2006 +0200
+++ b/mercurial/localrepo.py Sun Oct 01 19:26:33 2006 +0200
@@ -1760,6 +1760,6 @@
def instance(ui, path, create):
return localrepository(ui, util.drop_scheme('file', path), create)
-
+
def islocal(path):
return True