~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2008-03-14 16:13:25 UTC
  • Revision ID: john@arbash-meinel.com-20080314161325-3cxcyg5nerrbimt2
review feedback from Robert
Use clearer variable names
profile the 'assert' section, which seemed to cost about 20% of the
time spent in find_sync_regions. (which is about 50% of merge_lines).
It seems the big overhead is actually iter_merge3(). So for now,
leave the asserts in, -O will remove them anyway.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2777.4.1 17 years ago Andrew Bennetts Move HPSS protocol description from bzrlib.smart d 4.5 KB Diff Download File
branch.py 3015.2.6 16 years ago Robert Collins In the RemoteServer branch methods handle reposito 6 KB Diff Download File
bzrdir.py 3221.3.3 16 years ago Robert Collins * Hook up the new remote method ``RemoteBzrDir.fi 5.8 KB Diff Download File
client.py 3192.2.2 16 years ago Andrew Bennetts Just use urllib.unquote, as suggested by John's re 4 KB Diff Download File
medium.py 3213.1.1 16 years ago Andrew Bennetts Recover (by reconnecting) if the server turns out 21.7 KB Diff Download File
protocol.py 3211.5.1 16 years ago Robert Collins Change the smart server get_parents method to take 24.5 KB Diff Download File
repository.py 3211.5.3 16 years ago Robert Collins Adjust size of batch and change gzip comments to b 16.7 KB Diff Download File
request.py 3221.3.2 16 years ago Robert Collins * New remote method ``RemoteBzrDir.find_repositor 13.7 KB Diff Download File
server.py 2634.1.1 17 years ago Robert Collins (robertc) Reinstate the accidentally backed out ex 9.3 KB Diff Download File
vfs.py 3146.4.10 16 years ago Aaron Bentley Add handling of PermissionDenied errors to smart p 6.2 KB Diff Download File