~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: Jelmer Vernooij
  • Date: 2009-02-18 12:22:04 UTC
  • mto: This revision was merged to the branch mainline in revision 4017.
  • Revision ID: jelmer@samba.org-20090218122204-1lc50dqq145kvd73
Register ssh: rather than ssh://, avoid referring to smart server, which users may not be familiar with.

Show diffs side-by-side

added added

removed removed

Lines of Context:
585
585
 
586
586
    def __init__(self, url):
587
587
        raise errors.UnsupportedProtocol(url, 
588
 
            'For the bzr smart server, use "bzr+%s".' % url)
 
588
            'bzr supports bzr+ssh to operate over ssh, use "bzr+%s".' % url)
589
589
 
590
590
 
591
591
def get_test_permutations():