changeset 4853 | bf10a03a6b24 |
parent 4818 | 616a5adbf402 |
child 4915 | 97b734fb9c6f |
--- a/mercurial/hg.py Sat Jul 07 21:55:56 2007 -0700 +++ b/mercurial/hg.py Sun Jul 08 09:54:42 2007 +0200 @@ -21,13 +21,11 @@ schemes = { 'bundle': bundlerepo, 'file': _local, - 'hg': httprepo, 'http': httprepo, 'https': httprepo, - 'old-http': statichttprepo, 'ssh': sshrepo, 'static-http': statichttprepo, - } +} def _lookup(path): scheme = 'file'