~bzr-pqm/bzr/bzr.dev

  • Committer: Martin Pool
  • Date: 2007-10-03 05:25:50 UTC
  • mfrom: (2814.6.5 0.91)
  • Revision ID: mbp@sourcefrog.net-20071003052550-lqew94cmeb1oqfpp
Preparing to merge 0.91 back into trunk
Filename Latest Rev Last Changed Committer Comment Size
..
benchmarks 1707.2.2 18 years ago Robert Collins Start on bench_add, an add benchtest. Diff
bundle 1185.82.130 18 years ago Aaron Bentley Rename changesets to revision bundles Diff
doc 1530.2.1 18 years ago Robert Collins Start tests for api usage. Diff
export 1185.31.12 18 years ago John Arbash Meinel Refactored the export code to make it easier to ad Diff
plugins 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
repofmt 2241.1.1 17 years ago Martin Pool Change RepositoryFormat to use a Registry rather t Diff
smart 2018.5.139 17 years ago Andrew Bennetts Merge from bzr.dev, resolving conflicts. Diff
store 1185.11.1 19 years ago John Arbash Meinel (broken) Transport work is merged in. Tests do not Diff
tests 1185.31.25 18 years ago John Arbash Meinel Renamed all of the tests from selftest/foo.py to t Diff
transport 1185.11.1 19 years ago John Arbash Meinel (broken) Transport work is merged in. Tests do not Diff
ui 1185.49.21 18 years ago John Arbash Meinel Refactored bzrlib/ui.py into a module with the pos Diff
util 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
version_info_formats 2022.1.1 18 years ago John Arbash Meinel [merge] version-info plugin, and cleanup for layou Diff
__init__.py 2878.1.1 16 years ago Martin Pool Preparing to merge 0.91 back into trunk 1.8 KB Diff Download File
_dirstate_helpers_c.h 2668.1.1 17 years ago John Arbash Meinel (Lukáš Lalinský) Add a special header for intptr_t 153 bytes Diff Download File
_dirstate_helpers_c.pyx 2668.1.1 17 years ago John Arbash Meinel (Lukáš Lalinský) Add a special header for intptr_t 23.8 KB Diff Download File
_dirstate_helpers_py.py 2474.1.70 17 years ago John Arbash Meinel Lot's of fixes from Martin's comments. Fix signed/ 9.7 KB Diff Download File
_knit_load_data_c.pyx 2484.1.24 17 years ago John Arbash Meinel Add direct tests of how we handle incomplete/'brok 10.3 KB Diff Download File
_knit_load_data_py.py 2484.1.24 17 years ago John Arbash Meinel Add direct tests of how we handle incomplete/'brok 3.6 KB Diff Download File
_patiencediff_c.c 2781.1.1 17 years ago Martin Pool merge cpatiencediff from Lukas 37.4 KB Diff Download File
File _patiencediff_py.py 2781.1.1 17 years ago Martin Pool merge cpatiencediff from Lukas 8.8 KB Diff Download File
add.py 2568.2.4 17 years ago Robert Collins * ``bzrlib.add.smart_add`` and ``bzrlib.add.smart_ 5.1 KB Diff Download File
annotate.py 2831.3.1 17 years ago Ian Clatworthy code cleanups for annotate.py 7.5 KB Diff Download File
api.py 2550.2.3 17 years ago Robert Collins Add require_api API. 2.9 KB Diff Download File
atomicfile.py 2052.3.4 17 years ago John Arbash Meinel [merge] bzr.dev 3.7 KB Diff Download File
branch.py 2810.2.2 17 years ago Martin Pool merge news 80 KB Diff Download File
branchbuilder.py 2466.7.10 17 years ago Robert Collins Add a format parameter to BranchBuilder. 2.4 KB Diff Download File
breakin.py 2453.1.1 17 years ago Alexander Belchenko explicitly check for SIGQUIT in 'signal' stdlib mo 1.4 KB Diff Download File
bugtracker.py 2376.4.42 17 years ago Jonathan Lange Parametrize URLParametrizedIntegerBugTracker even 5.8 KB Diff Download File
builtins.py 2875 16 years ago Canonical.com Patch Queue Manager (Andrew Bennetts) Remove unused imports in builtin 160 KB Diff Download File
bzrdir.py 2830.1.2 17 years ago Ian Clatworthy Incorporate feedback from poolie's review 96.7 KB Diff Download File
cache_utf8.py 2360.1.6 17 years ago John Arbash Meinel Change utf8_decode_with_None to return what we car 4.3 KB Diff Download File
check.py 2743.1.4 17 years ago Robert Collins Fix an off-by-one in check.py that leads to the pr 8.1 KB Diff Download File
cmd_version_info.py 2598.1.1 17 years ago Martin Pool Add test for and documentation of option style, fi 3.1 KB Diff Download File
commands.py 2830.2.7 17 years ago Martin Pool Return exitcode 4 on internal error 28.1 KB Diff Download File
commit.py 2878.1.1 16 years ago Martin Pool Preparing to merge 0.91 back into trunk 33.3 KB Diff Download File
config.py 2790.2.2 17 years ago Keir Mierle Change alphabetic ordering into two categories; on 31.1 KB Diff Download File
conflicts.py 1551.15.58 17 years ago Aaron Bentley Status honours selected paths for conflicts (#1276 15.7 KB Diff Download File
counted_lock.py 2475.4.1 17 years ago Martin Pool Start adding CountedLock class to partially replac 2.7 KB Diff Download File
debug.py 2749.2.1 17 years ago Ian Clatworthy (Ian Clatworthy)(trivial) Add comment to debug.py 1.2 KB Diff Download File
decorators.py 2230.2.6 17 years ago John Arbash Meinel Clean up the documentation and imports for decorat 6.3 KB Diff Download File
delta.py 2696.1.1 17 years ago Martin Pool Remove things deprecated in 0.11 and earlier 15.7 KB Diff Download File
deprecated_graph.py 2625.8.1 17 years ago Robert Collins LIBRARY API BREAKS: * KnitIndex.get_parents now 6 KB Diff Download File
diff.py 2598.6.31 17 years ago ghigo Update to bzr.dev 18.6 KB Diff Download File
dirstate.py 2843.1.1 17 years ago Ian Clatworthy Faster partial commits by walking less data (Rober 105 KB Diff Download File
email_message.py 2639.1.2 17 years ago John Arbash Meinel Some cleanups for the EmailMessage class. Remove s 8 KB Diff Download File
errors.py 2830.2.10 16 years ago Martin Pool merge trunk 62.7 KB Diff Download File
externalcommand.py 2367.2.1 17 years ago Robert Collins Remove bzrlib 0.8 compatability where it was makin 2.1 KB Diff Download File
fetch.py 2776.1.1 17 years ago Robert Collins * The ``add_lines`` methods on ``VersionedFile`` 16.1 KB Diff Download File
generate_ids.py 2568.2.2 17 years ago Robert Collins * New method ``_glob_expand_file_list_if_needed`` 4.3 KB Diff Download File
globbing.py 2318.2.3 17 years ago Kent Gibson merged bzr.dev 7.8 KB Diff Download File
gpg.py 1551.12.52 17 years ago Aaron Bentley speling fix 3.7 KB Diff Download File
graph.py 2850.2.1 17 years ago Robert Collins (robertc) Special case the zero-or-no-heads case f 17.9 KB Diff Download File
hashcache.py 2255.2.149 17 years ago Robert Collins Crufty but existing _iter_changes implementation f 10.5 KB Diff Download File
help.py 2762.1.1 17 years ago Ian Clatworthy (Daniel Watkins) teach bzr help to recognize alias 5.7 KB Diff Download File
help_topics.py 2804.2.1 17 years ago Ian Clatworthy add branches and standalone-trees as help topics 25.1 KB Diff Download File
hooks.py 2553.1.3 17 years ago Robert Collins Increase docs in response to review feedback. 2.3 KB Diff Download File
identitymap.py 2375.1.5 17 years ago Andrew Bennetts Deal with review comments from Robert: * Add my 2.5 KB Diff Download File
ignores.py 2318.2.3 17 years ago Kent Gibson merged bzr.dev 5.1 KB Diff Download File
index.py 2855.1.1 17 years ago Robert Collins (robertc) Trivial repr for CombinedGraphIndex. (Ma 35.2 KB Diff Download File
info.py 2839.2.1 17 years ago Alexander Belchenko using functions from osutils instead of os.path.* 16.1 KB Diff Download File
inspect_for_copy.py 2052.3.4 17 years ago John Arbash Meinel [merge] bzr.dev 2.5 KB Diff Download File
inter.py 2241.1.4 17 years ago Martin Pool Moved old weave-based repository formats into bzrl 4.4 KB Diff Download File
intset.py 1963.2.6 18 years ago Robey Pointer pychecker is on crack; go back to using 'is None'. 5.3 KB Diff Download File
inventory.py 2865.1.3 16 years ago Robert Collins Review feedback. 57.2 KB Diff Download File
iterablefile.py 2052.3.3 17 years ago John Arbash Meinel Add (c) Canonical to files that Aaron has approved 7.7 KB Diff Download File
knit.py 2851.4.3 17 years ago Ian Clatworthy fix up plain-to-annotated knit conversion 93.2 KB Diff Download File
lazy_import.py 2399.1.15 17 years ago John Arbash Meinel [merge] api-doc-builder and remove the pydoctor bu 15 KB Diff Download File
lazy_regex.py 2052.3.4 17 years ago John Arbash Meinel [merge] bzr.dev 3.7 KB Diff Download File
lock.py 2555.3.2 17 years ago Martin Pool rename _base_Lock to _OSLock 16.1 KB Diff Download File
lockable_files.py 2696.1.1 17 years ago Martin Pool Remove things deprecated in 0.11 and earlier 13.4 KB Diff Download File
lockdir.py 2555.3.21 17 years ago Martin Pool Remove LockDir.wait() 23.4 KB Diff Download File
log.py 2671.5.7 17 years ago Lukáš Lalinsky Rename get_author to get_apparent_author, revert t 30.5 KB Diff Download File
lsprof.py 2805.7.6 17 years ago Ian Clatworthy put back KeyboardInterrupt trapping as needed for 8.7 KB Diff Download File
mail_client.py 2790.2.1 17 years ago Keir Mierle Add Mutt as a supported client email program. Also 11.2 KB Diff Download File
memorytree.py 2743.3.3 17 years ago Ian Clatworthy Skip path lookup for tree.get_file() when we alrea 9.4 KB Diff Download File
merge.py 2796.2.1 17 years ago Aaron Bentley Begin work on reconfigure command 47.5 KB Diff Download File
merge3.py 1551.10.38 17 years ago Aaron Bentley merge3 auto-detects line endings for conflict mark 14.1 KB Diff Download File
merge_directive.py 2520.7.2 17 years ago Aaron Bentley Restore patch verification for CR, CRLF files 20.5 KB Diff Download File
missing.py 2490.2.33 17 years ago Aaron Bentley Disable topological sorting of get_ancestry where 5.2 KB Diff Download File
msgeditor.py 2772.1.1 17 years ago Martin Pool Merge commit --show-diff feature from Goffredo 9.5 KB Diff Download File
multiparent.py 2839.4.1 17 years ago Alexander Belchenko multiparent.py: workaround for windows bug: .tell( 23.6 KB Diff Download File
mutabletree.py 2865.1.3 16 years ago Robert Collins Review feedback. 21.3 KB Diff Download File
option.py 2768.1.15 17 years ago Ian Clatworthy Merge bzr.dev 20.2 KB Diff Download File
osutils.py 2853.1.1 17 years ago Robert Collins * ``bzrlib.transport.Transport.put_file`` now retu 43.2 KB Diff Download File
pack.py 2776.2.1 17 years ago Robert Collins 25 percent time reduction in pack write logic. 12.5 KB Diff Download File
patch.py 1711.7.20 18 years ago John Arbash Meinel always close files, minor PEP8 cleanup 3.3 KB Diff Download File
patches.py 1551.18.9 17 years ago Aaron Bentley Merge from bzr.dev 12.9 KB Diff Download File
File patiencediff.py 2781.1.1 17 years ago Martin Pool merge cpatiencediff from Lukas 5.6 KB Diff Download File
plugin.py 2762.2.2 17 years ago Robert Collins Review feedback. 13.1 KB Diff Download File
progress.py 2599.1.1 17 years ago Martin Pool Don't show dots progress indicatiors in noninterac 17.9 KB Diff Download File
reconcile.py 2857.1.2 16 years ago Robert Collins Review feedback. 14.4 KB Diff Download File
reconfigure.py 2796.2.16 17 years ago Aaron Bentley Documentation updates from review 8.1 KB Diff Download File
registry.py 2241.1.3 17 years ago Martin Pool Remove Registry.itervalues (comment from john) 8.1 KB Diff Download File
remote.py 2878.1.1 16 years ago Martin Pool Preparing to merge 0.91 back into trunk 44.2 KB Diff Download File
repository.py 2850.3.2 17 years ago Robert Collins Review feedback. 93.4 KB Diff Download File
revision.py 2755.1.1 17 years ago Ian Clatworthy (Lukáš Lalinský) Display the author instead of the 16.5 KB Diff Download File
revisionspec.py 2598.5.17 17 years ago Aaron Bentley Remove apparent no-op 25.4 KB Diff Download File
revisiontree.py 2776.1.7 17 years ago Robert Collins * New method on ``bzrlib.tree.Tree`` ``path_conten 7.8 KB Diff Download File
rio.py 1551.12.38 17 years ago Aaron Bentley Add docs for MergeDirective and RIO-patch function 13.2 KB Diff Download File
shellcomplete.py 2279.2.1 17 years ago mbp at sourcefrog (trivial) fix short_name() call in shellcomplete ( 2.5 KB Diff Download File
sign_my_commits.py 2598.1.2 17 years ago Martin Pool Also check that option help ends in a period, and 2.8 KB Diff Download File
smtp_connection.py 2694.2.1 17 years ago Aaron Bentley Make error handling nicer when SMTP server not wor 5.1 KB Diff Download File
status.py 2696.1.1 17 years ago Martin Pool Remove things deprecated in 0.11 and earlier 7.9 KB Diff Download File
strace.py 2566.3.4 17 years ago Vincent Ladeuil Take Martin and Robert comments into account. * b 3.1 KB Diff Download File
symbol_versioning.py 2830.2.10 16 years ago Martin Pool merge trunk 10.8 KB Diff Download File
tag.py 2831.8.1 17 years ago James Westby Fix log against smart server branches that don't s 7.8 KB Diff Download File
testament.py 2294.1.10 17 years ago John Arbash Meinel Switch all apis over to utf8 file ids. All tests p 8.3 KB Diff Download File
textfile.py 2052.3.2 17 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.7 KB Diff Download File
textinv.py 2052.3.6 17 years ago John Arbash Meinel [merge] bzr.dev 2078 2.5 KB Diff Download File
textmerge.py 1711.2.24 18 years ago John Arbash Meinel Late bind to PatienceSequenceMatcher to allow plug 5.2 KB Diff Download File
textui.py 2052.3.2 17 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.2 KB Diff Download File
timestamp.py 2425.6.2 17 years ago Martin Pool Make timestamps use existing format_date; document 5.9 KB Diff Download File
trace.py 2830.2.10 16 years ago Martin Pool merge trunk 12.3 KB Diff Download File
transactions.py 2052.3.2 17 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 6.5 KB Diff Download File
transform.py 2733.2.12 17 years ago Aaron Bentley Updates from review 71.9 KB Diff Download File
tree.py 2862 16 years ago Canonical.com Patch Queue Manager (robertc) Introduce new method Tree.path_content_s 34.2 KB Diff Download File
treebuilder.py 1731.1.50 18 years ago Aaron Bentley Merge bzr.dev 2.7 KB Diff Download File
tsort.py 2490.2.31 17 years ago Aaron Bentley Fix iter_topo_order to permit un-included parents 29.5 KB Diff Download File
tuned_gzip.py 2817.3.1 17 years ago Robert Collins * New helper ``bzrlib.tuned_gzip.bytes_to_gzip`` w 14.4 KB Diff Download File
uncommit.py 2598.5.4 17 years ago Aaron Bentley Restore original Branch.last_revision behavior, fi 3.8 KB Diff Download File
upgrade.py 1910.2.12 18 years ago Aaron Bentley Implement knit repo format 2 3.2 KB Diff Download File
urlutils.py 2512.4.1 17 years ago Ian Clatworthy Fixes #115491 - 'branch lp:projname' now creates . 21.9 KB Diff Download File
version.py 2785.1.6 17 years ago Alexander Belchenko show path to python dll instead of bzr.exe for sta 3.6 KB Diff Download File
versionedfile.py 2851.4.3 17 years ago Ian Clatworthy fix up plain-to-annotated knit conversion 26.9 KB Diff Download File
File weave.py 2825.4.1 17 years ago Robert Collins * ``pull``, ``merge`` and ``push`` will no longer 42.7 KB Diff Download File
weave_commands.py 1551.15.24 17 years ago Aaron Bentley Make list-weave list knits, rename to list-version 3.4 KB Diff Download File
weavefile.py 2024.1.1 18 years ago John Arbash Meinel When a weave file is empty, we should get WeaveFor 5.5 KB Diff Download File
win32utils.py 2681.4.3 17 years ago Alexander Belchenko move import _winreg into function get_app_path to 9.8 KB Diff Download File
workingtree.py 2862 16 years ago Canonical.com Patch Queue Manager (robertc) Introduce new method Tree.path_content_s 112 KB Diff Download File
workingtree_4.py 2862 16 years ago Canonical.com Patch Queue Manager (robertc) Introduce new method Tree.path_content_s 107 KB Diff Download File
xml4.py 2817.2.1 17 years ago Robert Collins * Inventory serialisation no longer double-sha's t 6.3 KB Diff Download File
xml5.py 2817.2.1 17 years ago Robert Collins * Inventory serialisation no longer double-sha's t 17.2 KB Diff Download File
xml6.py 2817.2.1 17 years ago Robert Collins * Inventory serialisation no longer double-sha's t 2.2 KB Diff Download File
xml7.py 2255.2.152 17 years ago Martin Pool (broken) merge aaron's workingtree format changes 1.6 KB Diff Download File
xml_serializer.py 2817.2.1 17 years ago Robert Collins * Inventory serialisation no longer double-sha's t 5.7 KB Diff Download File