Filename | Latest Rev | Last Changed | Committer | Comment | Size | ||
---|---|---|---|---|---|---|---|
.. | |||||||
doc | 1530.2.1 | 18 years ago | Robert Collins | Start tests for api usage. | |||
export | 1185.31.12 | 19 years ago | John Arbash Meinel | Refactored the export code to make it easier to ad | |||
plugins | 1185.1.29 | 19 years ago | Robert Collins | merge merge tweaks from aaron, which includes late | |||
store | 1185.11.1 | 19 years ago | John Arbash Meinel | (broken) Transport work is merged in. Tests do not | |||
tests | 1185.31.25 | 18 years ago | John Arbash Meinel | Renamed all of the tests from selftest/foo.py to t | |||
transport | 1185.11.1 | 19 years ago | John Arbash Meinel | (broken) Transport work is merged in. Tests do not | |||
ui | 1185.49.21 | 18 years ago | John Arbash Meinel | Refactored bzrlib/ui.py into a module with the pos | |||
util | 1185.1.29 | 19 years ago | Robert Collins | merge merge tweaks from aaron, which includes late | |||
__init__.py | 1534.5.5 | 18 years ago | Robert Collins | Move is_control_file into WorkingTree.is_control_f | 3.3 KB | ||
add.py | 1534.5.5 | 18 years ago | Robert Collins | Move is_control_file into WorkingTree.is_control_f | 6.3 KB | ||
annotate.py | 1185.67.2 | 18 years ago | Aaron Bentley | Renamed Branch.storage to Branch.repository | 3.1 KB | ||
atomicfile.py | 1185.50.20 | 18 years ago | John Arbash Meinel | merge permissions branch, also fixup tests so they | 3 KB | ||
branch.py | 1559.1.1 | 18 years ago | Robert Collins | Merge in InterRepository API support. | 43.5 KB | ||
builtins.py | 1534.9.10 | 18 years ago | Aaron Bentley | Fixed use of ui_factory (which can't be imported d | 79.8 KB | ||
bzrdir.py | 1534.5.16 | 18 years ago | Robert Collins | Review feedback. | 60.5 KB | ||
check.py | 1534.4.44 | 18 years ago | Robert Collins | Make a new BzrDir format that uses a versioned bra | 9.7 KB | ||
commands.py | 1534.7.180 | 18 years ago | Aaron Bentley | Merge from mainline | 19.1 KB | ||
commit.py | 1508.1.25 | 18 years ago | Robert Collins | Update per review comments. | 19.1 KB | ||
config.py | 1558.1.1 | 18 years ago | Aaron Bentley | Updated ConfigObj to 4.2.0 | 18.9 KB | ||
conflicts.py | 1185.31.49 | 18 years ago | John Arbash Meinel | Some corrections using the new osutils.rename. **A | 3.3 KB | ||
decorators.py | 1534.4.48 | 18 years ago | Robert Collins | Make needs_read_lock and needs_write_lock more vis | 1.7 KB | ||
delta.py | 1185.50.49 | 18 years ago | John Arbash Meinel | [merge] 0.7-bugfix: Fix fileid_involved to unescap | 8.6 KB | ||
diff.py | 1508.1.19 | 18 years ago | Robert Collins | Give format3 working trees their own last-revision | 9.8 KB | ||
errors.py | 1534.7.180 | 18 years ago | Aaron Bentley | Merge from mainline | 18.5 KB | ||
externalcommand.py | 1534.7.154 | 18 years ago | Aaron Bentley | Removed changes from bzr.ab 1529..1536 | 2 KB | ||
fetch.py | 1559.1.1 | 18 years ago | Robert Collins | Merge in InterRepository API support. | 8 KB | ||
gpg.py | 1185.78.4 | 18 years ago | John Arbash Meinel | Reverting gpg changes, should not be mainline, see | 2.6 KB | ||
graph.py | 1185.8.3 | 19 years ago | Aaron Bentley | Fixed bug in distance-from-root graph operation | 3.9 KB | ||
hashcache.py | 1534.4.51 | 18 years ago | Robert Collins | Test the disk layout of format3 working trees. | 8.9 KB | ||
help.py | 1185.33.32 | 18 years ago | Martin Pool | [merge] fix \t in commit messages | 4.9 KB | ||
identitymap.py | 1417.1.12 | 19 years ago | Robert Collins | cache revision history during read transactions | 3.3 KB | ||
info.py | 1534.5.1 | 18 years ago | Robert Collins | Give info some reasonable output and tests. | 4.4 KB | ||
intset.py | 1185.50.24 | 18 years ago | John Arbash Meinel | Added set_remove to get the set delete function to | 5.3 KB | ||
inventory.py | 1534.7.175 | 18 years ago | Aaron Bentley | Ensured revert writes a normal inventory | 37.7 KB | ||
iterablefile.py | 1185.65.29 | 18 years ago | Robert Collins | Implement final review suggestions. | 7.7 KB | ||
lock.py | 1185.65.29 | 18 years ago | Robert Collins | Implement final review suggestions. | 8.1 KB | ||
lockable_files.py | 1534.7.163 | 18 years ago | Aaron Bentley | Merge from Robert [Fails tests] | 8.7 KB | ||
log.py | 1553.2.4 | 18 years ago | Erik Bågfors | Support for setting the default log format at a co | 17.6 KB | ||
lsprof.py | 1185.33.86 | 18 years ago | Martin Pool | Add additional module for lsprof. | 3.5 KB | ||
merge.py | 1534.9.9 | 18 years ago | Aaron Bentley | Added progress bar to pull | 34.7 KB | ||
merge3.py | 1185.33.62 | 18 years ago | Martin Pool | doc | 13.7 KB | ||
missing.py | 1534.5.15 | 18 years ago | Robert Collins | Review fixups | 4.1 KB | ||
msgeditor.py | 1185.62.19 | 18 years ago | John Arbash Meinel | Fix error when we can't find an editor | 4.8 KB | ||
option.py | 1553.2.1 | 18 years ago | Erik Bågfors | Support for plugins to register log formatters and | 8.1 KB | ||
osutils.py | 1534.7.160 | 18 years ago | Aaron Bentley | Changed implementation of supports_executable | 15.9 KB | ||
patch.py | 1534.7.130 | 18 years ago | Aaron Bentley | More conflict handling, test porting | 2.1 KB | ||
plugin.py | 1534.7.158 | 18 years ago | Aaron Bentley | Merged John Meinel's integration | 6.2 KB | ||
progress.py | 1534.5.9 | 18 years ago | Robert Collins | Advise users running upgrade on a checkout to also | 10 KB | ||
repository.py | 1534.1.34 | 18 years ago | Robert Collins | Move missing_revision_ids from Repository to Inter | 44.7 KB | ||
revision.py | 1534.9.1 | 18 years ago | Aaron Bentley | Added progress bars to merge | 13.3 KB | ||
revisionspec.py | 1534.1.31 | 18 years ago | Robert Collins | Deprecated fetch.fetch and fetch.greedy_fetch for | 11.7 KB | ||
rio.py | 1185.47.2 | 18 years ago | Martin Pool | Finish rio format and tests. | 6.8 KB | ||
shellcomplete.py | 1185.33.32 | 18 years ago | Martin Pool | [merge] fix \t in commit messages | 1.9 KB | ||
sign_my_commits.py | 1185.78.6 | 18 years ago | John Arbash Meinel | Adding sign-my-commits as a builtin, along with so | 2.7 KB | ||
status.py | 1534.1.22 | 18 years ago | Robert Collins | * Two new commands 'bzr checkout' and 'bzr update | 4.9 KB | ||
symbol_versioning.py | 1534.4.32 | 18 years ago | Robert Collins | Rename deprecated_nonce to DEPRECATED_PARAMETER | 5.4 KB | ||
testament.py | 1553.3.2 | 18 years ago | Marien Zwart | Remove a useless local function. | 7 KB | ||
textinv.py | 1399.1.6 | 19 years ago | Robert Collins | move exporting functionality into inventory.py - u | 2.5 KB | ||
textui.py | 1185.1.29 | 19 years ago | Robert Collins | merge merge tweaks from aaron, which includes late | 1.1 KB | ||
trace.py | 1534.4.25 | 18 years ago | Robert Collins | Add a --transport parameter to the test suite to s | 8.4 KB | ||
transactions.py | 1417.1.10 | 19 years ago | Robert Collins | add a cache bound to Transactions, and a precious | 5.6 KB | ||
transform.py | 1534.9.8 | 18 years ago | Aaron Bentley | Merge from mainline | 44 KB | ||
tree.py | 1185.50.49 | 18 years ago | John Arbash Meinel | [merge] 0.7-bugfix: Fix fileid_involved to unescap | 8.4 KB | ||
tsort.py | 1185.16.114 | 19 years ago | mbp at sourcefrog | Improved topological sort | 2 KB | ||
uncommit.py | 1185.65.30 | 18 years ago | Robert Collins | Merge integration. | 1.1 KB | ||
upgrade.py | 1534.7.180 | 18 years ago | Aaron Bentley | Merge from mainline | 2.8 KB | ||
weave.py | 1534.7.163 | 18 years ago | Aaron Bentley | Merge from Robert [Fails tests] | 40.7 KB | ||
weavefile.py | 1185.33.88 | 18 years ago | Martin Pool | [patch] read only the table-of-contents of weaves | 4.2 KB | ||
win32console.py | 1185.16.86 | 19 years ago | mbp at sourcefrog | - win32 get_console_size from Alexander | 1 KB | ||
workingtree.py | 1534.9.10 | 18 years ago | Aaron Bentley | Fixed use of ui_factory (which can't be imported d | 52.4 KB | ||
xml4.py | 1540.1.6 | 18 years ago | John Arbash Meinel | fileid_involved needs to unescape the file id and | 6.5 KB | ||
xml5.py | 1540.1.6 | 18 years ago | John Arbash Meinel | fileid_involved needs to unescape the file id and | 7.3 KB | ||
xml_serializer.py | 1540.1.6 | 18 years ago | John Arbash Meinel | fileid_involved needs to unescape the file id and | 2.6 KB |