~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 2241.1.4 17 years ago Martin Pool Moved old weave-based repository formats into bzrl 763 bytes Diff Download File
knitrepo.py 3221.3.1 16 years ago Robert Collins * Repository formats have a new supported-feature 22.9 KB Diff Download File
pack_repo.py 3231.3.1 16 years ago James Westby Make -Dpack not cause a error trying to use an unk 97.6 KB Diff Download File
weaverepo.py 3221.3.1 16 years ago Robert Collins * Repository formats have a new supported-feature 25.3 KB Diff Download File