~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/smart.py

  • Committer: John Arbash Meinel
  • Date: 2006-12-18 15:34:08 UTC
  • mto: This revision was merged to the branch mainline in revision 2195.
  • Revision ID: john@arbash-meinel.com-20061218153408-6ns3mva23x7p16x5
Typo fix from Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1764
1764
    It uses a plain http:// transport underneath, which defines what remote
1765
1765
    .bzr/smart URL we are connected to. From there, all paths that are sent are
1766
1766
    sent as relative paths, this way, the remote side can properly
1767
 
    de-reference them. Since it is likely doing rewrite rules to translate an
 
1767
    de-reference them, since it is likely doing rewrite rules to translate an
1768
1768
    HTTP path into a local path.
1769
1769
    """
1770
1770