February 2006 Archives by thread
Starting: Wed Feb 1 06:37:20 BST 2006
Ending: Tue Feb 28 08:34:49 BST 2006
Messages: 112
- Rev 1527: Improved help text for bzr selftest in
/home/mbp/work/bzr.dev
Martin Pool
- Rev 1528: [merge] land Robert's branch-formats branch in
/home/mbp/work/bzr.dev
Martin Pool
- Rev 1529: [merge] jam-integration in /home/mbp/work/bzr.dev
Martin Pool
- Rev 1456: Merge from jam-integration. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1485: add working tree to the BzrDir facilities. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1486: Merge from integration in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1487: Make a new BzrDir format that uses a versioned branch
format in a branch/ subdirectory. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1488: Start WorkingTree -> .bzr/checkout transition in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1489: Nearly complete .bzr/checkout splitout. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 213: Make the rsync tests independent of cwd. in
/home/robertc/source/baz/plugins/bzrtools/trunk/
Robert Collins
- Rev 1490: Split out repository into .bzr/repository in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1491: Make needs_read_lock and needs_write_lock more visible in
tracebacks in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1492: Provide a revision.get_history(repository) method for
generating a synthetic revision history. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1493: Got the bzrdir api straightened out,
plenty of refactoring to use it pending,
but the api is up and running. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1494: Test the disk layout of format3 working trees. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1495: update BRANCH.TODO in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1429: Merge in bzrdir work to enable checkout improvements. in
/home/robertc/source/baz/checkout/
Robert Collins
- Rev 1430: Give format3 working trees their own last-revision
marker. in /home/robertc/source/baz/checkout/
Robert Collins
- Rev 1431: Create a checkout command. in
/home/robertc/source/baz/checkout/
Robert Collins
- Rev 1432: Implement -r limit for checkout command. in
/home/robertc/source/baz/checkout/
Robert Collins
- Rev 1433: implement out of date working tree checks in commit. in
/home/robertc/source/baz/checkout/
Robert Collins
- Rev 1434: Test that the working tree last revision is indeed set
during commit. in /home/robertc/source/baz/checkout/
Robert Collins
- Rev 1435: Add update command for use with checkouts. in
/home/robertc/source/baz/checkout/
Robert Collins
- Rev 1496: Review feedback from John Meinel. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1497: allow API creation of shared repositories in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1498: find_repository limit cases. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1499: find_repository sufficiently robust. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1500: Creating or opening a branch will use the repository if
the format supports that. in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1501: Cloning of repos preserves shared and make-working-tree
attributes. in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1436: Update per review comments. in
/home/robertc/source/baz/checkout/
Robert Collins
- Rev 1437: Forgot to update the last warn() to reference
WorkingTree.open(). in /home/robertc/source/baz/checkout/
Robert Collins
- Rev 1457: Merge from jam-integration. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1497: Merge from integration. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1502: Move find_repository to bzrdir,
its not quite ideal there but its simpler and until someone chooses
to vary the search by branch type its completely sufficient.
in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1458: Teach bzr selftest to use a progress bar in non verbose
mode. in /home/robertc/source/baz/test-pb/
Robert Collins
- Rev 1458: Merge in bzr-dir phase 2. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1459: * Two new commands 'bzr checkout' and 'bzr update' allow
for CVS/SVN-alike in /home/robertc/source/baz/integration/
Robert Collins
- Rev 1459: Merge integration. in /home/robertc/source/baz/test-pb/
Robert Collins
- Rev 1503: Merge from integration. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1504: Test the use of clone on empty bzrdir with
force_new_repo. in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1505: sprouting into shared repositories in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1506: Finish use of repositories support. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1500: Give info some reasonable output and tests. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1501: Merge repository so I dont trample on myself. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1502: Make format 4/5/6 branches share a single LockableFiles
instance across wt/branch/repository. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1507: Review feedback. in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1508: Typo found by John Meinel. in
/home/robertc/source/baz/repository/
Robert Collins
- Rev 1460: Show test names and status in the progress bar. in
/home/robertc/source/baz/test-pb/
Robert Collins
- Rev 1503: merge repository. in /home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1504: Move is_control_file into WorkingTree.is_control_filename
and test. in /home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1505: split out converter logic into per-format objects. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1506: Start factoring out the upgrade policy logic. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1507: Ensure that bzrdir implementations offer the
can_update_format and needs_format_update api. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1508: Advise users running upgrade on a checkout to also run it
on the branch. in /home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1509: Make upgrade driver unaware of the specific formats in
play. in /home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1510: Implement upgrades to Metaformat trees. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1511: Remove ancestry.weave removal todo. in
/home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1512: Correct buggy test. in /home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1513: Bugfix upgrades to metadir to set the last-revision
correctly. in /home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1514: Review fixups in /home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1515: Review feedback. in /home/robertc/source/baz/bzr-dir/
Robert Collins
- Rev 1460: Merge jam-integration. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1461: Merge in bzr-dir phase 3,
enabling controlled upgrades and shared repositories. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1462: Remove unused patches/ directory. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1509: Allow push/pull and branch between branches in the same
shared repository. in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1463: Merge repository tweaks. in
/home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1464: Start InterRepository with InterRepository.get. in
/home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1465: Allow for optimised InterRepository selection. in
/home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1466: Add a test environment for InterRepository objects,
and remove the fetch corner case tests from test_repository. in
/home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1467: Test that we get the right optimiser back in the
InterRepository tests. in /home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1468: Deprecated fetch.fetch and fetch.greedy_fetch for
branch.fetch,
and move the Repository.fetch internals to InterRepo and
InterWeaveRepo. in /home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1469: Deprecate direct use of fetch.Fetcher. in
/home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1470: Move copy_content_into into InterRepository and
InterWeaveRepo,
and disable the default codepath test as we have optimised paths for
all current combinations. in
/home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1471: Move missing_revision_ids from Repository to
InterRepository,
and eliminate the now unused Repository._compatible_formats method.
in /home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1510: Merge bzr.dev. in /home/robertc/source/baz/repository/
Robert Collins
- Rev 1472: Update NEWS. in /home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1532: Move the SFTP URL change for relative and absolute paths
to the right place in NEWS. in /home/robertc/source/baz/integration/
Robert Collins
- Rev 1473: Merge from bzr.dev. in
/home/robertc/source/baz/inter-repo-api/
Robert Collins
- Rev 1466: Merge in InterRepository api to have it available. in
/home/robertc/source/baz/versioned-file-new-repo-format/
Robert Collins
- Rev 1467: Rearrangment of Repository logic to be less type code
driven, and bugfix InterRepository.missing_revision_ids in
/home/robertc/source/baz/versioned-file-new-repo-format/
Robert Collins
- Rev 1535: Merge in InterRepository API support. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1468: Add a new format for what will become knit,
and the surrounding logic to upgrade repositories within metadirs,
and tests for the same. in
/home/robertc/source/baz/versioned-file-new-repo-format/
Robert Collins
- Rev 1542: Fixup internally generated deprecation warning from
merge_inner. in /home/robertc/source/baz/integration/
Robert Collins
- Rev 1543: Unbreak bzr push sftp://// in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1544: Merge mainline. in /home/robertc/source/baz/integration/
Robert Collins
- Rev 1545: Fix 'bzr pull' on metadir trees. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1469: Review feedback. in
/home/robertc/source/baz/versioned-file-new-repo-format/
Robert Collins
- Rev 1546: Merge in ui for creating and converting to knit branch -
no backend support yet. in /home/robertc/source/baz/integration/
Robert Collins
- Rev 1483: Merge in a variation of the versionedfile api from
versioned-file. in
/home/robertc/source/baz/versioned-file-versioned-file-api/
Robert Collins
- Rev 1547: Add tests for sftp push,
and NonLocalTets for BzrDir.create_branch_convenience,
before fixing the failure of it to work on non-local urls. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1546: Add tests for sftp push,
and NonLocalTets for BzrDir.create_branch_convenience,
before fixing the failure of it to work on non-local urls. in
/home/robertc/source/baz/integration/
Robert Collins
- Rev 1547: Import bzrtools' 'fix' command as 'bzr reconcile.' in
/home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1548: Optimise reconcilation to only hit each revision once. in
/home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1549: Somewhat optimised version of reconciler. in
/home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1550: Remove unused import in fileid_involved tests. in
/home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1551: Update fast topological_sort to be a function and to have
the topo_sort tests run against it. in
/home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1414: Merge in bzr.dev. in /home/robertc/source/baz/launchpad/
Robert Collins
- Rev 207: Merge from trunl. in
/home/robertc/source/baz/plugins/bzrtools/launchpad/
Robert Collins
- Rev 1552: Replace the slow topo_sort routine with a much faster one
for non trivial datasets. in /home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1553: Only reconcile if doing so will perform gc or correct
ancestry. in /home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1554: Do not throttle updates to progress bars that change the
message. in /home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1555: UI tweaks to reconcile - show progress for inventory
backup. in /home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1556: Make reconcile work with shared repositories. in
/home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1557: Add a FIXME for weave.add and remove some extraneous
whitespace. in /home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1558: Check for incorrect revision parentage in the weave
during revision access. in /home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1559: Enforce repository consistency during 'fetch' operations.
in /home/robertc/source/baz/otavio-fixes/
Robert Collins
- Rev 1564: Bugfix aliases to be backwards compatible with plugins
providing command.run_argv. in /home/robertc/source/baz/integration/
Robert Collins
- Rev 1484: merge from bzr.dev in
/home/robertc/source/baz/versioned-file-versioned-file-api/
Robert Collins
- Rev 1485: Change the return signature of transport.append and
append_multi to return the length of the pre-append content. in
/home/robertc/source/baz/versioned-file-versioned-file-api/
Robert Collins
- Rev 1486: First cut at including the knit implementation of
versioned_file. in
/home/robertc/source/baz/versioned-file-versioned-file-api/
Robert Collins
- Rev 1487: Remove unused transaction references from knit.py and the
versionedfile interface. in
/home/robertc/source/baz/versioned-file-versioned-file-api/
Robert Collins
Last message date:
Tue Feb 28 08:34:49 BST 2006
Archived on: Tue Feb 28 10:43:50 BST 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).