Filename | Latest Rev | Last Changed | Committer | Comment | Size | ||
---|---|---|---|---|---|---|---|
.. | |||||||
bundle | 1185.82.130 | 18 years ago | Aaron Bentley | Rename changesets to revision bundles | |||
doc | 1530.2.1 | 18 years ago | Robert Collins | Start tests for api usage. | |||
doc_generate | 4070.11.12 | 15 years ago | Martin Pool | Move tools.doc_generate into bzrlib | |||
export | 1185.31.12 | 18 years ago | John Arbash Meinel | Refactored the export code to make it easier to ad | |||
filters | 3368.2.1 | 16 years ago | Ian Clatworthy | first cut at working tree content filtering | |||
help_topics | 3089.3.6 | 16 years ago | Ian Clatworthy | make help topics more discoverable | |||
plugins | 1185.1.29 | 19 years ago | Robert Collins | merge merge tweaks from aaron, which includes late | |||
repofmt | 2241.1.1 | 17 years ago | Martin Pool | Change RepositoryFormat to use a Registry rather t | |||
smart | 2018.5.139 | 17 years ago | Andrew Bennetts | Merge from bzr.dev, resolving conflicts. | |||
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 | |||
version_info_formats | 2022.1.1 | 18 years ago | John Arbash Meinel | [merge] version-info plugin, and cleanup for layou | |||
__init__.py | 5609.2.18 | 13 years ago | Vincent Ladeuil | Open 2.3.2 for bugfixes | 6.8 KB | ||
_annotator_py.py | 5273.1.5 | 14 years ago | Vincent Ladeuil | Merge bzr.dev into cleanup | 13.3 KB | ||
_annotator_pyx.pyx | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 12 KB | ||
_bencode_pyx.h | 4398.5.13 | 15 years ago | John Arbash Meinel | We don't need a base Coder class, because Decoder. | 985 bytes | ||
_bencode_pyx.pyx | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 12.2 KB | ||
_btree_serializer_py.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 2.8 KB | ||
_btree_serializer_pyx.pyx | 5365.5.29 | 14 years ago | John Arbash Meinel | Handle test_source and extensions. Also define an | 38.5 KB | ||
_chk_map_py.py | 5218.2.1 | 14 years ago | John Arbash Meinel | Implement a compiled extension for parsing the tex | 6.1 KB | ||
_chk_map_pyx.pyx | 5469.1.2 | 14 years ago | Andrew Bennetts | Fix stray TAB in source. | 16.5 KB | ||
_chunks_to_lines_py.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 2.2 KB | ||
_chunks_to_lines_pyx.pyx | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 4.7 KB | ||
_dirstate_helpers_py.py | 4459.2.2 | 15 years ago | Vincent Ladeuil | Use the same method or function names for _dirstat | 10 KB | ||
_dirstate_helpers_pyx.h | 4459.2.1 | 15 years ago | Vincent Ladeuil | Use a consistent scheme for naming pyrex source fi | 232 bytes | ||
_dirstate_helpers_pyx.pyx | 5361.3.8 | 14 years ago | John Arbash Meinel | Per Vincent's request, clean up the code comments. | 86.8 KB | ||
_export_c_api.h | 4736.1.1 | 15 years ago | John Arbash Meinel | Py_ssize_t and its associated function typedefs ar | 3.4 KB | ||
_groupcompress_py.py | 4241.21.3 | 15 years ago | Robert J. Tanner | [merge] 1.14 back to trunk | 18.4 KB | ||
_groupcompress_pyx.pyx | 5361.2.5 | 14 years ago | John Arbash Meinel | Pyrex doesn't allow sizeof(class), so we have to u | 17.6 KB | ||
_import_c_api.h | 4736.1.1 | 15 years ago | John Arbash Meinel | Py_ssize_t and its associated function typedefs ar | 5.9 KB | ||
_knit_load_data_py.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 3.6 KB | ||
_knit_load_data_pyx.pyx | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 10.4 KB | ||
_known_graph_py.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 14.2 KB | ||
_known_graph_pyx.pyx | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 37.3 KB | ||
_patiencediff_c.c | 5050.45.19 | 13 years ago | Vincent Ladeuil | Fix the remaining 'edge' references. | 38 KB | ||
_patiencediff_py.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 8.9 KB | ||
_readdir_py.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 1.4 KB | ||
_readdir_pyx.pyx | 5250 | 14 years ago | Canonical.com Patch Queue Manager | (lifeless) Some cleanups to the readdir pyrex code | 12.1 KB | ||
_rio_py.py | 4354.3.18 | 15 years ago | Jelmer Vernooij | Merge bzr.dev. | 2.6 KB | ||
_rio_pyx.pyx | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 8 KB | ||
_simple_set_pyx.pxd | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 4.3 KB | ||
_simple_set_pyx.pyx | 5361.2.6 | 14 years ago | John Arbash Meinel | We also have to re-implement it for _simple_set_py | 20.7 KB | ||
_static_tuple_c.c | 5320.1.1 | 14 years ago | Andrew Bennetts | Implement __sizeof__ in StaticTuple. | 30 KB | ||
_static_tuple_c.h | 5223.1.1 | 14 years ago | John Arbash Meinel | Some small tweaks to the chk_map code. Find out t | 4.1 KB | ||
_static_tuple_c.pxd | 5365.5.14 | 14 years ago | John Arbash Meinel | We should be exposing StaticTuple_FromSequence in | 1.9 KB | ||
_static_tuple_py.py | 5053.1.1 | 14 years ago | Martin Pool | Merge 2.1 back to trunk | 2.7 KB | ||
_walkdirs_win32.pyx | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 8.6 KB | ||
add.py | 5273.1.8 | 14 years ago | Vincent Ladeuil | Merge bzr.dev into cleanup | 3.8 KB | ||
annotate.py | 5273.1.5 | 14 years ago | Vincent Ladeuil | Merge bzr.dev into cleanup | 19.8 KB | ||
api.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 3.7 KB | ||
atomicfile.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 3.8 KB | ||
bencode.py | 4574.3.8 | 15 years ago | Martin Pool | Only mutter extension load errors when they occur, | 1 KB | ||
bisect_multi.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 2.6 KB | ||
branch.py | 5609.25.6 | 13 years ago | Andrew Bennetts | Docstring tweaks. | 142 KB | ||
branchbuilder.py | 5574.6.3 | 13 years ago | Vincent Ladeuil | Revert the fix in the doctest so it fails again. | 11 KB | ||
breakin.py | 5273.1.5 | 14 years ago | Vincent Ladeuil | Merge bzr.dev into cleanup | 3.3 KB | ||
btree_index.py | 5365.5.23 | 14 years ago | John Arbash Meinel | A __sizeof__ check that ensure we are getting what | 67.4 KB | ||
bugtracker.py | 5444.1.1 | 14 years ago | Martin Pool | Updated URL for Squid bugzilla | 11 KB | ||
builtins.py | 5557.1.15 | 13 years ago | John Arbash Meinel | Merge bzr.dev 5597 to resolve NEWS, aka bzr-2.3.tx | 239 KB | ||
bzrdir.py | 5609.9.1 | 13 years ago | Martin | Blindly change all users of get_transport to addre | 134 KB | ||
cache_utf8.py | 4360.5.4 | 15 years ago | Robert J. Tanner | Merge 1.15.1 back to trunk | 4.3 KB | ||
check.py | 5582.4.4 | 13 years ago | Jelmer Vernooij | More lazy loading (of urlutils and ui). | 19.3 KB | ||
chk_map.py | 5448.2.1 | 14 years ago | Martin | Fix some "its" vs. "it's" spelling confusion in bz | 75.3 KB | ||
chk_serializer.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 7.1 KB | ||
chunk_writer.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 11.7 KB | ||
clean_tree.py | 5365.5.25 | 14 years ago | John Arbash Meinel | Merge bzr.dev 5387 in prep for NEWS | 4.5 KB | ||
cleanup.py | 5158.8.2 | 14 years ago | Martin Pool | Add simple test case for ObjectWithCleanups | 6.2 KB | ||
cmd_test_script.py | 5531.1.3 | 13 years ago | Vincent Ladeuil | Implements --null-ouput for the test-script comman | 2 KB | ||
cmd_version_info.py | 5436.1.6 | 14 years ago | Andrej A Antonov | code simplification: object 'ui.ui_factory.make_ou | 4.2 KB | ||
cmdline.py | 5050.1.3 | 14 years ago | Vincent Ladeuil | Delete spurious spaces. | 5 KB | ||
commands.py | 5609.16.1 | 13 years ago | John Arbash Meinel | Fix bug #713258. Restore logging of bytes transfer | 44.3 KB | ||
commit.py | 5608 | 13 years ago | Canonical.com Patch Queue Manager | (jelmer) Avoid hardcoded list of repository format | 42 KB | ||
config.py | 5598.2.2 | 13 years ago | John Arbash Meinel | Change the comment slightly | 70.6 KB | ||
conflicts.py | 5609.17.2 | 13 years ago | Vincent Ladeuil | Fix bug #715058 and cleanup ParentLoop.action_take | 29.9 KB | ||
controldir.py | 5609.26.1 | 13 years ago | John Arbash Meinel | Fix bug #465517, 'bzr push' to a target with a rep | 39.3 KB | ||
counted_lock.py | 4570.3.5 | 15 years ago | Martin Pool | Add CountedLock.get_physical_lock_status | 3.5 KB | ||
crash.py | 5448.2.1 | 14 years ago | Martin | Fix some "its" vs. "it's" spelling confusion in bz | 9.1 KB | ||
debug.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 1.5 KB | ||
decorators.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 9.8 KB | ||
delta.h | 4280 | 15 years ago | Canonical.com Patch Queue Manager | (jam) Change _fetch_uses_deltas = False for CHK re | 3.4 KB | ||
delta.py | 5504.5.1 | 14 years ago | Rory Yorke | Show missing files in bzr status (bug 134168). "b | 17 KB | ||
deprecated_graph.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 5.9 KB | ||
diff-delta.c | 5361.2.4 | 14 years ago | John Arbash Meinel | Use signed ints to avoid the compiler warning. | 40.7 KB | ||
diff.py | 5383.1.1 | 14 years ago | Martin Pool | resolve news conflicts in diff --using --diff-opti | 39.3 KB | ||
directory_service.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 3.4 KB | ||
dirstate.py | 5418.1.1 | 14 years ago | Andrew Bennetts | Merge lp:bzr/2.2, including fixes for #619872, #63 | 191 KB | ||
email_message.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 8 KB | ||
errors.py | 5609.7.1 | 13 years ago | Vincent Ladeuil | Merge 2.2 into 2.3 including bugfix for #701940 | 83.9 KB | ||
externalcommand.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 2 KB | ||
fetch.py | 5557.1.7 | 13 years ago | John Arbash Meinel | Merge in the bzr.dev 5582 | 12.7 KB | ||
fifo_cache.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 10.1 KB | ||
foreign.py | 5190.1.1 | 14 years ago | Vincent Ladeuil | Don't mention --no-strict when we just issue the w | 12.7 KB | ||
generate_ids.py | 5365.5.25 | 14 years ago | John Arbash Meinel | Merge bzr.dev 5387 in prep for NEWS | 4.4 KB | ||
globbing.py | 5050.14.3 | 14 years ago | Parth Malwankar | use dict for managining pattern information | 11.9 KB | ||
gpg.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 3.7 KB | ||
graph.py | 5557.1.7 | 13 years ago | John Arbash Meinel | Merge in the bzr.dev 5582 | 74.5 KB | ||
groupcompress.py | 5609.18.1 | 13 years ago | Martin Pool | merge up bzr 2.2 | 91.7 KB | ||
hashcache.py | 5247.1.4 | 14 years ago | Vincent Ladeuil | Merge cleanup into first-try | 11.2 KB | ||
help.py | 5255.3.1 | 14 years ago | Parth Malwankar | bzrlib.help.help function was overwriting a topic | 5.6 KB | ||
hooks.py | 5436.2.5 | 14 years ago | Andrew Bennetts | Tweak builtin known_hooks registration per poolie' | 11.7 KB | ||
identitymap.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 2.4 KB | ||
ignores.py | 5409.1.21 | 14 years ago | Vincent Ladeuil | Add 'bzr-orphans' to USER_DEFAULTS in bzrlib/ignor | 6.8 KB | ||
index.py | 4708.2.3 | 14 years ago | Martin | Merge bzr.dev to unite with similar changes alread | 77.9 KB | ||
info.py | 5121.2.5 | 14 years ago | Jelmer Vernooij | merge bzr.dev | 17 KB | ||
inspect_for_copy.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 2.5 KB | ||
inter.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 4.4 KB | ||
intset.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 5.2 KB | ||
inventory.py | 5609.27.1 | 13 years ago | John Arbash Meinel | Backport the fix for bug #737234 to the 2.3 series | 93.5 KB | ||
inventory_delta.py | 4476.3.78 | 15 years ago | Andrew Bennetts | Raise InventoryDeltaErrors, not generic BzrErrors, | 14.7 KB | ||
iterablefile.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 7.7 KB | ||
knit.py | 5609.18.1 | 13 years ago | Martin Pool | merge up bzr 2.2 | 151 KB | ||
lazy_import.py | 5387.2.7 | 14 years ago | John Arbash Meinel | Merge bzr.dev 5444 to resolve some small text conf | 15.8 KB | ||
lazy_regex.py | 5326.2.1 | 14 years ago | Parth Malwankar | added InvalidPattern error. This is raised by lazy | 4 KB | ||
library_state.py | 5320.2.5 | 14 years ago | Robert Collins | Make bzrlib startup use a trace context manager. | 3.8 KB | ||
lock.py | 5200.3.6 | 14 years ago | Robert Collins | Make all lock methods return Result objects, rathe | 19.1 KB | ||
lockable_files.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 11.5 KB | ||
lockdir.py | 5599.2.1 | 13 years ago | John Arbash Meinel | Fix breaking corrupt lock files on Windows. We we | 27.7 KB | ||
log.py | 5346.4.2 | 14 years ago | Martin Pool | Move internal_tree_files and safe_relpath_files on | 82.3 KB | ||
lru_cache.py | 5346.1.4 | 14 years ago | Vincent Ladeuil | Delete the after_cleanup_size parameter from the L | 14.6 KB | ||
lsprof.py | 5432.2.1 | 14 years ago | John C Barstow | Provide missing docstrings for bzrlib.lsprof | 11.2 KB | ||
mail_client.py | 5177.1.1 | 14 years ago | Vincent Ladeuil | Manually assign docstrings to command objects, so | 24.5 KB | ||
memorytree.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 10.8 KB | ||
merge.py | 5540.1.7 | 13 years ago | Gary van der Merwe | Add mutter for when we cant find a unique lca, and | 103 KB | ||
merge3.py | 4597.9.11 | 14 years ago | Vincent Ladeuil | Merge bzr.dev into cleanup | 16.9 KB | ||
merge_directive.py | 5086.3.3 | 14 years ago | Jelmer Vernooij | Allow merge directives to output multiple patch fi | 26.5 KB | ||
missing.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 8.6 KB | ||
msgeditor.py | 5537.1.1 | 13 years ago | Vincent Ladeuil | Create commit message files in TMPDIR instead of t | 12 KB | ||
multiparent.py | 5590.1.3 | 13 years ago | John Arbash Meinel | don't import pdb in live code. | 24.6 KB | ||
mutabletree.py | 5557.1.7 | 13 years ago | John Arbash Meinel | Merge in the bzr.dev 5582 | 30.9 KB | ||
option.py | 5250.1.1 | 14 years ago | Parth Malwankar | -0/--null should be a global option and not standa | 21.9 KB | ||
osutils.py | 5599.3.1 | 13 years ago | John Arbash Meinel | Consider WSAECONNABORTED to be an end-of-stream as | 77.8 KB | ||
pack.py | 5089.1.1 | 14 years ago | Martin Pool | Fix typo in ReadVFile.readline (thanks mnordhoff) | 18.4 KB | ||
patch.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 3.3 KB | ||
patches.py | 5016.3.4 | 14 years ago | Martin Pool | merge news | 16.2 KB | ||
patiencediff.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 5.7 KB | ||
plugin.py | 5286.1.1 | 14 years ago | Vincent Ladeuil | BZR_PLUGINS_AT should import packages properly to | 21.5 KB | ||
progress.py | 5422.1.2 | 14 years ago | Martin Pool | Delete deprecated _BaseProgressBar | 8 KB | ||
push.py | 5448.6.2 | 14 years ago | Matthew Gordon | Tested push --no-tree ang gor it working right. | 7.3 KB | ||
python-compat.h | 5365.5.28 | 14 years ago | John Arbash Meinel | Lots of compatibility changes for python2.4 and mi | 2.7 KB | ||
pyutils.py | 5501.1.1 | 14 years ago | Vincent Ladeuil | Unbreak pqm by commenting out the bogus use of doc | 3.6 KB | ||
readdir.h | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 902 bytes | ||
reconcile.py | 5552.1.3 | 13 years ago | Vincent Ladeuil | Merge 2.2 into 2.3 including fixes for bug #583667 | 22.6 KB | ||
reconfigure.py | 5158.6.10 | 14 years ago | Martin Pool | Update more code to use user_transport when it sho | 15.4 KB | ||
recordcounter.py | 5289.1.1 | 14 years ago | Parth Malwankar | reduced STEP in recordcounter to allow more freque | 3.5 KB | ||
registry.py | 5452.4.3 | 13 years ago | John Arbash Meinel | Merge bzr.dev to resolve bzr-2.3.txt (aka NEWS) | 9.8 KB | ||
remote.py | 5609.21.1 | 13 years ago | Andrew Bennetts | Possible fix for #726584, plus drive-by docstring | 122 KB | ||
rename_map.py | 3193.8.33 | 15 years ago | Aaron Bentley | Add output, emit minimal inventory delta. | 10 KB | ||
repository.py | 5582.9.2 | 13 years ago | Jelmer Vernooij | merge bzr.dev. | 198 KB | ||
revision.py | 5346.1.1 | 14 years ago | Vincent Ladeuil | Delete Revision.get_apparent_author. | 7.9 KB | ||
revisionspec.py | 5365.6.6 | 14 years ago | Aaron Bentley | Implement 'annotate' revision-id. | 35.5 KB | ||
revisiontree.py | 5050.57.1 | 13 years ago | Aaron Bentley | Make is_executable treat symlinks and directories | 11.2 KB | ||
rio.py | 4574.3.8 | 15 years ago | Martin Pool | Only mutter extension load errors when they occur, | 12.1 KB | ||
rules.py | 5452.4.3 | 13 years ago | John Arbash Meinel | Merge bzr.dev to resolve bzr-2.3.txt (aka NEWS) | 4.8 KB | ||
send.py | 5171.2.2 | 14 years ago | Vincent Ladeuil | Explain that the uncommitted changes are not proce | 7.6 KB | ||
serializer.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 4.3 KB | ||
shelf.py | 5387.2.7 | 14 years ago | John Arbash Meinel | Merge bzr.dev 5444 to resolve some small text conf | 16.7 KB | ||
shelf_ui.py | 5521.1.1 | 14 years ago | Vincent Ladeuil | Handle --directory when paths are also provided to | 19.7 KB | ||
shellcomplete.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 2.6 KB | ||
sign_my_commits.py | 5177.1.1 | 14 years ago | Vincent Ladeuil | Manually assign docstrings to command objects, so | 3.1 KB | ||
smtp_connection.py | 4304.2.1 | 15 years ago | Vincent Ladeuil | Fix bug #367726 by reverting some default user han | 6.5 KB | ||
static_tuple.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 1.9 KB | ||
status.py | 5609.11.2 | 13 years ago | Alexander Belchenko | correct singular form, thanks John | 18.9 KB | ||
strace.py | 5387.2.7 | 14 years ago | John Arbash Meinel | Merge bzr.dev 5444 to resolve some small text conf | 3.6 KB | ||
switch.py | 5218 | 14 years ago | Canonical.com Patch Queue Manager | (vila, for jelmer) Pass the colocated branch name | 6 KB | ||
symbol_versioning.py | 5393.2.1 | 14 years ago | Vincent Ladeuil | Fix bug #625686 by removing the warning filter add | 13.5 KB | ||
tag.py | 5609.25.3 | 13 years ago | Andrew Bennetts | Alternative fix: cache the result of get_master_br | 12.6 KB | ||
testament.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 8.4 KB | ||
textfile.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 1.7 KB | ||
textinv.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 2.5 KB | ||
textmerge.py | 5273.1.5 | 14 years ago | Vincent Ladeuil | Merge bzr.dev into cleanup | 5.3 KB | ||
timestamp.py | 5557.1.7 | 13 years ago | John Arbash Meinel | Merge in the bzr.dev 5582 | 5.2 KB | ||
trace.py | 5582.4.4 | 13 years ago | Jelmer Vernooij | More lazy loading (of urlutils and ui). | 20.2 KB | ||
transactions.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 6.5 KB | ||
transform.py | 5608 | 13 years ago | Canonical.com Patch Queue Manager | (jelmer) Avoid hardcoded list of repository format | 125 KB | ||
tree.py | 5390.3.3 | 14 years ago | Andrew Bennetts | Use has_id rather than __contains__; expand NEWS e | 63 KB | ||
treebuilder.py | 5297.3.1 | 14 years ago | Vincent Ladeuil | Fix typo. | 2.6 KB | ||
tsort.py | 4634.11.1 | 15 years ago | John Arbash Meinel | Fix bug #419241. If a graph had a mainline ghost w | 31.5 KB | ||
tuned_gzip.py | 5590.1.2 | 13 years ago | John Arbash Meinel | Change tuned_gzip.GzipFile to be deprecated | 15.9 KB | ||
uncommit.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 4.4 KB | ||
upgrade.py | 5557.1.15 | 13 years ago | John Arbash Meinel | Merge bzr.dev 5597 to resolve NEWS, aka bzr-2.3.tx | 11.5 KB | ||
urlutils.py | 5510.2.3 | 14 years ago | Jared Bunting | Changed _win32_local_path_from_url to not allow "f | 26.6 KB | ||
version.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 4.1 KB | ||
versionedfile.py | 5609.18.1 | 13 years ago | Martin Pool | merge up bzr 2.2 | 74.5 KB | ||
views.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 9.2 KB | ||
weave.py | 5195.3.32 | 14 years ago | Parth Malwankar | merged in changes from trunk | 38.2 KB | ||
weavefile.py | 5247.1.4 | 14 years ago | Vincent Ladeuil | Merge cleanup into first-try | 5.2 KB | ||
win32utils.py | 5274.4.12 | 14 years ago | Martin | Change interface of _command_line_to_argv so old t | 20.4 KB | ||
workingtree.py | 5582.9.4 | 13 years ago | Jelmer Vernooij | Remove hack for loading version 2 working trees fr | 122 KB | ||
workingtree_4.py | 5552.1.3 | 13 years ago | Vincent Ladeuil | Merge 2.2 into 2.3 including fixes for bug #583667 | 88.8 KB | ||
xml4.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 6.3 KB | ||
xml5.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 4 KB | ||
xml6.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 1.1 KB | ||
xml7.py | 4763.2.4 | 14 years ago | John Arbash Meinel | merge bzr.2.1 in preparation for NEWS entry. | 1.8 KB | ||
xml8.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 21.8 KB | ||
xml_serializer.py | 5430.1.1 | 14 years ago | Andrew Bennetts | Merge lp:bzr/2.2, including fixes for #625574, #63 | 5.3 KB |