mercurial/sshrepo.py
changeset 13827 f1823b9f073b
parent 13819 d16894e29f91
child 14004 97ed99d1f419
--- a/mercurial/sshrepo.py	Wed Mar 30 20:03:05 2011 -0700
+++ b/mercurial/sshrepo.py	Thu Mar 31 10:43:53 2011 -0500
@@ -23,7 +23,7 @@
         self._url = path
         self.ui = ui
 
-        u = url.url(path, parse_query=False, parse_fragment=False)
+        u = url.url(path, parsequery=False, parsefragment=False)
         if u.scheme != 'ssh' or not u.host or u.path is None:
             self._abort(error.RepoError(_("couldn't parse location %s") % path))