diff -r e574207e3bcd -r f1823b9f073b mercurial/sshrepo.py --- 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))