June 2008 Archives by author
Starting: Mon Jun 2 00:36:32 BST 2008
Ending: Mon Jun 30 23:55:04 BST 2008
Messages: 650
- Rev 1174: Merge trunk. in http://people.ubuntu.com/~robertc/baz2.0/plugins/svn/trunk
Robert Collins
- Rev 1: Stub code and a command that errors. Next step: profit. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 2: Create the start of the core index logic, specifically handling in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 3: Create an ``index`` command (totally nonfunctional for now). in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 4: Added ``index.index_url`` convenience function for creating/updating an in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 5: Really return an index from index.index_url. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 6: List the index command as well in the setup metadata. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 7: * Added ``index.init_index`` to create new indices. (Robert Collins) in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 8: Persistent storage of indices is a good idea. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 9: Actually generate indices when 'bzr index URL' is run. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 10: * Added ``Index.search`` to perform simple set based searches for terms. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 11: Finish hooking up the UI and search layers. Searching now works. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 12: Split the term list and doc id list into separate indices, to provide better scaling (so in the future we don't have to pay overhead to resolve documents we end up not referencing). in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 13: Merge, adjusting for try-finally correctness, Martin Albisetti's restrict-revisions-to-branch patch. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 14: Store actual index lengths in the names list, allowing partial index reads. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 15: Actually do partial index reads - 10 fold performance improvement on bzr.dev trees. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 16: Show the first line of commit messages on revision hits. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 17: Merge Rob Weir's patch allowing index to index the current branch by default. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 18: Refactoring: make ComponentIndexBuilder responsible for returning a component index and doing the upload, rather than being an index itself. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 19: More refactoring: make ComponentIndex responsible for accessing its own data files. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 3375: First cut at pluralised VersionedFiles. Some rather massive API incompatabilities, primarily because of the difficulty of coherence among competing stores. in http://people.ubuntu.com/~robertc/baz2.0/versioned_files
Robert Collins
- Rev 20: New disk format, one step closer to being in packs, and fixes the issue with overflowing bzrlib's index bisection capabilities. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 3376: Update to bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/versioned_files
Robert Collins
- Rev 21: Index file content (although in a fairly crude manner). in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 22: Do indexing in groups of 5000, to limit peak memory use. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 23: Drop the batch size for indexing down to 2500 based on user feedback. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 24: Change the disk format to create a single pack with the posting lists for a component. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 24: Change the disk format to create a single pack with the posting lists for a component. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 83: Merge numerous fixes from Aaron Bentley. in http://bazaar.launchpad.net/~bzr-loom-devs/bzr-loom/trunk/
Robert Collins
- Rev 3237: Merge VersionedFiles. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 84: Merge numerous fixes from Aaron Bentley. in http://bazaar.launchpad.net/~bzr-loom-devs/bzr-loom/trunk/
Robert Collins
- Rev 3377: Fix test_plan_file_merge in http://people.ubuntu.com/~robertc/baz2.0/versioned_files
Robert Collins
- Rev 25: Combine all index component files into a single .pack file, further reducing file system friction. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 3238: Fix failing tests post-VersionedFiles merge. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 26: Less typographical errors in BUGS thanks to Michael Hudson. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 27: Create logic to combine index components. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 28: Automatically combine indices with a simple log2 backoff on revision count. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 29: Search for revisions to index incrementally rather than reindexing everything every time. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 30: Stop searching found revisions to avoid full graph traversal. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 31: Add post-branch-tip change hook to auto-update indices. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 32: Work towards indexing pathid, revisionid phrases to allow nice summaries in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 33: New format bump, index the path of found documents to allow presenting the path on file text hits. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 34: Improve indexing performance of file paths five-fold by a custom extraction module for handling the inventory xml. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 35: Add some crude progress bars. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 36: Support format 5 inventories with root ids. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 37: Add FileTextHit summaries, crude - only grabbing the first match, but better than nothing. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 3378: Create a StackedKnitAccess object to permit combining access objects for knits. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3378: Review feedback, making things more clear, adding documentation on what is used where. in http://people.ubuntu.com/~robertc/baz2.0/versioned_files
Robert Collins
- Rev 38: Coming fresh to you, unoptimised and with code duplication, may I present search suggestions. (Robert Collins) in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 39: Refactoring: reduce code duplication between search() and suggest(). in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 40: Support partial index reads when performing suggestions, massively increasing scaling. (Robert Collins) in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 3378: KnitVersionedFiles.add_fallback_versioned_files exists. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3379: stacked get_parent_map. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3380: VF.get_sha1s needed changing to be stackable. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3381: Vf.keys() stacking support. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3382: Iter_lines_added_or_present_in_keys stacks. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 41: Handle xml escaped characters that previously failed to index. (Robert Collins) in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 42: Use mpdiffs to generate indices, which should increase precision. (Robert Collins) in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 43: Partial support for bzr-svn branches - they are indexed without full texts for now. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 3383: get_record_stream stacking for delta access. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3384: get_record_stream for fulltexts working (but note extreme memory use!). in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3385: Stacking and knits don't play nice for annotation yet. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3386: define behaviour for add_lines with stacked storage. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3387: Stacked insert_record_stream. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 1: Project framework. in http://people.ubuntu.com/~robertc/baz2.0/plugins/index2/trunk
Robert Collins
- Rev 3388: Stacked add_mpdiffs. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3389: Stacked make_mpdiffs. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3239: Merge stackable knits. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3240: Implement generic stacking rather than pack-internals based stacking. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3246: Merge up generic stacking support. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3252: Merging up. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3253: Merging up. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3254: Add test that we can stack on a smart server from Jonathan Lange. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3390: Redo annotate more simply, using just the public interfaces for VersionedFiles. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3255: Stack on smart server support. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 3253: Stack on smart server support. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
- Rev 97: Code cleanup - 80 column wrap, no trailing spaces. in http://people.ubuntu.com/~robertc/baz2.0/plugins/rebase/dev
Robert Collins
- Rev 44: Debugging code for utf8 errors. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 44: Replace undecodable and unencodable characters in search output. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 45: Update to bzr 1.6b3. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 2: Record the length of each row in the header. in http://people.ubuntu.com/~robertc/baz2.0/plugins/index2/trunk
Robert Collins
- Rev 3: Make a work project. in http://people.ubuntu.com/~robertc/baz2.0/plugins/index2/trunk
Robert Collins
- Rev 3470: Split test to achieve better defect localization :) in file:///v/home/vila/src/bzr/cleanup/http/
Vincent Ladeuil
- Rev 3471: (vila) Split a test in http://bazaar.launchpad.net/%7Evila/bzr/bzr.integration
Vincent Ladeuil
- Rev 29: Cleanup configuration files. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 30: Add apache2-dav. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 31: Add lighttpd-dav. Make the lighttpd start detection more robust. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 47: Make the DAV parsing more robust. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 48: Simplification. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 49: Implements list_dir. This should be enough to be pack-compliant in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 50: First implementation for stat. Some test are still failing. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 51: Switch DavListDirHandler and DavStatHandler. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 52: Get more info from list_dir. First step. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 53: Fix more failing tests. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 54: All bzr tests passing with an apache2-dav local test server. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 32: Update apache2-dav configuration. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 3485: Trivial drive-by cleanups. in file:///v/home/vila/src/bzr/cleanup/various/
Vincent Ladeuil
- Rev 3485: (vila) Trivial drive-by cleanups in http://bazaar.launchpad.net/%7Evila/bzr/bzr.integration
Vincent Ladeuil
- Rev 55: Create a tests directory, update the TODOs. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 56: Split out dav_server into its own file. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 57: Get rid of the APPEND experiments, this is not going to be supported anytime soon. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 58: Implent PROPFIND in the dav test server to make bzr test suite happy. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 501: Fix test failing after a feature rename in bzr. in file:///v/home/vila/.bazaar/plugins/gtk/
Vincent Ladeuil
- Rev 43: Cosmetic change. in http://bazaar.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
Vincent Ladeuil
- Rev 502: Fix third failing test (thanks to jam). in file:///v/home/vila/.bazaar/plugins/gtk/
Vincent Ladeuil
- Rev 59: Add a setup.py. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 33: (jelmer) Add support for apache2-svn, an Apache server with Subversion DAV support in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 34: Finish implementing apache2-svn test server. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 44: More robust full upload (at least regarding files changed to dirs and vice-versa). in http://bazaar.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
Vincent Ladeuil
- Rev 45: Adding author, no email as bug reports are handled at http://launchpad.net/bzr-upload. in http://bazaar.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
Vincent Ladeuil
- Rev 46: Handle x mode bit for files and provides default mode bits for in http://bazaar.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
Vincent Ladeuil
- Rev 47: Don't fail a full upload on an already existing dir. in http://bazaar.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
Vincent Ladeuil
- Rev 35: Rework constructors and create a new base class for web servers. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 36: Update TODO. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 37: All servers needs a directory to serve, data_dir instead of www_dir. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 38: Catch zombies after kill, if any. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 39: Add vsftpd. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 40: Fix regression bug. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 41: Avoid false positives in the test suite. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 3509: Fix ftp transport so that it handles the 'mode' parameter when provided. in file:///v/home/vila/src/bzr/experimental/more-ftp/
Vincent Ladeuil
- Rev 42: Add proftpd. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 48: Plug tests against proftpd if the local_test_sever plugin is in http://bazaar.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
Vincent Ladeuil
- Rev 3510: Fixed as per John's review. in file:///v/home/vila/src/bzr/experimental/more-ftp/
Vincent Ladeuil
- Rev 3513: Fix ftp transport so that it handles the mode parameter when provided in http://bazaar.launchpad.net/%7Evila/bzr/bzr.integration
Vincent Ladeuil
- Rev 49: Fix typo. in http://bazaar.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
Vincent Ladeuil
- Rev 43: Fix typos. in http://bazaar.launchpad.net/%7Evila/bzr/local-test-server
Vincent Ladeuil
- Rev 60: Fix #243491 by disabling smart medium for DAV. in http://bazaar.launchpad.net/%7Ebzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 3464: Fix HPSS protocol version detection so that it doesn't unnecessarily in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3465: (jam) Deprecate branch.missing_revisions() in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3466: (jam) Give Aaron the benefit of bug #202928 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3467: (Martin Albisetti) Better message when a repository is locked. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3468: (mbp) merge 1.6b1 back to trunk in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3469: (mbp) Update more users of default file modes from control_files to bzrdir in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3470: (Jelmer) Move update_revisions() implementation from BzrBranch to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3471: (vila) Split a test in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3472: (jam) Fix bug #235407, if someone merges the same revision twice, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3473: Isolate the test HTTPServer from chdir calls (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3474: Add the 'alias' command (Tim Penhey) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3475: (mbp) #234748 fix problems in final newline on Knit add_lines and in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3476: (Adrian Wilkins) add --null to added and modified and path quoting in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3477: (Lukáš Lalinský) Sanitize nick before using it as a patch filename for bzr send. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3478: (Martin Albisetti) Small updates to the bzr release process in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3479: (mbp) CountedLock support for lock tokens in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3480: (mbp) tests for external-reference repositories in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3481: Add Bazaar Zen section to User Guide (Ian Clatworthy) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3482: (jam) Move bzrlib.tests.test_diff.UnicodeFilename into in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3483: Improve build_tree performance (igc, abentley) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3484: Minor _build_tree clean-ups (Ian Clatworthy) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3485: (vila) Trivial drive-by cleanups in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3486: (jam) Bug #135320, keep symlink lines in ascii, not Unicode in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3487: (jam) RemoteBranch.pull should return the PullResult (bug #238149) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3488: (j) Updae contrib/bzr_access to work with bzr.dev, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3489: (Daniel Fischer) VersionedFile.make_mpdiffs() needs to raise the in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3490: (mbp) Bump version to 1.6b3 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3491: (mbp) updated developer process docs in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3492: (mbp) allow tarball export to stdout in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3493: (mbp) \#212289 avoid assuming Windows diff tools can understand in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3494: Fix infinite busy-loop caused by connection loss during read of in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3495: (jam) Make sure we always have access to the elementtree.ElementTree in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3496: (jam) Bug #239933 use the rigth exception for -c0 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3497: (jam, spiv) bug #125784, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3498: Tolerate ghost parents of revision 1 (abentley, #235055) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3499: (mbp) disable test_35_wait_lock_changing in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3500: (mbp) Remove obsolete cmd_fetch in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3501: (mbp) better messages about missing libraries in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3502: Better infrastructure for tracking remote server version in in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3503: Fix the tree.branch returned by make_branch_and_tree. (Andrew in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3504: Fix trivial typo in _is_remote_before's docstring. (Matt Nordhoff) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3505: Don't join the lines of the index twice (TimeHorse, James Westby) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3506: Accept user names with @s in URLs (Neil Martinsen-Burrell) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3507: (jam) Updates to Tree.iter_references, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3508: Fix trivial typo in 'bzr help status' reported by mlh. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3509: Add Remote-v2 variant to branch/repository/bzrdir implementations in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3510: (mbp for robertc) VersionedFiles refactoring in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3511: Add Branch.set_last_revision_ex HPSS verb to accelerate push. (Andrew in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3512: (bialix) Deprectate (Branch|Repository).print_file, fix cmd_cat in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3513: Fix ftp transport so that it handles the 'mode' parameter when in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3514: Implement aliases for remembered locations (abentley) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3465: Remove the workaround in status, assuming that set_parent_(trees/ids) will do it for us. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/status_double_pending_235407
John Arbash Meinel
- Rev 3466: fix up the uncommit tests now that set_parent_ids is filtering out ancestors. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/status_double_pending_235407
John Arbash Meinel
- Rev 3467: merge bzr.dev in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/status_double_pending_235407
John Arbash Meinel
- Rev 3468: Update news for IN DEVELOPMENT in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/status_double_pending_235407
John Arbash Meinel
- Rev 3469: fix a test that assumed WT4.set_parent_trees() wouldn't filter the list. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/status_double_pending_235407
John Arbash Meinel
- Rev 3471: start factoring the reannotation code into a policy class, which can then be subclassed. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3472: move in another function. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3473: Move _reannotate_annotated into AnnotationPolicy. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3474: cleanup in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3475: it seems to all be AnnotationPolicy now. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3476: Move the heads provider to be part of the class, rather than a parameter. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3255: minor cleanups in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3477: Remove the now unused functions. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3257: Fix the line endings of bzrlib.tests.blackbox.test_modified, they were dos, should be unix in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 34: Special case showing a single revision without a merge. in http://bzr.arbash-meinel.com/plugins/email
John Arbash Meinel
- Rev 3478: Move UnicodeFeature into a core 'tests' feature, rather than living in test_diff. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/symlink_unicode_135320
John Arbash Meinel
- Rev 3479: Assert that we properly encode inv_entry.symlink_target, (bug #135320) in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/symlink_unicode_135320
John Arbash Meinel
- Rev 3480: Change how we handle unicode targets, and add a NEWS entry. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/symlink_unicode_135320
John Arbash Meinel
- Rev 3478: Split things into a registry of annotation policies, and start in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3479: Split things into a registry of annotation policies, and start in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3478: (broken) start working on some ideas for generating dotted revnos without searching the whole graph. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/lazy_revno
John Arbash Meinel
- Rev 3479: Rename UnicodeFilename => UnicodeFilenameFeature in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3479: Rename UnicodeFilename => UnicodeFilenameFeature in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3483: Fix bug #238149, RemoteBranch.pull needs to return the _real_branch's pull result. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/pull_traceback_238149
John Arbash Meinel
- Rev 3318: Finish fix for bug #125784. need_read/write_lock decorators should attempt to raise an original exception. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/safer-lock-decorator
John Arbash Meinel
- Rev 3484: remove the bogus pdb line in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/pull_traceback_238149
John Arbash Meinel
- Rev 3457: Skip the new test for old weave formats that don't support ghosts in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/mpdiffs_235687
John Arbash Meinel
- Rev 3486: Add a new annotation policy, and add support for testing if all annotation polices handle all the scenarios. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3487: Change the api to support multiple policies per instance. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3488: Implement the reverted line scenario. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3489: Implement 'trunk-reverted' which demonstrates the difference between simple-right and right-head in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3490: implement 'left' policy, and update the test for it. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3491: Implement the 'no-merge' policy, we'll want more tests, though. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3492: Add tests showing the difference of no-merge. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3477: Fix missing import in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3493: Update Trivial tests to excercise multi-parent scenarios. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3494: hack together a way to expose the --policy to the command line. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation_policy_cmd
John Arbash Meinel
- Rev 3496: Fix bug #239933, use the right exception for -c0 in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3497: tweak in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3320: put NEWS entry in the right place in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/safer-lock-decorator
John Arbash Meinel
- Rev 3481: do some amount of checking to ensure that we don't iterate the whole history for mainline nodes. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/lazy_revno
John Arbash Meinel
- Rev 3482: _find_boundary should stop even if the node finds mainline first. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/lazy_revno
John Arbash Meinel
- Rev 3483: Start returning the common node when we encounter it. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/lazy_revno
John Arbash Meinel
- Rev 3484: change the name a bit in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/lazy_revno
John Arbash Meinel
- Rev 3494: Some review feedback from Ian. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3495: more cleanups from Ian in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3496: add a comment about no_merge in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3495: Merge in the latest annotation work. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation_policy_cmd
John Arbash Meinel
- Rev 3496: Hack in a way to not extract unused parent texts. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation_policy_cmd
John Arbash Meinel
- Rev 1: First draft of a plugin for 'per-file-remerge'. in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 2: Move the code out into a separate file for easier testing in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 3: Make it so that running without arguments runs against all conflicted files, and allow multiple files in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 4: set --reprocess to true as the default behavior. in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 5: Handle when there is no common ancestor. in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 6: Add a mutter so we know what file we are processing. in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 7: Change the code so that we pass in the RevisionTree of the merge. in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 8: Shave off a bit more time by using set_parent_trees instead of set_parent_ids in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 9: Warn when we still find a criss-cross in the per-file graph. in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 3497: Change the default annotation policy to 'right-head' in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
- Rev 3505: Shortcut iter_references when we know references aren't supported. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3504: Some small cleanups. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3505: Promote 'VF.get_line_list', using it to extract texts, it is fast, but it doesn't seem to address the core problem yet. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3506: Using vf.annotate() is vastly faster than the alternative, in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3507: Change the annotation to be 'right-head' annotation in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3508: Use a real Weave object by including only the LCA's. Seems to work correctly and fast. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3509: Handle the case when the per-file graph shows an obvious dominator. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3510: Shortcut when one side dominates, though it would be better to do so earlier. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3506: Find some code that thought we were dealing in absolute paths in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3505: Start implementing an API to give the status of individual files. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/get_fingerprint
John Arbash Meinel
- Rev 3506: Add more tests of working tree specific functionality for get_fingerprint in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/get_fingerprint
John Arbash Meinel
- Rev 3511: Add some mutter() calls to help sort out what is going on. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 10: Use the more correct 'tree.revert' rather than merge.transform_tree, which didn't seem to actually do anything. in http://bzr.arbash-meinel.com/plugins/per_file_remerge
John Arbash Meinel
- Rev 3512: Don't trust the 3-way logic after a criss-cross. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3513: Work on writing an LCA algorithm for working on file names, etc. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3514: initial work on an lca algorithm for handling paths, in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3515: Finally, bzr merge doesn't conflict on paths for 5.1=>ndb. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3516: Revert back, and just assume that None means not present. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3517: Switch from note() to mutter() so we can still get the info from the log, but we don't clutter the screen as much. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3518: Hack in a Weave merger that includes all possibly relevant texts. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3519: Seeing if we can get the merge right without having to have all nodes. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3520: Handle when the graphs don't actually combine. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3505: Write an alternative 'walkdirs' implementation that uses win32 apis. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/win32_find_files
John Arbash Meinel
- Rev 3506: Add a test case that shows the mtime is not being returned correctly. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/win32_find_files
John Arbash Meinel
- Rev 3521: Fall back to more complete ancestry when we encounter an edge case that doesn't work with simple LCA searching. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3522: We need to add in the NULL_REVISION if we have to use it as a base. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3523: get the name right in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3524: We don't even have has_version in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3525: Update the lca_multi_way logic so that it can handle when bases supersede eachother for a given entry. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/merge3_per_file
John Arbash Meinel
- Rev 3515: Start working on a special walker that can iterate several trees at once. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 3516: Handle the case when a record is missing in base in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 3517: Handle when the other tree has extra nodes, and we need to yield them. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 3518: Handle more cases when the other tree has extra nodes. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 3519: Handle some edge cases when we have multiple other trees. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 3520: check when there are 3 other trees, rather than just 2 in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 3521: comment in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 3522: Start trying to refactor the big function into smaller ones. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 3523: Refactor the large function into multiple small ones. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker
John Arbash Meinel
- Rev 1045: Finish ra extension. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1046: Finish conversion of wc. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1047: Remove leftover pyrex files. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1048: Fix missing objects, stop removing c files on clean since they're manually written now. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1049: Fix imports of python modules. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1050: Move editor function to separate file. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1051: Provide access to the fs associated with a repos. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1052: Add some more tests for wc module. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1053: Fix more issues with loading C modules. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1054: Add test for missing compiled extensions. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1055: Update documentation to reflect changes in dependencies. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1056: Deal with Python exceptions that happened in callbacks. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1057: Initialize more svn libraries. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1058: Add more test targets. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1059: Fix some bugs in apr pool handling. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1060: Use temporary pools inside client code. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1061: More ra tests. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1062: Add repos tests. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1063: Add tests for core. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1063: Add tests for core. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1064: Fix warnings, errors, tests. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1065: Use more convenience functions. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1066: fix names in workingtree. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1067: Fix arguments to switch and update functions. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1068: Remove unused imports. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1069: Add macro for busy handling, add function for setting busy handler. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1069: Add macro for busy handling, add function for setting busy handler. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1070: Initial work trying to use bzr translation layer between commit builder and working tree since the Subversion one does nasty sleeps. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1071: Fix a couple more tests. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1072: Fix more bugs in the bindings. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1197: Fix compatibility with shallow branches. in file:///data/jelmer/bzr-svn/shallow/
Jelmer Vernooij
- Rev 1073: Merge 0.4. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1074: Fix imports. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1075: Hide more symbols. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1076: Simplify C code in a couple of places, fix busy handling. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1077: Fix more memory management issues. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1078: simplify handling of busy connections. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1200: add convenience function for adding commits without a local working tree. in file:///data/jelmer/bzr-svn/fast-tests/
Jelmer Vernooij
- Rev 1201: Support copying. in file:///data/jelmer/bzr-svn/fast-tests/
Jelmer Vernooij
- Rev 1202: Fix bug in new simple commit editor, use commit editor in logwalker tests. in file:///data/jelmer/bzr-svn/fast-tests/
Jelmer Vernooij
- Rev 1203: Use new commit editor in blackbox. in file:///data/jelmer/bzr-svn/fast-tests/
Jelmer Vernooij
- Rev 1204: Use new API in branchprop tests. in file:///data/jelmer/bzr-svn/fast-tests/
Jelmer Vernooij
- Rev 1205: Avoid using svn.client in more tests. in file:///data/jelmer/bzr-svn/fast-tests/
Jelmer Vernooij
- Rev 1079: Merge 0.4. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1080: Remove return type from done handlers. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1081: Fix several bugs. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1082: Several more minor fixes. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1083: Extend ra log test. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1084: Merge 0.4. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1085: Removing remaining imports of old svn bindings. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1086: Merge property changes from 0.4. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1087: Merge error improvements. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1088: Merge error code improvements from 0.4. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1089: Fix imports. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1090: Add missing constants. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1220: Mark as compatible with 1.6. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 92: Handle case where base branch is descendant of current branch. in file:///data/jelmer/bzr-rebase/trunk/
Jelmer Vernooij
- Rev 93: Clarify test. in file:///data/jelmer/bzr-rebase/trunk/
Jelmer Vernooij
- Rev 1091: Fix more tests. in file:///data/jelmer/bzr-svn/cext/
Jelmer Vernooij
- Rev 1092: Fix import in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1093: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1221: Start working on compatibility with the c extensions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1222: Provide equivalent of core module. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1094: Fix typo, indentation. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1095: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1223: Fix auth. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1224: Import constant for dirent. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1225: Abstract away auth code. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1096: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1097: Remove files with .c equivalents. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1226: Remove unused imports. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1227: Abstract away more of the standard python-svn bindings. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1098: Reorder imports. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1099: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1228: Avoid more direct imports of python subversion bindings. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1100: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1229: Fix more imports. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1101: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1230: Clarify FAQ entry. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1231: Remove more dependencies on the standard python bindings. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1232: Fix imports. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1233: Support get_parent_ids() rather than pending_merges(), which has been removed. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1234: Add abstraction layer around working copy functions. in file:///data/jelmer/bzr-svn/0.4-wc/
Jelmer Vernooij
- Rev 1234: Add some extra targets to makefile to ease debugging. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1102: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1235: Remove memory Pool usage in bzr-svn. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1103: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1236: Specify paths explicitly to do_update and do_switch. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1237: More object oriented editor interface. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1238: Rename baton to editor, which is more appropriate for the OO interface. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1239: Cherrypick some changes from the cext branch. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1104: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1240: Move delta operations to separate file. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1105: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1180: Merg e0.4. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 1241: Change API to be more similar to cext branch. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1106: Remove use of pools. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1107: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1242: Make editor API more object oriented. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1108: Merge 0.4 branch. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1243: Use property rather than function for busy data. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1235: Merge upstream. in file:///data/jelmer/bzr-svn/0.4-wc/
Jelmer Vernooij
- Rev 1109: Move update code to separate function. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1236: Cherrypick own Python bindings for workingcopy management. in file:///data/jelmer/bzr-svn/0.4-wc/
Jelmer Vernooij
- Rev 1244: Merge use of own python bindings for wc. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 1110: Merge upstream. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1110: Merge upstream. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1245: Import own bindings for Subversion repos library. in file:///data/jelmer/bzr-svn/0.4-ra/
Jelmer Vernooij
- Rev 305: Add dependency on libsvn-dev for the next version. in http://bzr.debian.org/pkg-bazaar/bzr-svn/unstable
Jelmer Vernooij
- Rev 1246: Cherrypick repository C bindings. in file:///data/jelmer/bzr-svn/0.4-ra/
Jelmer Vernooij
- Rev 1111: Allow keyword arguments in crawl_revisions. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1112: Use variable names closer matching upstream. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1245: Use wrapped API for svn version. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1246: Add wrapper for svn.repos. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1113: Fix formatting of imports, remove unused import. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1247: Merge upstream. in file:///data/jelmer/bzr-svn/0.4-ra/
Jelmer Vernooij
- Rev 1247: Use own WorkingCopy bindings. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 94: Update copy of GPL. in file:///data/jelmer/bzr-rebase/trunk/
Jelmer Vernooij
- Rev 1248: Add wrapper for client functions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1249: Import C implementations of client and ra bindings. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1250: Add strace-check Makefile target. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1251: use own delta implementation. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1253: Use auth code from client.c. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1254: Remove checks for Subversion version, adapt code to use the new C-basd API. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1255: Use debugging symbols when possible. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1256: Avoid specifying obsolete parameters. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1257: Fix URL changing with reparent. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1258: Pass in peg_rev correctly. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1238: Merge upstream. in file:///data/jelmer/bzr-svn/svn-1.5/
Jelmer Vernooij
- Rev 1259: Canonicalize paths passed to reparent(). in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1260: use single pool for editor and arguments in commit editor. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1261: Cope with changed return value of commit function. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1262: make sure we keep a handle open to the ra session. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1263: Cope with new commit editor return type. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1264: Fix a bunch of tests. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1265: Support notify function in client code. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1266: Fix more tests. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1267: Support client strings. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1253: Merge support for new-style classes. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1268: Fix segfault. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
- Rev 1254: Merge own bindings for ra and client svn libraries. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1255: Fix syntax error. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1114: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1256: Remove unused imports. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1257: Skip test that breaks with svn 1.5. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1258: Fix dependency on svn.repos in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1248: Merge 0.4. in file:///data/jelmer/bzr-svn/0.4-repos-cext/
Jelmer Vernooij
- Rev 1249: Fix build with C-based repos module. in file:///data/jelmer/bzr-svn/0.4-repos-cext/
Jelmer Vernooij
- Rev 1259: Merge use of C-based repos bindings. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1260: Move last py file to C. There are no dependencies on the upstream bindings anymore now. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1261: Update docs about new build instructions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1115: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1262: Cherrypick core.so tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1263: Import wc.so tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1264: Merge repos.so tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1265: Merge tests for ra.so. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1266: Cherrypick additional assertions, small improvements from the cext branch. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1116: Trim diff with 0.4 branch. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1267: merge tests for client.so in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1268: Remove second definition of get_config. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1269: Use svn_get_dir() to walk over directory contents. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1270: Avoid threading - provide a receiver function directly when fetching data for the cache in logwalker. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1239: Merge 0.4. in file:///data/jelmer/bzr-svn/svn-1.5/
Jelmer Vernooij
- Rev 1271: Make sure all the right flags are specified when compiling extensions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1240: Merge build improvements. in file:///data/jelmer/bzr-svn/svn-1.5/
Jelmer Vernooij
- Rev 1271: Make sure all the right flags are specified when compiling extensions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1240: Merge build improvements. in file:///data/jelmer/bzr-svn/svn-1.5/
Jelmer Vernooij
- Rev 1272: Deal with apr flags being empty. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1241: Avoid use of stock python bindings. in file:///data/jelmer/bzr-svn/svn-1.5/
Jelmer Vernooij
- Rev 1273: Fix reference handling. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1274: Allow changing progress function. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1275: Unconditionally use auth providers. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1276: Use python implementation of secs_to_cstring. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1277: Rewrite time_from_cstring in Python. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1278: Move core.c functionality to python. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1279: Add tests for auth code. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1280: Add more auth tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1281: Use standard open_tmp_file implementation. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1281: Implement tmp file callback. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1282: Add NEWS entry about endless loop in logwalker. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1283: Provide access to new style log functions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1284: Cope with new include_merged_revisions argument. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1285: Keyboard interrupts are no longer swallowed. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1285: Keyboard interrupts are no longer swallowed. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1286: Mutter why connecting to a SVN URL fails. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1287: Support setting default auth username/password. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1288: Remove unused import, add comment. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1289: More error checking. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1290: Cope with new get_log API. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1291: use capabilities. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1292: Use capabilities rather than catching exceptions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1293: Remove unused smart protocol functions present directly on transport. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1294: core is now a python module - using it to verify the build is pointless. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1295: Add revprop cache to logwalker. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1296: Special case revnum 0 since it is never cached. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1297: Fix character set handling. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1298: Add test for revprop_list, remove special casing in mapping code. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1299: Fix mapping tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1300: Add new easy to use commit editor for tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1301: Use new commit editor. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1302: Use new commit editor API. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 95: Use tuples more consistently. in file:///data/jelmer/bzr-rebase/trunk/
Jelmer Vernooij
- Rev 96: Update NEWS. in file:///data/jelmer/bzr-rebase/trunk/
Jelmer Vernooij
- Rev 1303: Fix tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1304: Remove the old test commit editor. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1305: Remove unused tests helper functions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1306: Fix more tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1307: Add note about SSL certificate breakage. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1308: Properly convert redirect requests to Bazaar exceptions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1309: Add note about find_children function. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1310: Fix typos in auth.py. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1311: Add trivial cache for repos root. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1312: cloning_metadir() is now implemented. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1117: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/cext
Jelmer Vernooij
- Rev 1313: Merge fix for compatibility with svn built with --enable-runtime-module-search in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1314: Merge support for more apr configs. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1315: Fix handling replaced items in get_previous(). in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1316: Fix callback for get_file_revs, add extra checks. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1317: Add tests for get_file_revs. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1318: Cope with bzr not having username available. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1319: Fix conversion of revprops. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1320: More pedantic return value checking. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1321: Fix tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1322: Obtain new connection before creating thread to cope with possible exceptions being raised. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1323: Use iter_changes() from lhs_revision_parent. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1324: Fix signature test. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1247: Merge test. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1248: Add some tests for the LogCache. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1249: Add more LogCache tests. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1325: Use logwalker.iter_changes() rather than logwalker.get_revision_paths(). in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1250: Merge removal of last get_revision_paths call. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1251: Remove LogWalker.get_revision_paths() from the public API. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1326: Fix typo. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1327: Remove use of find_latest_change. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1328: Cache repos root and uuid. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1329: Don't use cache when searching for revision signatures. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1330: Wrap replay_range. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1331: Add hack to make sure other thread doesn't hang, as suggested by Martin. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1332: Upgrade cache version. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1333: Simplify fetch code. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1334: Fix reference count, argument. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1335: Fix exception name in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1336: Add note about username/password prompting working ootb in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1337: Fix memory leak. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1338: Set exp bit for now, pending issues with the http transport. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1339: Add note about revision iteration being fixed. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1340: Fix some memory leaks. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1341: Use potentially cached revprop list. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1342: Fix memory leak leaking config variables. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1343: Fix converting redirect errors. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1344: Remove assumption about 4-byte pointers. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1345: Fix another hardcoded pointer size. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1346: Add extra assertion. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1347: Simplify call. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1348: Add tests for get_locations. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1349: Fix compatibility with new versionedfiles API. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1350: Cope with new required attributes on Repository implementations. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1351: Fix map saving. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1352: Fix loading from fileid map cache. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1353: Add versionedfiles tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1354: Add implementation and tests for stats. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1355: Fix ra.get_locations() tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1356: fix tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1357: Add another info test. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1358: Add extra test, todo items for versionedfiles. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1252: Merge the 0.4 branch. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1253: PEP8, docstrings. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1254: Commit every 1000 revisions rather than every 1000 db operations. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1255: Simplify checking for existing cache data. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1256: Use uppercase/lowercase style consistent with rest of the project. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1257: Use somewhat clearer name for function. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1359: More get_locations tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1360: Add wrapper for get_locations. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1360: Add wrapper for get_locations. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1361: Fix get_branch_path(). in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1362: Fix ancestry tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1363: Properly raise nosuchrevision exception. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1364: Fix timezone test. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1365: Fix get_log call in logwalker. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1366: Avoid use of weave_store. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1367: Fix get_file_text(). in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1368: Use new commit editor. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1369: Use portable argument to get_log(). in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1370: Use new commit editor. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1371: use new commit editor in transport tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1372: Use new commit editor API in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1373: Add target for checking for memory leaks. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1374: use new commit editor in more tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1375: Implement send_stream to delta function in Python. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1376: Convert more functions to use the new commit editor interface. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1377: Extra type checking. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1378: Properly propagate sentinel in delta steam. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1379: Allow calling txdelta objects. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1380: Use python implementation of send to stream function. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 506: Make handle-patch not dependend on the users name being abentley and install it. in file:///data/jelmer/bzr-gtk/fix-handle-patch/
Jelmer Vernooij
- Rev 507: Use helper script to open patches. in file:///data/jelmer/bzr-gtk/fix-handle-patch/
Jelmer Vernooij
- Rev 508: Move notify icon to a separate script so it's easier to add to startup scripts. in file:///data/jelmer/bzr-gtk/trayicon/
Jelmer Vernooij
- Rev 509: Update NEWS. in file:///data/jelmer/bzr-gtk/trayicon/
Jelmer Vernooij
- Rev 510: Install bzr-notify. in file:///data/jelmer/bzr-gtk/trayicon/
Jelmer Vernooij
- Rev 1181: Add news entry about dpush. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 1182: Merge 0.4. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 1381: Convert some push tests to use the new commit builder API. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1382: use commit editor in some places in tree tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1383: Couple more. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1384: Implement FakeVersionedFiles.get_parent_map. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1385: Implement get_record_stream in FakeVersionedFiles. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1386: Fix versionedfiles tests. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1387: Switch to using serializer format 7 in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1388: implement content for FakeRevisionTexts. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1389: Implement get_record_stream() for files. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1390: Add wrapper for get-file. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1391: Fix construction of fake texts. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1392: Deal with absent content. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1393: Deal with the fact inventory_sha1 can't be None. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
- Rev 1369: Merge partial support for stacked branches. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 511: Merge trunk. in file:///data/jelmer/bzr-gtk/trayicon/
Jelmer Vernooij
- Rev 507: merge fix to make gcommit ignore the close signal. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 508: Merge fix for key names. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 509: Merge addition of refresh button to olive. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 510: Merge fix for categories in desktop files. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 511: Merge fix for log button in olive-gtk. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 512: Clarify that Szilveszter and I aren't the sole maintainers of bzr-gtk. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 1183: Merge 0.4. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 512: remove tortoisebzr tests, since it now lives elsewhere. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 512: Fix import in olive. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 512: Show full license details in about dialog. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 1184: Add test for dpush. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 16: Rename collapse_by_author -> collapse_by_person since author has an unambigous meaning in file:///data/jelmer/bzr-stats/trunk/
Jelmer Vernooij
- Rev 17: Use get_apparent_author rather than committer. in file:///data/jelmer/bzr-stats/trunk/
Jelmer Vernooij
- Rev 18: Add credits command, test classify code by default, add comments to classify code. in file:///data/jelmer/bzr-stats/trunk/
Jelmer Vernooij
- Rev 513: Show the credits of those who contributed in the About dialog. in file:///data/jelmer/bzr-gtk/credits/
Jelmer Vernooij
- Rev 19: List contributors with more contributions first. in file:///data/jelmer/bzr-stats/trunk/
Jelmer Vernooij
- Rev 20: Add --show-class argument to stats command. in file:///data/jelmer/bzr-stats/trunk/
Jelmer Vernooij
- Rev 1185: Merge 0.4. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 1186: make dpush test pass. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 1187: Rebase after dpush. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 1188: Rename svn-dpush -> dpush. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 1189: Clarify FAQ about dpush. in file:///data/jelmer/bzr-svn/dpush/
Jelmer Vernooij
- Rev 1190: Add known failure handling existing data in tree. in http://people.samba.org/bzr/jelmer/bzr-svn/dpush
Jelmer Vernooij
- Rev 1373: Merge support for the dpush command. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1374: make sure multiple revisions can be pushed correctly. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1375: Fix tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1376: Implement pyify_lock. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1377: Merge encoding fixes from Martin. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1378: Attempt to close database. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1379: Use log implementation from ra rather than from client. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1380: Use ra set and get revprop functions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1383: Remove duplicate code. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 957: Merge 0.4. in file:///data/jelmer/bzr-svn/revisionloader/
Jelmer Vernooij
- Rev 512: Pass graph object rather than full repository to linegraph. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 512: Pass graph object rather than full repository to linegraph. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 513: Add simple test for linegraph. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 514: Merge Chad's progress bar in viz patch. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 515: Rename GtkProgressBarStack to GtkWindowProgressBarStack in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 516: Stop emitting no longer used revisions-loaded message. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 517: Simplify progress bar code, use embedded progress bar inside viz window. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 512: Avoid use of removed smart_add(). in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 512: Fix use of smart_add. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 513: Fix another use of smart_add. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 512: Re-enable signature showing. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 513: Return cleartext from seahorse module in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 514: Make sure signed testament matches repository data. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 513: Update NEWS. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 1258: Merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
- Rev 1384: Cherrypick LogCache class from Martins svn-1.5 branch. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 515: Merge patch for checking signatures. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 516: Merge fix for import in Olive. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 519: merge new progress bars in bzr viz. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 520: merge new index button. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 521: Remove obsolete tortoisebzr tests. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 522: Remove use of upstream removed Repository.revision_parents() in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 1388: Add explicit dependency on svn_subr-1 (apparantly needed for Mac OS X. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1389: Fix syntax in setup.py. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1390: Cherrypick tests for LogCache. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
- Rev 1259: merge 0.4. in http://people.samba.org/bzr/jelmer/bzr-svn/svn-1.5
Jelmer Vernooij
Last message date:
Mon Jun 30 23:55:04 BST 2008
Archived on: Mon Jun 30 23:55:18 BST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).