~bzr-pqm/bzr/bzr.dev

  • Committer: Martin Pool
  • Date: 2005-06-28 03:02:31 UTC
  • Revision ID: mbp@sourcefrog.net-20050628030231-d311e4ebcd467ef4
Merge John's import-speedup branch:

                                                                                         
  777 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 22:20:32 -0500
      revision-id: john@arbash-meinel.com-20050627032031-e82a50db3863b18e
      bzr selftest was not using the correct bzr

  776 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 22:20:22 -0500
      revision-id: john@arbash-meinel.com-20050627032021-c9f21fde989ddaee
      Add was using an old mutter

  775 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 22:02:33 -0500
      revision-id: john@arbash-meinel.com-20050627030233-9165cfe98fc63298
      Cleaned up to be less different

  774 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:54:53 -0500
      revision-id: john@arbash-meinel.com-20050627025452-4260d0e744edef43
      Allow BZR_PLUGIN_PATH='' to negate plugin loading.

  773 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:49:34 -0500
      revision-id: john@arbash-meinel.com-20050627024933-b7158f67b7b9eae5
      Finished the previous cleanup (allowing load_plugins to be called twice)

  772 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:45:08 -0500
      revision-id: john@arbash-meinel.com-20050627024508-723b1df510d196fc
      Work on making the tests pass. versioning.py is calling run_cmd directly, but plugins have been loaded.

  771 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:32:29 -0500
      revision-id: john@arbash-meinel.com-20050627023228-79972744d7c53e15
      Got it down a little bit more by removing import of tree and inventory.

  770 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:26:05 -0500
      revision-id: john@arbash-meinel.com-20050627022604-350b9773ef622f95
      Reducing the number of import from bzrlib/__init__.py and bzrlib/branch.py

  769 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 20:32:25 -0500
      revision-id: john@arbash-meinel.com-20050627013225-32dd044f10d23948
      Updated revision.py and xml.py to include SubElement.

  768 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 20:03:56 -0500
      revision-id: john@arbash-meinel.com-20050627010356-ee66919e1c377faf
      Minor typo

  767 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 20:03:13 -0500
      revision-id: john@arbash-meinel.com-20050627010312-40d024007eb85051
      Caching the import

  766 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 19:51:47 -0500
      revision-id: john@arbash-meinel.com-20050627005147-5281c99e48ed1834
      Created wrapper functions for lazy import of ElementTree

  765 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 19:46:37 -0500
      revision-id: john@arbash-meinel.com-20050627004636-bf432902004a94c5
      Removed all of the test imports of cElementTree

  764 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 19:43:59 -0500
      revision-id: john@arbash-meinel.com-20050627004358-d137fbe9570dd71b
      Trying to make bzr startup faster.
Filename Latest Rev Last Changed Committer Comment Size
..
selftest 723 19 years ago Martin Pool - move whitebox/blackbox modules into bzrlib.selft Diff
__init__.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 1.8 KB Diff Download File
add.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 3.5 KB Diff Download File
atomicfile.py 565 19 years ago Martin Pool - more invariant checks in AtomicFile 2.9 KB Diff Download File
branch.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 37.6 KB Diff Download File
changeset.py 622 19 years ago Martin Pool Updated merge patch from Aaron This patch contain 52.2 KB Diff Download File
check.py 706 19 years ago Martin Pool - remove redundant precursor check 6.5 KB Diff Download File
commands.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 52 KB Diff Download File
commit.py 717 19 years ago Martin Pool - correctly set parent list when committing first 10.2 KB Diff Download File
diff.py 767 19 years ago Martin Pool - files are only reported as modified if their nam 14.7 KB Diff Download File
errors.py 753 19 years ago Martin Pool - new exception NotVersionedError - raise this fro 1.8 KB Diff Download File
help.py 675 19 years ago Martin Pool - help formatting fix from ndim 4.5 KB Diff Download File
info.py 542 19 years ago Martin Pool - fix typo 3.4 KB Diff Download File
inventory.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 18.8 KB Diff Download File
lock.py 656 19 years ago Martin Pool - create branch lock files if they don't exist 7.6 KB Diff Download File
log.py 794 19 years ago Martin Pool - Merge John's nice short-log format. - Change lo 7.9 KB Diff Download File
mdiff.py 225 19 years ago mbp at sourcefrog debug output 2.2 KB Diff Download File
merge.py 628 19 years ago Martin Pool - merge aaron's updated merge/pull code 10.2 KB Diff Download File
merge_core.py 622 19 years ago Martin Pool Updated merge patch from Aaron This patch contain 19.1 KB Diff Download File
meta_store.py 790 19 years ago Martin Pool Merge from aaron: ------------------------------- 1.6 KB Diff Download File
newinventory.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 4.3 KB Diff Download File
osutils.py 779 19 years ago Martin Pool - better quotefn for windows: use doublequotes for 12.7 KB Diff Download File
patch.py 493 19 years ago Martin Pool - Merge aaron's merge command 2.5 KB Diff Download File
plugin.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 4.6 KB Diff Download File
progress.py 695 19 years ago Martin Pool - don't display progress bars on really dumb termi 7.6 KB Diff Download File
remotebranch.py 762 19 years ago Martin Pool - RemoteBranch.get_revision now goes through store 6.7 KB Diff Download File
revfile.py 558 19 years ago Martin Pool - All top-level classes inherit from object (Pyt 15.4 KB Diff Download File
revision.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 5.8 KB Diff Download File
statcache.py 637 19 years ago Martin Pool - add assertion 8.6 KB Diff Download File
status.py 610 19 years ago Martin Pool - replace Branch.lock(mode) with separate lock_rea 1.8 KB Diff Download File
store.py 790 19 years ago Martin Pool Merge from aaron: ------------------------------- 6.5 KB Diff Download File
textinv.py 236 19 years ago mbp at sourcefrog - Experiments in inventory performance 2.5 KB Diff Download File
textui.py 426 19 years ago Martin Pool - Skip symlinks during recursive add (path from aa 1.1 KB Diff Download File
trace.py 403 19 years ago Martin Pool - Don't give an error if the trace file can't be o 3.8 KB Diff Download File
tree.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 9.9 KB Diff Download File
upgrade.py 710 19 years ago Martin Pool - bzr upgrade updates or checks SHA1 on all predec 5.1 KB Diff Download File
workingtree.py 489 19 years ago Martin Pool - WorkingTree loads statcache in constructor and h 8.8 KB Diff Download File
xml.py 800 19 years ago Martin Pool Merge John's import-speedup branch: 2.2 KB Diff Download File