~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2009-08-16 17:22:08 UTC
  • Revision ID: john@arbash-meinel.com-20090816172208-2mh7z0uapy6y0gsv
Expose KnownGraph off of VersionedFiles
handle ghosts (needs tests, doesn't seem to effect performance)
list(tuple[1:]) is a couple ms slower than using my own loop.
Net effect is:
  time bzr log -n0 -r -10..-1
  real    0m2.559s

  time wbzr log -n0 -r -10..-1
  real    0m1.170s

  time bzr log -n1 -r -10..-1
  real    0m0.453s

So the overhead for the extra graph is down from 2.1s to 0.7s
Filename Latest Rev Last Changed Committer Comment Size
..
bzr 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late 2.3 KB Diff Download File
bzr.simple 2512.1.1 17 years ago John Arbash Meinel (Antonin 'gree' Komenda) simple update for bash co 588 bytes Diff Download File
File bzrbashprompt.sh 3528.1.1 16 years ago Jelmer Vernooij Merge bashprompt script that prints the bzr branch 324 bytes Diff Download File