~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: Michael Hudson
  • Date: 2007-11-29 18:58:23 UTC
  • mfrom: (3048 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3189.
  • Revision ID: michael.hudson@canonical.com-20071129185823-vpokl0unnsjib0xw
merge bzr.dev
a bit involved, hope i got it all right!

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
from bzrlib.smart import client, medium, protocol
38
38
 
39
39
 
40
 
# Port 4155 is the default port for bzr://, registered with IANA.
41
 
BZR_DEFAULT_INTERFACE = '0.0.0.0'
42
 
BZR_DEFAULT_PORT = 4155
43
 
 
44
 
 
45
40
class _SmartStat(object):
46
41
 
47
42
    def __init__(self, size, mode):