March 2007 Archives by date
Starting: Thu Mar 1 00:48:55 GMT 2007
Ending: Sat Mar 31 02:11:24 BST 2007
Messages: 556
- Rev 2442: All trees should implement get_file_mtime() in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2444: show_diff_trees() should lock any extra trees it is passed. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 3: Update to handle 0.15 change in repository format python paths. in file:///home/robertc/source/baz/plugins/sha1repo/trunk/
Robert Collins
- Rev 2447: WorkingTree.unversion() should not raise if unversioning a child and a parent. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2148: All branch_implementations/test_locking tests passing. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2450: Lock the working tree while pulling to work around _iter_changes not supplying the old path, and dirstate not allowing unlocked inventory access. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2451: Handle the source and target paths both being relocated from another path in the tree - this is possible with a pending merge. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2306: fix pull --overwrite, especially with bundles in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2452: Fix WorkingTree4.move to return the moved paths, and update the tree implementation tests for move to check them. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2307: Fix #85305 by issuing an exception instead of a traceback. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2416: merge some of dirstate, update comparison tests to keep tree roots the same unless they're meant to differ in file:///home/mbp/bzr/Work/dirstate-plus-subtree/
Martin Pool
- Rev 2417: compare_subtrees skips formats that can't do subtrees in file:///home/mbp/bzr/Work/dirstate-plus-subtree/
Martin Pool
- Rev 2453: Improve applyDeprecated warning message. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2454: Deprecated and make work with DirState trees 'transform.find_interesting'. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2455: Lock trees passed in to build_tree. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2456: Remove unguarded call to find_interesting in test_find_interesting - its tested by the actual code that does the work. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2303: Add docs for Results, give some members cleaner names in file:///home/mbp/bzr/Work/resultobj/
Martin Pool
- Rev 2457: Lock build_tree trees in write-first order, to support older formats that dont do lock_tree_write nicely. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2266: merge trunk in file:///home/mbp/bzr/Work/tags/
Martin Pool
- Rev 2458: Lock trees in Merge3Merger correctly. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2267: Empty BRANCH.TODO; things to do in the future are moved into launchpad bugs in file:///home/mbp/bzr/Work/tags/
Martin Pool
- Rev 2459: Make the dirstate API changes be prominently documented for upgraders. in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2460: in test_inv, stop abusing the inventory interface to get tree alterations to occur. in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2461: Whitespace fix. in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2462: Document behaviour of tree.path2id("path/"). in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2463: Fix test_smart_add tests for dirstate - mainly inventory outside locks issues. in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2464: Fix a blackbox test to not use inventory to determine tree size. in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2465: Remove a break-lock test that was duplicating lower level testing without adding value. in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2419: Change the default format for some tests from AB1 back to WorkingTreeFormat3 in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2149: Merge from bzr.dev. Breaks a few tests because there are new methods not yet implemented. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2467: Remove exploratory cruft. in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2420: Add AB1 test that new trees get unique root ids in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2468: Update the Tree.filter_unversioned_files docstring to reflect what the existing implementations actually do, and change the WorkingTree4 implementation to match a newly created test for it. in file:///home/robertc/source/baz/dirstate/
Robert Collins
- Rev 2268: merge up tags and resultobject in http://sourcefrog.net/bzr/tags
Martin Pool
- Rev 2469: Fix cmd_renames to lock around inventory access. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2308: (bialix) win32: suppress IOError with errno=22 (Invalid argument) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2470: Disabled test_repository.test_create_basis_inventory, a test that tests tree behaviour in the wrong place - its future is being discussed. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2269: merge trunk in http://sourcefrog.net/bzr/tags
Martin Pool
- Rev 2471: Split test_root_revision_entry into tree and repository portions. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2309: (mbp) tags in branch in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2472: MutableTree.add only needs a tree write lock. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2421: (broken) Add Tree.get_root_id() & test in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2473: Fix test_inv - make setting WorkingTree4._dirty use a helper to reduce code duplication, and reset the inventory when we dont manually update it, if it exists. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2474: Add a test for setting the root id in a dirstate with parent trees in http://sourcefrog.net/bzr/dirstate-robert
Martin Pool
- Rev 2475: Fix all blackbox add tests, and the add --from-ids case in the UI. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2476: Workaround WorkingTree4 not having a native remove() in test_cat. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2422: Change WorkingTree4.initialize to only get a random root id if not based on a revisiontree in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2477: Fix blackbox test_mv usage of inventory, and the errors raised by workingtree4.move - though that should be made into a workingtree conformance test. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2478: Update cmd_deleted to lock around inventory access. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2479: Fix info for the new default format - these tests really need refactoring. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2423: merge robert, debugging in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2480: Test adding of roots to trees, it was broken on WorkingTree4. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2481: WorkingTree._add only needs to lock the tree - avoids lock reentry error in http://sourcefrog.net/bzr/dirstate-robert
Martin Pool
- Rev 2482: Fix _get_entry, which got broken at some point, this fixes tests now, so it should not be breakable in future. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2483: Make test_iter_reverse_revision_history flush the working tree after commit before merging, as merge still does _write_inventory. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2484: Add DirState._validate and call from the tests in http://sourcefrog.net/bzr/dirstate-robert
Martin Pool
- Rev 2485: Some BRANCH.TODO updates. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2424: (broken) merge dirstate branch in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2486: Don't decode the path entry until we've actually decided to return the tuple. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2487: Be optimistic about .bzr/branch/revision-history already being in utf8. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2488: Fix a small typo that causes _iter_changes to break. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2489: Update some obvious copyright headers to include 2007. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2490: Update WorkingTree4 so that it doesn't use a HashCache, in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 2491: Update to dirstate locking. in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 2490: [merge] WorkingTree4 no longer uses the HashCache. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2492: (broken) Change get_sha1_for_entry into update_entry in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 2493: do not update_entry from disk if it is supposed to be absent or renamed in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 15: Remove trailing whitespace in http://bazaar.launchpad.net/%7Ebzr/bzr-vimdiff/vimdiff
John Arbash Meinel
- Rev 16: Lock trees at the appropriate time in http://bazaar.launchpad.net/%7Ebzr/bzr-vimdiff/vimdiff
John Arbash Meinel
- Rev 2491: Teach _iter_changes to gather unversioned path details upon request. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2494: Fix a small bug when we have a symlink that does not need to be re-read. in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 2495: Save approx 30-60ms (5-10%) on a LP tree by not calling time.time() for every entry. in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 2496: Some updates to how we handle the executable bit. In preparation for supporting Win32 in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 2497: Fix another tests that was assuming dirstate was identical in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 2498: one more test that needs to ignore dirstate in http://bzr.arbash-meinel.com/branches/bzr/experimental/dirstate-nohc
John Arbash Meinel
- Rev 2492: Fix tests broken by dirstate caching sha1 and stat values. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2493: Dont walk unversioned directories in _iter_changes. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2494: Enable InterTree._iter_changes symlink tests. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2495: Revert back to base64.encodestring() It seems codes.encoder() is actually a wrapper around encodestring() not the other way around. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
- Rev 2496: Add unversioned path reporting to TreeDelta. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2497: Move unknown detection in long status into the delta creation, saving a tree-scan. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2425: merge dirstate in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2426: Fix up blackbox test_add to avoid depending on inventory not being held in memory in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2427: Recognize 't' (tree-reference) minikind in DirState._get_entry in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2428: Set default wt to 4, as in dirstate branch in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2429: remove AB1 WorkingTree and experimental-knit3 in http://sourcefrog.net/bzr/dirstate-plus-subtree
Martin Pool
- Rev 2306: Use a set for specific ids for Inventory.iter_entries_by_dir in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2310: [merge] iter_entries_by_dir fix in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2311: Change iter_entries_by_dir to avoid extra file id safety checks. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2312: (broken) change safe_*_id to emit a warning. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2313: Change what warnings are raised, and add tests that they are used. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2314: Change bundle_data to use the sanitizing form of safe_*_id in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2315: Update the 'escaped store' tests to use both unicode and utf8 file ids. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2316: Update VersionedFile tests to ensure that they can take Unicode, in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2317: TextStores don't require Unicode file_ids anymore. test_a passes in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2318: WorkingTree.merged_modified() needs to switch back to utf8 file ids. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2319: (fixed) Fix the last few tests that were explicitly passing around unicode ids in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2320: Change Branch5._gen_revision_history() to be a bit faster about reading all revisions. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/unicode_id_warnings
John Arbash Meinel
- Rev 2310: (John Arbash Meinel) fix a regression in Inventory.iter_entries_by_dir in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2311: Documentation cleanup (Brad Crittenden) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2312: (James Westby) Allow 'bzr cat' to be used against treeless repositories. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2312: (James Westby) Allow 'bzr cat' to be used against treeless repositories. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2312: Push and PullResult allow comparison to ints for compatibility (from jamesw) in file:///home/mbp/bzr/Work/resultobject/
Martin Pool
- Rev 2499: fix missing import in file:///home/mbp/bzr/Work/dirstate/
Martin Pool
- Rev 2430: fix missing import in file:///home/mbp/bzr/Work/dirstate-plus-subtree/
Martin Pool
- Rev 2500: Add more dirstate root-id-changing tests in file:///home/mbp/bzr/Work/dirstate/
Martin Pool
- Rev 427: Handle unicode revids. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 429: Merge fixes from 0.3 branch. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 2313: (mbp, trivial) Avoid false failure of test_dash_derror in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 430: Merge 0.15 fixes. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 2501: Add convenience utf8 decode routine for handling strings that might be None in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2502: Change _iter_changes interface to yield both old and new paths. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2503: Teach delta.report_changes about unversioned files, removing all inventory access during status --short. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2501: cherrypick support for tree-references in dirstate in file:///home/mbp/bzr/Work/dirstate/
Martin Pool
- Rev 2502: merge dirstate in file:///home/mbp/bzr/Work/dirstate/
Martin Pool
- Rev 2504: Merge bzr.dev. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2503: Tree.id2path should raise NoSuchId, not return None. in file:///home/mbp/bzr/Work/dirstate/
Martin Pool
- Rev 2434: enhanced set_path_id_with_parents test in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2504: merge dirstate (and trunk) in file:///home/mbp/bzr/Work/dirstate/
Martin Pool
- Rev 2435: merge dirstate in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2436: test_nested_merge must hold lock while looking at inventory in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2437: merge dirstate and trunk in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2438: add missing _must_be_locked and a better message in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2150: Fix some test failures caused by the switch from unicode to UTF-8-encoded strs for revision IDs. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2151: Merge in supports-rich-root, another test passing. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2439: Fixes for some comparison tests; repr of DirStateRevisionTree in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2440: assertEqual uses pformat to show results in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2441: Fix up root id for some more comparison tests in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2442: set common root ids in more tests in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2443: Set common root id in comparison tests in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2152: Revert change to fetch.py that broke test_upgrade_preserves_signatures for non-Remote repositories. Still hangs for Remote repos too :( in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2444: Add and fix up basic comparison of subtrees. in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2445: assertEqual can take an option message in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2446: additional fix for subtree comparison in file:///home/mbp/bzr/Work/subtree/
Martin Pool
- Rev 2153: Skip BoundSFTPTests when a workingtree can't be created at a non-local URL. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2154: Make make_branch_and_tree fall back to creating a local checkout if the transport doesn't support working trees, allowing several more Remote tests to pass. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2155: Clarify make_branch_and_tree docstring a little. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2156: Fix thinko in _get_checkout_format; checkouts for RemoteBranches should be in the default bzrdir/repo format, of course. Thanks Robert. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2447: Implement upgrade for working trees. in file:///home/robertc/source/baz/dirstate.dogfood/
Robert Collins
- Rev 2314: (Johan Dahlberg) patch processor tracks current line to avoid problems with '--' lines in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2315: (Vincent Ladeuil) invalid proxy vars should not cause a traceback (bug #87765) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2316: resolve auto-resolves text conflicts by default in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2317: (bialix, r=andrew) win32-specific fixes for selftest (blackbox) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2448: Implement upgrade for working trees. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2449: [BROKEN] Many updates to stop using experimental formats in tests. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2318: (bialix, r=john) little fix for manpage generator (handling absent in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2450: Fix set_reference_revision on dirstate format trees. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2451: Fix test_upgrade defects related to non local or absent working trees. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2452: Get all working_4 tests passing. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2453: All test_join tests passing. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2454: Fix definition of knit format; typos are not good. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2456: Test_info needed updating after freezing the meaning of 'knit' format dirs. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2459: Fix info and status again. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2460: factor out WorkingTree4._directory_is_tree_reference in file:///home/mbp/bzr/subtree/
Martin Pool
- Rev 2461: Remove duplicate test_unique_root_id_per_tree in file:///home/mbp/bzr/subtree/
Martin Pool
- Rev 2462: Reinstate format change for test_workingtree_4 in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2463: Remove more references to 'experimental' formats. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2462: Add BzrDir.retire_bzrdir and partly fix subsume in file:///home/mbp/bzr/subtree/
Martin Pool
- Rev 2464: Remove circular imports in bzrdir format definitions. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2465: Fix test_join with dirstate default. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2157: Fix test_upgrade_preserves_signatures; it incorrectly assumed that upgrade(wt, ...) would necessarily affect the repository. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2466: Remove knit2 repository format- it has never been supported. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2467: Fix upgrade bug exposed via repository tests, dont replace dirstate format trees during upgrade. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2158: Merge tidy-up to BzrDir.cloning_metadir. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2468: Merge Martin. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2159: Small bugfix to urlutils.join: join('anything', 'http://bar/a/') should not strip the trailing slash. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2469: Get _iter_changes on dirstate passing the subtree tests. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2470: Hook directory-tree-reference detection into dirstate _iter_changes. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2471: simplify merge_nested tests. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 1: Add a file in subtree in file:///home/mbp/bzr/dirstate/a/b/
Martin Pool
- Rev 2473: Make the nested tree commit smoke test be more rigourous. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2475: Fix failing detection of changes restricted to subtrees causing spurious pointless commit errors. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2476: Remove unused function. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2160: Fix another bug in urlutils.join. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2319: (bialix) update comment about stderr (trivial) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2481: Get merge_nested finally working: change nested tree iterators to take file_ids, and ensure the right branch is connected to in the merge logic. May not be suitable for shared repositories yet. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2482: Make all test_commit tests pass. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2483: Make all test_add_reference tests pass again. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2484: Fix remaining test failures. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2161: Various small changes in aid of making tests pass (including deleting one invalid test). in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 160: Merge trunk in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 2485: Update tree format signatures to mention introducing bzr version. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2320: (Kent Gibson) Normalize ignore patterns to avoid problems with path seperators. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2321: (John Arbash Meinel) Change safe_*_id to issue a deprecation warning, and clean up places that were still generating unicode ids. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2486: Add test showing reverts UI working as Aaron intended it to. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2487: Make WorkingTree4 report support for references based on the repositories capabilities. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2489: Merge bzr.dev. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2492: Update NEWS and clean out BRANCH.TODO. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2322: (robertc) Merge dirstate and subtrees. (Robert Collins, Martin Pool, Aaaron Bentley, John A Meinel, James Westby) in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2493: Fix annotate_iter to lock the basis tree appropriately. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2322: (robertc) Merge dirstate and subtrees. (Robert Collins, Martin Pool, Aaaron Bentley, John A Meinel, James Westby) in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2494: Change from adler to crc checksums, as adler32 in python is not stable from 32 to 64 bit systems. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2322: (robertc) Merge dirstate and subtrees. (Robert Collins, Martin Pool, Aaaron Bentley, John A Meinel, James Westby) in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2323: Skip new tests that depend on unicode file paths. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2322: (robertc) Merge dirstate and subtrees. (Robert Collins, Martin Pool, Aaaron Bentley, John A Meinel, James Westby) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2323: (bialix) `bzr selftest --numbered-dirs` use numbered dirs for TestCaseInTempDir in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2324: (Robert Collins) Release bzr 0.15 RC 1 in http://people.ubuntu.com/~robertc/baz2.0/0.15
Robert Collins
- Rev 2324: (robertc) Setup for 0.16 development. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2324: (robertc) Setup for 0.16 development. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2325: fixes for 0.15 in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2325: Tune pack_stat a little. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 1743: Restore most of pyrex readdir functionality. in file:///home/robertc/source/baz/walkdirs/
Robert Collins
- Rev 2326: For python 2.5, use a Struct object directly for stat packing. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
- Rev 2326: [merge] Dmitry's updates to cmd_diff in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2327: Add (eg "old/:new/") to errors to make it a little clearer. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2326: (Dmitry Vasiliev) Small fixes to cmd_diff in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2327: (Vincent Ladeuil) Improved infrastructure for password handling. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2325: dirstate correctness: allow adding paths present in the basis. in file:///home/robertc/source/baz/dirstate.0.15/
Robert Collins
- Rev 2327: (Vincent Ladeuil) Improved infrastructure for password handling. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2328: (Dmitry Vasiliev) Support for Putty SSH, and improved vendor support in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2326: Fix the behaviour of dirstate optimised iter_changes recursing its disk iterator into subtrees inappropriately. in file:///home/robertc/source/baz/dirstate.0.15/
Robert Collins
- Rev 2328: (Dmitry Vasiliev) Support for Putty SSH, and improved vendor support in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2325: Add path_info interface and move pack_stat into it. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2326: First set of tests for path_info working - unicode, native paths, missing paths, and pack_stat results. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2327: Merge in pyrex branch. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2328: Add in the readdir based pyrex code, with a python version of path_info, passing all tests. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2329: Start making the path_info_c use C apis -drops from 25usec to 17usec per call under timeit. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2327: Add the most recent time stamp into path_info output, for cache usability checking. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2330: Merge update to path_info API to support recent time feedback for cache lookup checking. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2328: Update update_entry to use the path_info API. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 168: Update TODO in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 169: Fix typo. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 2331: Merge walkdirs-uses-path_info in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2329: (Dmitry Vasiliev) Improvements to osutils functions. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2329: (Dmitry Vasiliev) Improvements to osutils functions. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2329: Tune the pack_stat step to not go through as many layers of indirection when possible. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2330: Update _KnitData parser to raise more helpful errors when it detects corruption. in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/knit_corrupt
John Arbash Meinel
- Rev 2331: Remove some spurious whitespace changes. in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/knit_corrupt
John Arbash Meinel
- Rev 2330: Add support for merge directives in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2332: Use C logic to check for IXUSR, and cache the struct packer logic. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2331: Allow files to change kind in Tree.list_files in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2330: Use path_info tuples unaltered rather than recombining all the time. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2332: (robertc) Forward port of dirstate correctness committed to bzr 0.15. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2331: Merge 0.15 HEAD. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2332: (robertc) Forward port of dirstate correctness committed to bzr 0.15. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2333: Merge HEAD and dirstate 2 improvements in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2334: Use C bitfield access to determine file kinds in the pyrex version of path_info. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2333: Add + kind marker for tree references in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2334: Fix WorkingTree4._iter_changes with pending merges and deleted files in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 416: Fix the unicode revid/fileid warnings. in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 418: Remove tests for lightweight .bzr checkouts of Subversion branches. This doesn't work with in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 2335: (bialix, r=aaron, r=john) fixes for selftest on win32 in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2336: Introduce submit: revision spec in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2337: Introduce submit: revision spec in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2338: (bialix) 0.15 NEWS cleanup in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 419: Make LogWalker.find_latest_change() check parent paths too. Fixes #84087. in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 420: handle unicode characters in commit messages. (#85551). in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 421: Fix push instance of #85551 as well. in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 1743: Fix building of C modules without pyrex installed. in file:///home/robertc/source/baz/pyrex/
Robert Collins
- Rev 2335: Merge pyrex build fix for building the C module without pyrex being installed. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2332: Rename want_unversioned to want_unknown for InterTree.compare. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2332: Rename want_unversioned to want_unknown for InterTree.compare. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2333: Move is_ignored processing into _iter_changes, allowing optional lookup of unexpected files. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2339: (Arnaud Fontaine) Compatibility with vsftpd error messages. in http://bzr.arbash-meinel.com/branches/bzr/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2339: (Arnaud Fontaine) Compatibility with vsftpd error messages. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2340: (Marien Zwart) Override smtplib.connect so we don't require smtpd to be running. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2340: (Marien Zwart) Override smtplib.connect so we don't require smtpd to be running. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2341: (Marien Zwart) RevisionSpec.from_string() should support Unicode parameters. (especially for revid:) in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2341: (John Arbash Meinel) raise more helpful errors when detecting Knit corruption. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2342: Small tweaks for merge directives in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2343: (Marien Zwart) RevisionSpec.from_string() should support Unicode parameters. (especially for revid:) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2344: Fix TT._iter_changes bug with kind=None in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2345: Hide nested-tree commands and improve their docs in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2345: (Dmitry Vasiliev) Fix typo in 'bzr help selftest' in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2346: (Dmitry Vasiliev) Fix typo in 'bzr help selftest' in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2346: Clean up NEWS to fix what actually came after 0.15-rc1 was released. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2347: NEWS for fixing bug #90501 in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2348: NEWS for fixing bug #88842 in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2347: NEWS fixes for post 0.15-rc1 in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2348: (John Whitley) Print out the location of ~/.bazaar as part of 'bzr --version' in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2348: (John Whitley) Print out the location of ~/.bazaar as part of 'bzr --version' in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2334: Start a dedicated low level iterator function in dirstate. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2336: Fix use of _kind_missing in path_info_c. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2337: Merge dirstate2. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2335: Minor cleanup of _walkdirs_fs_utf8. in file:///home/robertc/source/baz/dirstate2/
Robert Collins
- Rev 2338: Merge tweaks in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2349: (marienz, r=john, r=mbp) fix error committing merge with symlinks in dirstate in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2162: Add a Transport.is_readonly remote call, let {Branch, Repository}.lock_write remote call return UnlockableTransport, and miscellaneous test fixes. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2339: Make path_info_c.read_dir be somewhat sane again. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 170: Add test argument to Preferences(). in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 2350: Add support for status --versioned in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2351: (John Arbash Meinel) Some small fixes for win32 and dirstate. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2352: Properly push tags if push creates a new branch. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2353: Merge autodetects line ending for conflict markers in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2354: (Wouter van Heyst) switch 'bzr init-repo' to default to '--no-trees' in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2354: Add some basic locking tests which should currently pass on all platforms. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2355: Add a tests that multiple write locks raise the right kind of error. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2354: Add news entry for status --versioned in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2356: Define an explicit error when trying to grab a write lock on a readonly file. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2355: (Wouter van Heyst) switch 'bzr init-repo' to default to '--no-trees' in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2356: (bialix) fixes for selftest on win32 in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2362: (broken) Change fcntl locks to be properly exclusive within the same process. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2340: Change the path_info_c stat encoding to use snprintf, saving 2usec from a 7usec call. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2357: (Andrew Bennetts) Fix bug in MemoryTransport.rmdir. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2341: Doco tweaks. in file:///home/robertc/source/baz/pathinfo/
Robert Collins
- Rev 2358: Hide dirstate-with-subtree, introduce dirstate-tags in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2359: Fixes for merge directives in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1: A basic plugin that lets you rebuild your knit files. in http://bzr.arbash-meinel.com/plugins/rebuild_knit
John Arbash Meinel
- Rev 2362: Update the lock code and test code so that if more than one in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/lock_cleanup
John Arbash Meinel
- Rev 2363: Cleanup errors, and change ReadOnlyLockError to pass around more details. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/lock_cleanup
John Arbash Meinel
- Rev 2364: Code cleanup in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/lock_cleanup
John Arbash Meinel
- Rev 2363: [merge] LockCleanup changes. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2365: Don't create the alternative lock types unless we are on windows. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/lock_cleanup
John Arbash Meinel
- Rev 2364: Implement a 'ReadLock.temporary_write_lock()' to upgrade to a write-lock in-process. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2360: (John Arbash Meinel) Clean up OS locks, and implement per-lock implementation tests. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2369: Use the right lock object. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2366: Cleanup according to Alexander's review comments. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/lock_cleanup
John Arbash Meinel
- Rev 2361: Basic implementation test that makes sure _iter_changes handles unknown files. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/iter_changes_unicode_unknowns
John Arbash Meinel
- Rev 2362: Add an overzealous test, for Unicode support of _iter_changes. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/iter_changes_unicode_unknowns
John Arbash Meinel
- Rev 2363: Start splitting up the overzealous test into focused tests. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/iter_changes_unicode_unknowns
John Arbash Meinel
- Rev 2361: (John Arbash Meinel, Alexander Belchenko) some small cleanups for the new lock code. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2364: Clean up of test_compare code. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/iter_changes_unicode_unknowns
John Arbash Meinel
- Rev 2367: (John Arbash Meinel)(trivial) The proper function name is byref, not by_ref in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/lock_cleanup
John Arbash Meinel
- Rev 2371: [merge] Alexander Belchenko: forgotten import of TestSkipped in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2362: (John Arbash Meinel)(trivial) The proper function name is byref, not by_ref in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2365: Split out the unicode tests properly. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/iter_changes_unicode_unknowns
John Arbash Meinel
- Rev 2366: Change utf8_decode_with_None to return what we care about. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/iter_changes_unicode_unknowns
John Arbash Meinel
- Rev 2367: NEWS on fixing bug #92608 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/iter_changes_unicode_unknowns
John Arbash Meinel
- Rev 2368: Update the tests to handle when fs is non-unicode. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/iter_changes_unicode_unknowns
John Arbash Meinel
- Rev 2363: (John Arbash Meinel) Update dirstate._iter_changes to return unicode for all paths (bug #92608) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 173: Merge Aaron. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 2364: Remove the merge-revert alias in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 439: Initial work on support for svn:externals. in file:///home/jelmer/bzr-svn/nestedtrees/
Jelmer Vernooij
- Rev 432: Merge from 0.3 branch in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 433: Merge 0.3.2 in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 434: Merge speed improvements from 0.3 branch. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 435: Fix tests. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 436: Merge support for unique root ids. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 438: Merge two trivial fixes from the 0.3 branch. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 439: Fix incorrect merge. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
- Rev 163: Prevent test suite from causing default-encoding changes in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 164: Add copyright information. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 165: Fix PyGTK URL. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 167: Add simple test for tortoise_bzr in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 171: Initial work on a preferences dialog in GTK+, including a list of plugins with metadata browser. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 172: Merge upstream in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 440: Initial work on tracking splits of trees (directories being upgraded to branches). in file:///home/jelmer/bzr-svn/splittrees/
Jelmer Vernooij
- Rev 424: Add trivial test for PullResult(). in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 425: Handle unicode characters in filenames (#54736). in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 426: Add test for pushing to nested branch locations. in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 427: Disable revert test (won't fix revert before 0.3.2) in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 428: All of the original svn2bzr code is gone now, remove references to it. in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 429: Update year in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 430: Update TODO in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 431: Fill in release date. in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 432: Don't do extra checkout before push. This changes the complexity of push to Subversion from O(tree size+commit size) to O(commit size). in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 434: Fix typo. in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 435: Mark as compatible with 0.16. in file:///home/jelmer/bzr-svn/0.3/
Jelmer Vernooij
- Rev 251: Add Reinhard as co-maintainer. in http://people.samba.org/bzr/jelmer/bzr-svn/debian
Jelmer Vernooij
- Rev 250: Merge NEWS update. in http://people.samba.org/bzr/jelmer/bzr-svn/debian
Jelmer Vernooij
- Rev 248: Fix changelog entry in http://people.samba.org/bzr/jelmer/bzr-svn/debian
Jelmer Vernooij
- Rev 247: Merge 0.3.2 in http://people.samba.org/bzr/jelmer/bzr-svn/debian
Jelmer Vernooij
- Rev 246: Add bzr url and watch file. in http://people.samba.org/bzr/jelmer/bzr-svn/debian
Jelmer Vernooij
- Rev 245: Remove complex build options regex in favor of simpler solution. in http://people.samba.org/bzr/jelmer/bzr-svn/debian
Jelmer Vernooij
- Rev 21: add test framework in file:///home/jelmer/bzr-cia/trunk/
Jelmer Vernooij
- Rev 22: Rename submit-cia to cia-submit for consistency. in file:///home/jelmer/bzr-cia/trunk/
Jelmer Vernooij
- Rev 419: Rename svnserve command to svn-serve for consistency. in sftp://people.samba.org/~/bzr/bzr-svn/native/
Jelmer Vernooij
- Rev 2372: Remove the unused _ignore_write_lock parameter. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking
John Arbash Meinel
- Rev 2364: [merge] locking changes into bzr.dev tip in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/simple_locking
John Arbash Meinel
- Rev 2365: Disable read locks blocking on write locks. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/simple_locking
John Arbash Meinel
- Rev 2366: make Write locks not block on Read locks, so that revert tests don't fail in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/simple_locking
John Arbash Meinel
- Rev 2364: Catch Windows ERROR_DIRECTORY when doing os.listdir('file') in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/win32_notdir
John Arbash Meinel
- Rev 2365: Clean up the error. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/win32_notdir
John Arbash Meinel
- Rev 2366: NEWS entry for fixing bug #90819 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/win32_notdir
John Arbash Meinel
- Rev 2364: (broken) Add a simplified test which exposes the bug. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/dirstate_93681
John Arbash Meinel
- Rev 2365: Simplify the test even further.... in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/dirstate_93681
John Arbash Meinel
- Rev 2366: Just check if the entry is absent before calling _make_absent. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/dirstate_93681
John Arbash Meinel
- Rev 2367: NEWS for fixing bug #93681 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/dirstate_93681
John Arbash Meinel
- Rev 2367: Handle ERROR_DIRECTORY for python 2.5 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/win32_notdir
John Arbash Meinel
- Rev 2367: Handle ERROR_DIRECTORY for python 2.5 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/win32_notdir
John Arbash Meinel
- Rev 2365: (John Arbash Meinel, Wouter van Heyst) Handle ERROR_DIRECTORY on win32 when doing 'bzr status filename' in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 176: Don't make the user worry about strict commit unless we actually find unknown files. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 177: Register commands all at once. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 178: Remove unneeded imports. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 179: Don't use scrolling inside revisions in missing window. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 2368: [merge] bzr.dev 2365 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/dirstate_93681
John Arbash Meinel
- Rev 2367: NEWS in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/simple_locking
John Arbash Meinel
- Rev 2366: (John Arbash Meinel) fix bug #93681 by not calling _make_absent for removed entries. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2367: (John Arbash Meinel) allow win32 to grab a write lock after 'bzr status', so that we can record the updated stat values. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2368: Remove bzrlib 0.8 compatability where it was making the code unclear or messy. (Robert Collins) in file:///home/robertc/source/baz/cleanup-0.8/
Robert Collins
- Rev 2326: Merge Martins 0.15rc2 release branch. in http://people.ubuntu.com/~robertc/baz2.0/0.15
Robert Collins
- Rev 2327: Merge (hopefully the last time) mainline fixes for 0.15. in http://people.ubuntu.com/~robertc/baz2.0/0.15
Robert Collins
- Rev 2368: Update NEWS to match bzr 0.15. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2368: Update NEWS to match bzr 0.15. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2169: Make branch_implementations/test_http.py a little clearer. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2369: (Andrew Bennetts) Don't use automatically use psyco just by importing a module. It has the nasty side-effect of breaking pdb. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2370: (bialix) win32 installer improvements in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 437: Bazaar-NG -> Bazaar. in sftp://people.samba.org/~/bzr/bzr-svn/0.3/
Jelmer Vernooij
- Rev 2335: Lazily read working inventory in workingtree.py, in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/make_locking_cheaper
John Arbash Meinel
- Rev 2336: we don't need _inventory_fp. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/make_locking_cheaper
John Arbash Meinel
- Rev 4: Update the test suite to work with dirstate trees. in http://bzr.arbash-meinel.com/plugins/merge_into
John Arbash Meinel
- Rev 2337: When upgrading, we can't assume that WorkingTree._inventory is valid, because that is now in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/make_locking_cheaper
John Arbash Meinel
- Rev 2369: Some minor cleanups of test code, and implement KnownFailure support as in file:///home/robertc/source/baz/test-prereqs/
Robert Collins
- Rev 2370: Add support for calling addNotSupported on TestResults to bzr TestCase's in file:///home/robertc/source/baz/test-prereqs/
Robert Collins
- Rev 2371: Add operating system Feature model to bzrlib.tests to allow writing tests in file:///home/robertc/source/baz/test-prereqs/
Robert Collins
- Rev 2372: Implement reporting of Unsupported tests in the bzr test result and runner in file:///home/robertc/source/baz/test-prereqs/
Robert Collins
- Rev 2371: (Ian Clatworthy) Minor corrections to HACKING. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2338: WT2 needs to have an _inventory without a lock. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/make_locking_cheaper
John Arbash Meinel
- Rev 2371: (Ian Clatworthy) Minor corrections to HACKING. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2372: (Matthew Fuller) Update 'bzr init-repo' help in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2371: (John Arbash Meinel) Fix bug #93854, make 'bzr checkout' create branches in the same format as the source. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/checkout_uses_branch_format_93854
John Arbash Meinel
- Rev 2339: [merge] bzr.dev 2371 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/make_locking_cheaper
John Arbash Meinel
- Rev 2340: NEWS for performance fix. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/make_locking_cheaper
John Arbash Meinel
- Rev 2372: Use BzrDir.set_branch_format() rather than setting it directly. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/checkout_uses_branch_format_93854
John Arbash Meinel
- Rev 2372: (Matthew Fuller) Update 'bzr init-repo' help in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2373: Allow per-test-fixture feature requirements via 'requireFeature'.(Robert Collins) in file:///home/robertc/source/baz/test-prereqs/
Robert Collins
- Rev 2373: (John Arbash Meinel) Change WorkingTree to not read the inventory until we have a lock. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2374: (John Arbash Meinel) bug #93854, 'bzr checkout' should create branches in the same format as the source. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2372: Update DirState._validate() to detect rename errors. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/move_children_correctly
John Arbash Meinel
- Rev 2373: [merge] bzr.dev 2374 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/move_children_correctly
John Arbash Meinel
- Rev 2374: NEWS for fixing bug #94037 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/move_children_correctly
John Arbash Meinel
- Rev 2374: Added ``bzrlib.strace.strace`` which will strace a single callable and in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 175: Minor refactoring of __init__ to have less duplication. in file:///home/robertc/source/baz/plugins/gtk/fixen/
Robert Collins
- Rev 176: Add new command 'commit-notify' to listen for commits on dbus and show them via pynotify. in file:///home/robertc/source/baz/plugins/gtk/trunk/
Robert Collins
- Rev 176: Add new command 'commit-notify' to listen for commits on dbus and show them via pynotify. in file:///home/robertc/source/baz/plugins/gtk/trunk/
Robert Collins
- Rev 181: Add two TODO items in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 2: Override the default branch name, to use one with dashes instead of underscores. in http://bzr.arbash-meinel.com/plugins/register
John Arbash Meinel
- Rev 3: Allow having a master branch, and using that preferentially as the public location. in http://bzr.arbash-meinel.com/plugins/register
John Arbash Meinel
- Rev 4: Change 'bzr-register' to 'lp-register'. More master_config updates. in http://bzr.arbash-meinel.com/plugins/register
John Arbash Meinel
- Rev 5: Support 'lp_password' as a config entry. in http://bzr.arbash-meinel.com/plugins/register
John Arbash Meinel
- Rev 2375: (broken) merge a test case showing that commiting a merge of a kind change fails. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/commit_kind_change_90111
John Arbash Meinel
- Rev 2376: Fix the small bug that ie.snapshot() didn't think about kind changes. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/commit_kind_change_90111
John Arbash Meinel
- Rev 2377: NEWS for fixing bug 90111 in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/commit_kind_change_90111
John Arbash Meinel
- Rev 2378: Another workaround for trees that are already in the broken state. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/commit_kind_change_90111
John Arbash Meinel
- Rev 2375: Correctly handle empty merge directive texts in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 438: General cleanups: remove unused imports, fix line lengths, unused parameters. in sftp://people.samba.org/~/bzr/bzr-svn/0.3/
Jelmer Vernooij
- Rev 2371: Factor out hook cleanups for the test suite and the core of hook logic, creating a SmartServerHooks. in file:///home/robertc/source/baz/hpss-hooks/
Robert Collins
- Rev 2371: New SmartServer hooks facility. There are two initial hooks documented in file:///home/robertc/source/baz/hpss-hooks/
Robert Collins
- Rev 439: More formatting fixes. in sftp://people.samba.org/~/bzr/bzr-svn/0.3/
Jelmer Vernooij
- Rev 440: Add two very trivial blackbox tests. in sftp://people.samba.org/~/bzr/bzr-svn/0.3/
Jelmer Vernooij
- Rev 183: Set version to 0.15.1 in file:///home/jelmer/bzr-gtk/0.15/
Jelmer Vernooij
- Rev 442: Merge some formatting fixes, add extra tests. in sftp://people.samba.org/data/bzr/jelmer/bzr-svn/bzr.dev/
Jelmer Vernooij
- Rev 440: Merge fixes from upstream in sftp://people.samba.org/~/bzr/bzr-svn/nestedtrees/
Jelmer Vernooij
- Rev 441: Merge main. in sftp://people.samba.org/~/bzr/bzr-svn/splittrees/
Jelmer Vernooij
- Rev 443: Remove some unused imports. in sftp://people.samba.org/data/bzr/jelmer/bzr-svn/bzr.dev/
Jelmer Vernooij
- Rev 17: remove unneeded import in file:///home/robertc/source/baz/plugins/dbus/trunk/
Robert Collins
- Rev 18: Add URL mapping facility. in file:///home/robertc/source/baz/plugins/dbus/trunk/
Robert Collins
- Rev 19: Change the Revision signal to supply a list of urls, rather than a single url. in file:///home/robertc/source/baz/plugins/dbus/trunk/
Robert Collins
- Rev 20: update TODO. in file:///home/robertc/source/baz/plugins/dbus/trunk/
Robert Collins
- Rev 21: Add add_url_map and remove_url_map DBus methods to the Broadcast object. in file:///home/robertc/source/baz/plugins/dbus/trunk/
Robert Collins
- Rev 442: Implement most of svn:externals as by-reference trees. in sftp://people.samba.org/~/bzr/bzr-svn/nestedtrees/
Jelmer Vernooij
- Rev 22: Hook into the bzr smart server to determine served urls dynamically. in file:///home/robertc/source/baz/plugins/dbus/trunk/
Robert Collins
- Rev 417: Import bzrsvnserve code. in file:///home/jelmer/bzr-svn/native/
Jelmer Vernooij
- Rev 183: Update commit-notify to use new dbus api, and show remote URL's. in file:///home/robertc/source/baz/plugins/gtk/trunk/
Robert Collins
- Rev 2376: (Andrew Bennetts) Replace Branch.get_transaction and associated infrastructure with simpler caching of revision history. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2372: Review feedback. in file:///home/robertc/source/baz/hpss-hooks/
Robert Collins
- Rev 2377: New SmartServer hooks facility. There are two initial hooks documented in in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2378: Convert unconvered SmartServer subclass to use the cached sockname. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2379: Fix all smart_transport tests. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2380: Add more debugging code to the smart server to debug pqm failures. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2377: (robertc) Merge 0.8 API removal cleanup. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2377: (robertc) Merge 0.8 API removal cleanup. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2375: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2375: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2375: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2170: Merge from bzr.dev. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2376: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2378: (ianc) manual and documentation improvements in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2377: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2378: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2379: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2380: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2381: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2382: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2383: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2384: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2375: Whitespace. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2376: Review feedback. in file:///home/robertc/source/baz/benchmark-strace/
Robert Collins
- Rev 2379: (robertc) Merge bzrlib.strace module which adds support for stracing individual callables from within bzrlib. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2379: (robertc) Merge bzrlib.strace module which adds support for stracing individual callables from within bzrlib. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2171: Completely rework chrooted transports. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2172: Implement revision_history caching for RemoteBranch. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2173: Update tests in test_remote to use utf-8 byte strings for revision IDs, rather than unicode strings. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2174: Fix test_retire_bzrdir to cope with transports that aren't backed by disk. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2175: Fix some tests in bzrdir_implementations that assumed make_branch_and_tree returns a tree with the same bzrdir as the branch. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 15: Clean up whitespace in http://bzr.arbash-meinel.com/plugins/pybloom
John Arbash Meinel
- Rev 16: Wrap the 'custom' list to put them in the right place. in http://bzr.arbash-meinel.com/plugins/pybloom
John Arbash Meinel
- Rev 2381: Fix Branch hook tests for the new eans of preserving hooks by the test suite. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2380: urlutils improvements from hpss. in file:///home/robertc/source/baz/hpss-urlutils/
Robert Collins
- Rev 2172: Merge bzr.dev. in file:///home/robertc/source/baz/hpss/
Robert Collins
- Rev 2173: Record merge against split out urlutils work. in file:///home/robertc/source/baz/hpss/
Robert Collins
- Rev 2176: Merge bzr.dev and record a merge against the split out urlutils work to prevent conflicts. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 184: Fix gstatus in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 186: Merge trunk in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 187: Fix gannotate. in file:///home/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 2380: (robertc) urlutils improvements split out from the hpss branch (Andrew Bennetts, Robert Collins) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2380: Rewritten chroot transport that prevents accidental chroot escapes when in file:///home/robertc/source/baz/hpss-chroot/
Robert Collins
- Rev 2177: Merge up split out hpss-chroot branch. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2381: Further test-usability for chroots. in file:///home/robertc/source/baz/hpss-chroot/
Robert Collins
- Rev 2178: Further test-usability for chroots. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2382: Review feedback. in file:///home/robertc/source/baz/hpss-chroot/
Robert Collins
- Rev 2179: Updated chroot cleanups. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2381: Merge split out hpss chroot fixes which are going to pqm now. in file:///home/robertc/source/baz/hpss-test-correctness/
Robert Collins
- Rev 2381: (robertc) Fix chroot urls to not expose the url of the transport they are protecting, allowing regular url operations to work on them. (Robert Collins, Andrew Bennetts) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2382: Split out hpss test fixes which dont depend on new or altered API's. in file:///home/robertc/source/baz/hpss-test-correctness/
Robert Collins
- Rev 2282: Some tweaks in response to review. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/bzr.dev.hpss.api.changes/
Andrew Bennetts
- Rev 2180: Test only fixes from the ported-to-bzr.dev test-correctness branch. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2283: Merge from bzr.dev. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/bzr.dev.hpss.api.changes/
Andrew Bennetts
- Rev 2181: Commit current test pass improvements. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 443: Use short name. in sftp://people.samba.org/data/bzr/jelmer/bzr-svn/bzr.dev/
Jelmer Vernooij
- Rev 2383: Make the HTTPTestServer setup be safer about ignoring the backing_transport_server. in file:///home/robertc/source/baz/hpss-test-correctness/
Robert Collins
- Rev 2383: Fixup the test changes made for hpss to be clean and self contained. in file:///home/robertc/source/baz/hpss-test-correctness/
Robert Collins
- Rev 2182: Merge incremental cleanups from hpss-test-correctness. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 4: Rewrite to include tree locking, and avoid the inventory. in http://bzr.arbash-meinel.com/plugins/x_bit
John Arbash Meinel
- Rev 5: clean up locking by using TT's lock. Delay determining absolute path until we need it in http://bzr.arbash-meinel.com/plugins/x_bit
John Arbash Meinel
- Rev 5: clean up locking by using TT's lock. Delay determining absolute path until we need it (suggested by Aaron) in http://bzr.arbash-meinel.com/plugins/x_bit
John Arbash Meinel
- Rev 6: Use a RegistryOption rather than 2 plain Option objects. (suggested by Aaron) in http://bzr.arbash-meinel.com/plugins/x_bit
John Arbash Meinel
- Rev 2331: Raise LockContetion rather than LockError in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking_errors
John Arbash Meinel
- Rev 2384: Review feedback. in file:///home/robertc/source/baz/hpss-test-correctness/
Robert Collins
- Rev 2183: Commit final test-case-cleanups branch. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2332: TemporaryWriteLock should use an exclusive lock. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/locking_errors
John Arbash Meinel
- Rev 2382: Ensure that all Repository formats declare their require attributes. (Robert Collins) in file:///home/robertc/source/baz/format-attributes/
Robert Collins
- Rev 2385: Unbreak lockdir tests after adding fast lockdir timeouts to the test suite default environment. in file:///home/robertc/source/baz/hpss-test-correctness/
Robert Collins
- Rev 2382: deprecate Branch.get_root_id in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2184: Merge repository format attribute cleanup. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2185: Fix RemoteRepositoryFormat to have appropriate rich_root_data and support_tree_reference. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2186: Unbreak TestRepositoryMakeBranchAndTree. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2187: The Repository API ``make_working_trees`` is now permitted to return in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2188: Fix cmd_serve. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2189: More Branch implementation test passing foo. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2190: Translate ReadOnlyError in RemoteBranch._remote_lock_write. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2383: (robertc) Various test suite changes and cleanups in preparation for the next hpss branch. (Robert Collins, Andrew Bennetts) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2191: Fix test_format_initialize_find_open by delegating Branch formt lookup to the BzrDir, where it should have stayed from the start. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2192: Merge bzr.dev. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2284: Merge from bzr.dev in sftp://bazaar.launchpad.net/%7Ebzr/bzr/bzr.dev.hpss.api.changes/
Andrew Bennetts
- Rev 2193: Make the InterRepository tests less abusive of the API for InterRepository. (Robert Collins, Andrew Bennetts) in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2383: (robertc) Ensure that all Repository formats declare their require attributes. (Robert Collins) in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2384: (robertc) Ensure that all Repository formats declare their require attributes. (Robert Collins) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2194: Fix most of the lockable_files tests for RemoteBranchLockableFiles. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2195: Have RemoteBzrDirFormat create a local format object when it is asked to initialize something on a non-smart transport - allowing sprout to work cleanly. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2196: Branch implementations test test_set_get_parent should not depend on local urls : the test can be valid for any url namespace. Change it to be valid in that manner. (Robert Collins, Andrew Bennetts) in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2197: Make all branch_implementations tests pass. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2198: Be strict about unicode passed to transport.put_{bytes, file} and SmartClient.call_with_body_bytes, fixing part of TestLockableFiles_RemoteLockDir.test_read_write. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2199: Make all BzrDir implementation tests pass on RemoteBzrDir - fix some things, and remove the incomplete_with_basis tests as cruft. in http://bazaar.launchpad.net/~bzr/bzr/hpss
Robert Collins
- Rev 2200: All TestLockableFiles_RemoteLockDir tests passing. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2380: Cherry-pick the 2 locking fixes from the 0.15 branch. in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/locking_0_16_errors
John Arbash Meinel
- Rev 2380: (Robert Widhopf-Fenk, bug #98591) Remove --verbose flag from 'bzr bundle'. in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/remove_bundle_verbose
John Arbash Meinel
- Rev 2385: (John Arbash Meinel) A couple of OS Lock fixes. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2380: (John Arbash Meinel) Make it clearer what to do if you have a (very) old branch. in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/unsupported_formats
John Arbash Meinel
- Rev 2386: (John Arbash Meinel) Make it clearer what to do if you have a (very) old branch. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2381: [merge] bzr.dev 2386 in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/remove_bundle_verbose
John Arbash Meinel
- Rev 2387: (Robert Widhopf-Fenk, bug #98591) Remove '--verbose' flag from 'bzr bundle' in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2387: Update test_unicode_bundle, since we know how it fails on Mac OSX in http://bzr.arbash-meinel.com/branches/bzr/mac
John Arbash Meinel
- Rev 2388: Make sure errno is imported if we are going to use it later. in http://bzr.arbash-meinel.com/branches/bzr/mac
John Arbash Meinel
- Rev 2201: Fix the TooManyConcurrentRequests error message. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2388: Remove the --basis parameter to clone etc. (Robert Collins) in file:///home/robertc/source/baz/unbasis/
Robert Collins
- Rev 2202: Prevent remote branch clients from determining the 'right' mode for control files, because we don't want clients setting the mode anyway. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/
Andrew Bennetts
- Rev 2389: Mention fixed bugs as per reviewer feedback. in file:///home/robertc/source/baz/unbasis/
Robert Collins
- Rev 2388: Mark bzrlib.tests as providing assertFOO helper functions by adding a __unittest global attribute. (Robert Collins, Andrew Bennetts, Martin Pool, Jonathan Lange) in file:///home/robertc/source/baz/cleanassertions/
Robert Collins
- Rev 2388: (robertc) Remove the --basis parameter to clone etc. (Robert Collins) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2388: Split get_revision_graph tests out of repository_implementations.test_repository. in file:///home/robertc/source/baz/netsim/
Robert Collins
- Rev 1: A very rough test of JEP (Java Embedded Python) in http://bzr.arbash-meinel.com/branches/bzr/bzrlib_java_test
John Arbash Meinel
- Rev 2: Trying to get Java to interact with bzrlib seems to be failing...h in http://bzr.arbash-meinel.com/branches/bzr/bzrlib_java_test
John Arbash Meinel
- Rev 3: If I directly write to sys.stdout or use 'print' it works. in http://bzr.arbash-meinel.com/branches/bzr/bzrlib_java_test
John Arbash Meinel
- Rev 4: Some more basic exploration of using python from java. in http://bzr.arbash-meinel.com/branches/bzr/bzrlib_java_test
John Arbash Meinel
- Rev 2388: Split get_revision_graph tests out of repository_implementations.test_repository. in file:///home/robertc/source/baz/netsim/
Robert Collins
Last message date:
Sat Mar 31 02:11:24 BST 2007
Archived on: Thu Apr 5 21:01:39 BST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).