~bzr-pqm/bzr/bzr.dev

- clone should be done with the source branch read-locked

  this lets us cache objects in memory and avoids repeatedly 
  reading the inventory weave
Filename Latest Rev Last Changed Committer Comment Size
..
plugins 1110 19 years ago Martin Pool - merge aaron's merge improvements: * When merg Diff
selftest 723 19 years ago Martin Pool - move whitebox/blackbox modules into bzrlib.selft Diff
store 1185.11.1 19 years ago John Arbash Meinel (broken) Transport work is merged in. Tests do not Diff
transport 1185.11.1 19 years ago John Arbash Meinel (broken) Transport work is merged in. Tests do not Diff
util 1110 19 years ago Martin Pool - merge aaron's merge improvements: * When merg Diff
__init__.py 1185.13.1 18 years ago Robert Collins Merge in format-5 work - release bzr 0.1rc1. 1.9 KB Diff Download File
add.py 1185.1.53 18 years ago Robert Collins raise a specific error on unsupported branches so 5.5 KB Diff Download File
annotate.py 1092.2.22 18 years ago Robert Collins text_version and name_version unification looking 1.8 KB Diff Download File
atomicfile.py 1393.2.1 18 years ago John Arbash Meinel Merged in split-storage-2 branch. Need to cleanup 2.6 KB Diff Download File
branch.py 1429 18 years ago Robert Collins merge in niemeyers prefixed-store patch 50.7 KB Diff Download File
builtins.py 1424 18 years ago Robert Collins add rm alias to remove 45.4 KB Diff Download File
changeset.py 1185.12.6 18 years ago Aaron Bentley Merged latest from Robert Collins 51.7 KB Diff Download File
check.py 1092.2.20 18 years ago Robert Collins symlink and weaves, whaddya know 5.8 KB Diff Download File
clone.py 1185.15.5 18 years ago Martin Pool - clone should be done with the source branch read 6.4 KB Diff Download File
commands.py 1185.13.2 18 years ago Robert Collins Merge Aarons conflict plugin for 0.1rc1 20.9 KB Diff Download File
commit.py 1417.1.8 18 years ago Robert Collins use transactions in the weave store interface, whi 16 KB Diff Download File
delta.py 1399.1.3 18 years ago Robert Collins move change detection for text and metadata from d 8 KB Diff Download File
diff.py 1399.1.4 18 years ago Robert Collins move diff and symlink conditionals into inventory. 8.9 KB Diff Download File
errors.py 1185.1.53 18 years ago Robert Collins raise a specific error on unsupported branches so 8.1 KB Diff Download File
externalcommand.py 1185.1.41 18 years ago Robert Collins massive patch from Alexander Belchenko - many PEP8 1.8 KB Diff Download File
fetch.py 1425 18 years ago Robert Collins merge from Aaron - unbreaks open_containing and th 9 KB Diff Download File
graph.py 1185.8.3 19 years ago Aaron Bentley Fixed bug in distance-from-root graph operation 3.9 KB Diff Download File
hashcache.py 1092.2.20 18 years ago Robert Collins symlink and weaves, whaddya know 8 KB Diff Download File
help.py 1185.11.5 19 years ago John Arbash Meinel Merged up-to-date against mainline, still broken. 4.5 KB Diff Download File
identitymap.py 1417.1.6 18 years ago Robert Collins introduce transactions for grouping actions done t 2.1 KB Diff Download File
info.py 1390 18 years ago Robert Collins pair programming worx... merge integration and wea 3.4 KB Diff Download File
intset.py 1185.1.20 19 years ago Robert Collins remove unneeded shebangs 4.8 KB Diff Download File
inventory.py 1185.1.52 18 years ago Robert Collins fix detection of changes in inventory entries when 36.5 KB Diff Download File
lock.py 1185.9.2 19 years ago Harald Meland Use fcntl.lockf() rather than fcntl.flock() to sup 7.7 KB Diff Download File
log.py 1417.1.7 18 years ago Robert Collins teach log it needs a read lock 12.4 KB Diff Download File
mdiff.py 1185.1.41 18 years ago Robert Collins massive patch from Alexander Belchenko - many PEP8 3.8 KB Diff Download File
merge.py 1185.12.17 18 years ago Aaron Bentley Killed 0 conflicts encountered in selftest 19.9 KB Diff Download File
merge3.py 974.1.52 19 years ago aaron.bentley at utoronto Merged mpool's latest changes (~0.0.7) 11.9 KB Diff Download File
merge_core.py 1185.1.50 18 years ago Robert Collins merge from newformat stuff and upgrade 10.8 KB Diff Download File
missing.py 1393.1.8 18 years ago Martin Pool - remove redundant import 2.6 KB Diff Download File
msgeditor.py 1393.3.3 18 years ago Jelmer Vernooij Add test for empty commit messages. 3.8 KB Diff Download File
osutils.py 1399.1.4 18 years ago Robert Collins move diff and symlink conditionals into inventory. 13.1 KB Diff Download File
patch.py 1185.1.40 19 years ago Robert Collins Merge what applied of Alexander Belchenko's win32 2 KB Diff Download File
plugin.py 1185.11.1 19 years ago John Arbash Meinel (broken) Transport work is merged in. Tests do not 4.6 KB Diff Download File
progress.py 1308 19 years ago Martin Pool - make progress bar more tolerant of out-of-range 9.3 KB Diff Download File
revfile.py 1185.1.41 18 years ago Robert Collins massive patch from Alexander Belchenko - many PEP8 17.8 KB Diff Download File
revision.py 1092.2.25 18 years ago Robert Collins support ghosts in commits 10.6 KB Diff Download File
revisionspec.py 1393.2.1 18 years ago John Arbash Meinel Merged in split-storage-2 branch. Need to cleanup 10.4 KB Diff Download File
shellcomplete.py 1185.1.9 19 years ago Robert Collins Clint Adams patch for shell completion hints 1.9 KB Diff Download File
status.py 1185.13.2 18 years ago Robert Collins Merge Aarons conflict plugin for 0.1rc1 3.5 KB Diff Download File
textinv.py 1399.1.6 18 years ago Robert Collins move exporting functionality into inventory.py - u 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 1393.1.62 18 years ago Martin Pool cleanup 5.9 KB Diff Download File
transactions.py 1417.1.8 18 years ago Robert Collins use transactions in the weave store interface, whi 3.6 KB Diff Download File
tree.py 1417.1.8 18 years ago Robert Collins use transactions in the weave store interface, whi 10.4 KB Diff Download File
ui.py 1092.1.39 19 years ago Robert Collins merge from mpool 1.4 KB Diff Download File
upgrade.py 1429 18 years ago Robert Collins merge in niemeyers prefixed-store patch 15.5 KB Diff Download File
weave.py 1185.13.4 18 years ago Robert Collins make reweave visible as a weave method, and quickl 38.1 KB Diff Download File
weavefile.py 1390 18 years ago Robert Collins pair programming worx... merge integration and wea 4.1 KB Diff Download File
workingtree.py 1185.12.13 18 years ago Aaron Bentley Merged conflict handling work 12 KB Diff Download File
xml.py 1399.1.8 18 years ago Robert Collins factor out inventory directory logic into 'Invento 2.5 KB Diff Download File
xml4.py 1399.1.10 18 years ago Robert Collins remove kind from the InventoryEntry constructor - 6.5 KB Diff Download File
xml5.py 1393.1.59 18 years ago Martin Pool - put 'format=5' on inventory and revision xml 6.2 KB Diff Download File