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 | 5713.1.1 | 13 years ago | Vincent Ladeuil | Merge 2.3 into trunk including fix for bug #437003 | 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 | 5689.1.1 | 13 years ago | Martin | Use correct format character for unsigned int gc_c | 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 | 5699.4.6 | 13 years ago | Jelmer Vernooij | Merge bzr.dev. | 141 KB | ||
branch_weave.py | 5705.2.6 | 13 years ago | Jelmer Vernooij | Fix case sensitivity. | 4.4 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 | 5670.1.1 | 13 years ago | Jelmer Vernooij | Remove all methods and arguments that were depreca | 2.8 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 | 5676.1.10 | 13 years ago | Jelmer Vernooij | Merge controldir component format branch. | 11.1 KB | ||
builtins.py | 5689.2.2 | 13 years ago | Jelmer Vernooij | Fix the use of "bzr tags" in branches with ghosts | 241 KB | ||
bzrdir.py | 5707 | 13 years ago | Canonical.com Patch Queue Manager | (jelmer) Avoid using weave formats in the blackbox | 135 KB | ||
cache_utf8.py | 4360.5.4 | 15 years ago | Robert J. Tanner | Merge 1.15.1 back to trunk | 4.3 KB | ||
cethread.py | 5652.1.6 | 13 years ago | Vincent Ladeuil | thread is already a python module, avoid confusion | 6.1 KB | ||
check.py | 5670.1.1 | 13 years ago | Jelmer Vernooij | Remove all methods and arguments that were depreca | 18.4 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 | 5671.2.2 | 13 years ago | Jelmer Vernooij | Remove unused serializer class. Avoid unnecessary | 5.9 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 | 5646.1.2 | 13 years ago | Martin Pool | Add brief user documentation of command line split | 5.1 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 | 5535.3.47 | 13 years ago | Andrew Bennetts | Merge fetch-all-tags-309682. | 42 KB | ||
config.py | 5676.1.10 | 13 years ago | Jelmer Vernooij | Merge controldir component format branch. | 78.8 KB | ||
conflicts.py | 5651.1.1 | 13 years ago | Vincent Ladeuil | Merge 2.3 into trunk including fixes for bug #7150 | 29.9 KB | ||
controldir.py | 5699.4.1 | 13 years ago | Jelmer Vernooij | Move get_branch_transport, .get_workingtree_transp | 41.5 KB | ||
counted_lock.py | 4570.3.5 | 15 years ago | Martin Pool | Add CountedLock.get_physical_lock_status | 3.5 KB | ||
crash.py | 5616.7.13 | 13 years ago | Martin Pool | merge news | 9 KB | ||
debug.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 1.5 KB | ||
decorators.py | 5662.1.1 | 13 years ago | Andrew Bennetts | Preserve identity of default values in the pretty | 10.4 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 | 5630.2.6 | 13 years ago | John Arbash Meinel | Implement a reset-to-known-state ability for DirSt | 192 KB | ||
email_message.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 8 KB | ||
errors.py | 5676.1.10 | 13 years ago | Jelmer Vernooij | Merge controldir component format branch. | 84.5 KB | ||
externalcommand.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 2 KB | ||
fetch.py | 5672.1.3 | 13 years ago | Andrew Bennetts | Rename a variable, update a docstring. | 17.2 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 | 5670.1.1 | 13 years ago | Jelmer Vernooij | Remove all methods and arguments that were depreca | 81 KB | ||
groupcompress.py | 5652.2.4 | 13 years ago | Martin Pool | Rename to _immediate_fallback_vfs | 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 | 5622.2.9 | 13 years ago | Jelmer Vernooij | Merge pt1 hooks branch. | 15.2 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 | 5410.1.1 | 14 years ago | Daniel Knittl-Frank | Do not descend directories in CommonInventory.ent | 90.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 | 5671.1.2 | 13 years ago | Jelmer Vernooij | Lazy load gzip (we don't use it when doing 2a), re | 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 | 5699.2.1 | 13 years ago | Jelmer Vernooij | Move is_control_filename() from Tree to MutableTre | 10.9 KB | ||
merge.py | 5535.3.47 | 13 years ago | Andrew Bennetts | Merge fetch-all-tags-309682. | 104 KB | ||
merge3.py | 4597.9.11 | 14 years ago | Vincent Ladeuil | Merge bzr.dev into cleanup | 16.9 KB | ||
merge_directive.py | 5671.1.1 | 13 years ago | Jelmer Vernooij | Lazy import in bzrlib.merge_directive. | 26.6 KB | ||
mergetools.py | 5321.1.119 | 13 years ago | Gordon Tyler | Replace usage of format function from python 2.6 w | 4 KB | ||
missing.py | 5121.2.4 | 14 years ago | Jelmer Vernooij | Remove more unused imports. | 8.6 KB | ||
msgeditor.py | 5646.1.1 | 13 years ago | Martin Pool | Use cmdline.split on BZR_EDITOR so that you can pa | 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 | 5699.2.1 | 13 years ago | Jelmer Vernooij | Move is_control_filename() from Tree to MutableTre | 31.4 KB | ||
option.py | 5574.9.3 | 13 years ago | Jelmer Vernooij | Add -F as alias for 'bzr diff -F format' | 21.9 KB | ||
osutils.py | 5676.1.5 | 13 years ago | Jelmer Vernooij | Merge control component format registry | 78.9 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 | 5616.7.11 | 13 years ago | Martin Pool | Additional tests and fixes for refactored describe | 23.1 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 | 5582.9.14 | 13 years ago | Jelmer Vernooij | Remove unused import. | 22.4 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 | 5675.2.7 | 13 years ago | Jelmer Vernooij | Merge bzr.dev. | 10.8 KB | ||
remote.py | 5684.2.6 | 13 years ago | Jelmer Vernooij | Implement .supports_funky_characters and .supports | 126 KB | ||
rename_map.py | 3193.8.33 | 15 years ago | Aaron Bentley | Add output, emit minimal inventory delta. | 10 KB | ||
repository.py | 5684.2.2 | 13 years ago | Jelmer Vernooij | merge bzr.dev | 197 KB | ||
revision.py | 5346.1.1 | 14 years ago | Vincent Ladeuil | Delete Revision.get_apparent_author. | 7.9 KB | ||
revisionspec.py | 5685.1.2 | 13 years ago | Jelmer Vernooij | Merge bzr.dev. | 36.1 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 | 5557.1.15 | 13 years ago | John Arbash Meinel | Merge bzr.dev 5597 to resolve NEWS, aka bzr-2.3.tx | 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 | 5677.2.10 | 13 years ago | Martin | Omit '__main__' from exception names as well now t | 20.7 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 | 5699.2.1 | 13 years ago | Jelmer Vernooij | Move is_control_filename() from Tree to MutableTre | 62.2 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 | 5652.2.4 | 13 years ago | Martin Pool | Rename to _immediate_fallback_vfs | 74.6 KB | ||
views.py | 4183.7.1 | 15 years ago | Sabin Iacob | update FSF mailing address | 9.2 KB | ||
weave.py | 5582.9.20 | 13 years ago | Jelmer Vernooij | remove some of the weave changes. | 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 | 5699.2.1 | 13 years ago | Jelmer Vernooij | Move is_control_filename() from Tree to MutableTre | 120 KB | ||
workingtree_2.py | 5697.1.1 | 13 years ago | Jelmer Vernooij | Move WorkingTreeFormat2 to a separate file. | 7.9 KB | ||
workingtree_4.py | 5661.1.1 | 13 years ago | Jelmer Vernooij | Add 'WorkingTreeFormat.missing_parent_conflicts' f | 89.6 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 | 5671.2.3 | 13 years ago | Jelmer Vernooij | Move Repository._find_text_key_references_from_xml | 26.3 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 |