Name Status Project Last Modified Last Commit
lp:~ian-clatworthy/bzr/auto-detect-dev-processes (Has a merge proposal) Development bzr 2010-02-19 06:58:17 UTC
5051. Expose development processes at the t...

Author: Ian Clatworthy
Revision Date: 2010-02-19 06:57:37 UTC

Expose development processes at the top level, including the win32_build one.

lp:~ian-clatworthy/bzr/bzrbranches (Has a merge proposal) Development bzr 2009-11-29 11:51:35 UTC
4835. Add .bzrbranches to the default ignor...

Author: Ian Clatworthy
Revision Date: 2009-11-29 11:51:09 UTC

Add .bzrbranches to the default ignores (shared-tree model in Explorer)

lp:~ian-clatworthy/bzr/fast-commit Development bzr 2007-06-06 06:48:29 UTC
2542. Refactor commit._update_builder_with_...

Author: Ian Clatworthy
Revision Date: 2007-06-20 06:51:49 UTC

Refactor commit._update_builder_with_changes() to walk the working inventory just once

lp:~ian-clatworthy/bzr/faster-log-file (Has a merge proposal) Development bzr 2009-06-17 05:48:37 UTC
4387. add NEWS item

Author: Ian Clatworthy
Revision Date: 2009-06-17 05:48:37 UTC

add NEWS item

lp:~ian-clatworthy/bzr/finish-commit-hook (Has a merge proposal) Development bzr 2009-09-01 12:18:44 UTC
4649. NEWS item

Author: Ian Clatworthy
Revision Date: 2009-09-01 12:16:13 UTC

NEWS item

lp:~ian-clatworthy/bzr/log-dir Development bzr 2009-02-09 03:31:17 UTC
3997. ensure paths are relative to current ...

Author: Ian Clatworthy
Revision Date: 2009-02-09 03:31:17 UTC

ensure paths are relative to current dir, not top level

lp:~ian-clatworthy/bzr/log-file-tweaks Development bzr 2009-11-30 12:50:45 UTC
4838. Merge patch for faster log file in fl...

Author: Ian Clatworthy
Revision Date: 2009-11-30 11:32:11 UTC

Merge patch for faster log file in flatish history

lp:~ian-clatworthy/bzr/log-show-custom (Has a merge proposal) Development bzr 2009-05-25 06:59:46 UTC
4380. log --show-custom

Author: Ian Clatworthy
Revision Date: 2009-05-25 06:58:57 UTC

log --show-custom

lp:~ian-clatworthy/bzr/sphinx-only (Has a merge proposal) Development bzr 2010-05-26 04:28:37 UTC
5256. Drop support for generating docs via ...

Author: Ian Clatworthy
Revision Date: 2010-05-26 04:28:37 UTC

Drop support for generating docs via docutils - Sphinx only now

lp:~j-morenol/bzr/ProCur Development bzr 2008-06-11 14:54:46 UTC This branch has not been pushed to yet.
lp:~jakubl/bzr/neptunide Development bzr 2012-01-17 20:20:04 UTC
6066. Client SSL certificate authentication

Author: Jakub Laskowski
Revision Date: 2012-01-17 20:20:04 UTC

Client SSL certificate authentication

lp:~jameinel/bzr/1.12-progress-updates Development bzr 2009-01-16 19:10:29 UTC
3944. Properly clean up the progress stack ...

Author: John A Meinel
Revision Date: 2009-01-16 19:07:49 UTC

Properly clean up the progress stack when a nested progress bar is finished.

lp:~jameinel/bzr/1.15-split-pack Development bzr 2009-05-05 20:36:54 UTC
4305. Merge in the change to cause 'bzr pac...

Author: John A Meinel
Revision Date: 2009-04-27 22:14:38 UTC

Merge in the change to cause 'bzr pack' to pack 'recent' things together.
Will probably revert the part that moves recent texts to the front,
but it should be evaluated.

lp:~jameinel/bzr/1.17-annotate-bug387952 bug Development bzr 2009-06-16 22:07:32 UTC
4455. Merge bzr.dev 4449 to get the _known_...

Author: John A Meinel
Revision Date: 2009-06-16 22:07:32 UTC

Merge bzr.dev 4449 to get the _known_graph code.

lp:~jameinel/bzr/1.17-btree-faster Development bzr 2009-07-01 22:17:39 UTC
4506. Implement LeafNode.items() rather tha...

Author: John A Meinel
Revision Date: 2009-07-01 22:17:39 UTC

Implement LeafNode.items() rather than going directly to .keys.

At this point 'timeit' shows that a partial parse gives 28ms down from 49ms.
So an approx savings of 2x.

lp:~jameinel/bzr/1.17-bug387294 Development bzr 2009-06-15 17:17:57 UTC
4442. Add a fairly broken test for StreamSo...

Author: John A Meinel
Revision Date: 2009-06-15 17:17:57 UTC

Add a fairly broken test for StreamSource working to send data to RemoteRepo.

It turns out we have 3 bugs.
1) (already known) Knit formats don't work, because they try to lock the target again.
2) RemoteRepositoryFormat has a bogus value for 'supports_chks'. This causes the code
that is determining how to transmit inventories to get confused. (In these tests the
two formats are identical, we just don't realize that...)
3) The StreamSink code uses 'from_serializer == to_serializer' to determine if it
needs to cast the fulltexts back up to Inventory objects or not. However, because
of (2) we would have sent a full text inventory, but Sink would think we did not...
4) Latent bug... supports_chk isn't quite enough detail given serializer
issues. However, it is sufficient for all current formats, so we'll live with
it.

lp:~jameinel/bzr/1.17-extra-hpss-debug bug Development bzr 2009-06-19 16:41:53 UTC
4465. Add some more 'number of bytes' debug...

Author: John A Meinel
Revision Date: 2009-06-19 16:40:50 UTC

Add some more 'number of bytes' debugging to '-Dhpss'

lp:~jameinel/bzr/2.0.0-bzr-explorer-exe Development bzr 2009-09-17 12:20:41 UTC
4666. Start trying to put together a 'windo...

Author: John A Meinel
Revision Date: 2009-09-17 12:19:47 UTC

Start trying to put together a 'windows' front end
that won't create the dos box.
I think it would work, but py2exe is confused about my current version
of PyQt, which has some py3k code that can't be imported, but if
I list it in 'excludes' then it complains that the code isn't there...

lp:~jameinel/bzr/2.0.1-faster-get-deltas-bug374730 Development bzr 2009-09-24 22:16:50 UTC
4683. We can check if old matches first, wh...

Author: John A Meinel
Revision Date: 2009-09-24 22:15:25 UTC

We can check if old matches first, which gives us a couple more hits.
Down to 49s. Not the <36s I'd like to be at, though...

lp:~jameinel/bzr/2.0.5-switch-unicode-317778 bug(Has a merge proposal) Development bzr 2010-02-11 17:45:22 UTC
4730. Escape the to_location for 'bzr switc...

Author: philyoon
Revision Date: 2010-02-11 17:43:26 UTC

Escape the to_location for 'bzr switch'
so that it can handle non-ascii sibling branch names.

Needs tests. Bug #317778

lp:~jameinel/bzr/2.0.6-reconcile-stacked-441125 bug Development bzr 2010-06-23 21:25:59 UTC
4753. calling repo.reconcile(thorough=True)...

Author: John A Meinel
Revision Date: 2010-06-23 20:56:41 UTC

calling repo.reconcile(thorough=True) seems to fail on all formats.

This is unexpected, as I would have thought 1.9 formats would have been fine.

lp:~jameinel/bzr/2.0b1-multibisect Development bzr 2009-08-24 18:33:43 UTC
4636. small tweaks For some reason, it doe...

Author: John A Meinel
Revision Date: 2009-08-24 18:33:43 UTC

small tweaks

For some reason, it doesn't seem to be faster than the pure python version...
very strange.

lp:~jameinel/bzr/2.1-chk-memory Development bzr 2009-10-08 22:13:01 UTC
4738. And a fix for has_id()

Author: John A Meinel
Revision Date: 2009-10-08 22:01:25 UTC

And a fix for has_id()

lp:~jameinel/bzr/2.1-remove-win32-build (Has a merge proposal) Development bzr 2009-10-23 15:02:15 UTC
4766. Remove some of the build dependencies...

Author: John A Meinel
Revision Date: 2009-10-23 15:01:54 UTC

Remove some of the build dependencies from the bzr source tree.

Note that the build process still uses *some* files from the bzr source.
Which is bad (IMO), but the way it is until we get a real overhaul and cleanup.

lp:~jameinel/bzr/2.1-st-index Development bzr 2009-10-13 22:01:39 UTC
4777. Handle the case where the recursive c...

Author: John A Meinel
Revision Date: 2009-10-13 22:01:39 UTC

Handle the case where the recursive call ends up returning NotImplemented.

This had been raising an exception, which wasn't the nicest way to handle it.
I don't know how we have the mixed tuple I'm seeing now, I'm guessing something else
is wrong. But at least this avoids one failure point.

lp:~jameinel/bzr/2.1.0b4-pull-v Development bzr 2009-12-09 17:29:36 UTC
4788. Handle when pull --overwrite no longe...

Author: John A Meinel
Revision Date: 2009-12-09 17:29:36 UTC

Handle when pull --overwrite no longer has the tip in the ancestry.

lp:~jameinel/bzr/2.1.0rc1-faster-export-343218 Development bzr 2009-12-15 17:39:48 UTC
4901. Move the patch for dir exporter into ...

Author: John A Meinel
Revision Date: 2009-12-15 17:39:31 UTC

Move the patch for dir exporter into a helper.

This makes it easier for other exporters to be fast. Note that because
the content is defined as being returned in arbitrary order, this may
not actually be appropriate for tar and zip exporters. People complained
that 'bzr export foo.tar.gz' wasn't stable enough because of gz timestamps,
this would be far worse.

lp:~jameinel/bzr/2.2-create-ghost Development bzr 2010-06-07 21:03:16 UTC
5285. Add the simplest setup I could think ...

Author: John A Meinel
Revision Date: 2010-06-07 21:01:46 UTC

Add the simplest setup I could think of to test that we can handle a ghost.

lp:~jameinel/bzr/2.2.0b2-contained-pack Development bzr 2010-03-14 11:08:31 UTC
5112. Merge and revert the removal, but kee...

Author: John A Meinel
Revision Date: 2010-03-14 11:08:31 UTC

Merge and revert the removal, but keep some of the changes.

lp:~jameinel/bzr/2.2.0b2-pack-collection Development bzr 2010-06-16 18:59:40 UTC
5122. we can now round-trip content via dat...

Author: John A Meinel
Revision Date: 2010-06-16 18:59:40 UTC

we can now round-trip content via data_access.

lp:~jameinel/bzr/2.3-failing-full-log Development bzr 2011-08-30 14:35:23 UTC
5662. Add a failing test, so that I don't s...

Author: John A Meinel
Revision Date: 2011-08-30 10:49:48 UTC

Add a failing test, so that I don't submit stuff I don't want.

lp:~jameinel/bzr/2.3-gcb-peak-mem bug(Has a merge proposal) Development bzr 2010-12-02 21:44:26 UTC
5543. A TODO entry. Overall this experimen...

Author: John A Meinel
Revision Date: 2010-12-02 21:42:46 UTC

A TODO entry.

Overall this experiment hasn't been particularly beneficial. The final speed
is still slower than the existing code, and the primary knob that reduced
peak memory size is to change the stride for large content. Which can be
trivially added to the existing match code.

I like the code quite a bit, but I wish I had more to show for the amount
of effort put into it.

lp:~jameinel/bzr/2.3-split-pack Development bzr 2010-07-20 14:08:51 UTC
5354. Revive my really-old split-pack code.

Author: John A Meinel
Revision Date: 2010-07-20 14:08:15 UTC

Revive my really-old split-pack code.

lp:~jameinel/bzr/2.4-dirstate-test Development bzr 2011-05-30 10:32:37 UTC
5927. Prototype a format that removes redun...

Author: John A Meinel
Revision Date: 2011-05-30 10:32:30 UTC

Prototype a format that removes redundancy, should be faster to parse.

lp:~jameinel/bzr/2.4-failing-no-fdatasync Development bzr 2011-08-31 07:18:59 UTC
6043. Switch sync to default True, and try ...

Author: John A Meinel
Revision Date: 2011-08-31 07:18:59 UTC

Switch sync to default True, and try another failed run.

lp:~jameinel/bzr/2.4-incremental-push-stacked-745664 Development bzr 2011-04-27 07:29:16 UTC
5809. (jameinel) Fix bug #765881, we don't...

Author: Canonical.com Patch Queue Manager
Revision Date: 2011-04-21 13:22:08 UTC

(jameinel) Fix bug #765881,
 we don't need to save the dirstate file for trivial changes. (John A Meinel)

lp:~jameinel/bzr/2.4-log-subdir bug Development bzr 2011-02-22 22:06:28 UTC
5675. Add flags for enabling --delta comput...

Author: John A Meinel
Revision Date: 2011-02-22 22:06:28 UTC

Add flags for enabling --delta computation.

Something isn't 100% correct, because post-filter we end up with different counts.
The performance is pretty darn good, though.
[--filter] Took 4.184s for 100 revisions (610 changes, 88005 file_ids) and path: bzrlib
vs
Took 0.702s for 100 revisions (599 changes, 88005 file_ids) and path: bzrlib
vs
[--filter] Took 3.268s for 100 revisions (0 changes, 88005 file_ids) and path: bzrlib
and
Took 0.288s for 100 revisions (0 changes, 88005 file_ids) and path: bzrlib
Note also that iter_changes is faster in the chk form, than the pre-filtered form.
Not huge, but 0.7-0.28 = 0.414, vs 4.184-3.268=0.916.

lp:~jameinel/bzr/2.4-merge-2.3 Development bzr 2011-09-02 22:26:49 UTC
6044. Merge 2.3 into 2.4 including the get_...

Author: John A Meinel
Revision Date: 2011-09-02 22:26:49 UTC

Merge 2.3 into 2.4 including the get_parent_map tweak.

lp:~jameinel/bzr/2.4-repack-missing-inventories-437003 Development bzr 2011-03-08 12:00:59 UTC
5706. Merge the fix from 2.0 all the way up...

Author: John A Meinel
Revision Date: 2011-03-08 11:57:31 UTC

Merge the fix from 2.0 all the way up to the 2.4 release.

lp:~jameinel/bzr/2.5-hanging-tests Development bzr 2011-09-30 11:55:30 UTC
6179. more debugging bits.

Author: John A Meinel
Revision Date: 2011-09-30 11:55:30 UTC

more debugging bits.

lp:~jameinel/bzr/2.5-no-fdatasync-tests Development bzr 2011-08-29 17:34:59 UTC
6112. Don't actually call fdatasync, make o...

Author: John A Meinel
Revision Date: 2011-08-29 17:32:36 UTC

Don't actually call fdatasync, make osutils.fdatasync a no-op

lp:~jameinel/bzr/annotate-cleanup bug Development bzr 2008-03-13 16:29:38 UTC
3249. (broken) start exposing 'annotator' a...

Author: John A Meinel
Revision Date: 2008-03-13 16:29:38 UTC

(broken) start exposing 'annotator' as a Tree and Repository api.

lp:~jameinel/bzr/annotation bug Development bzr 2008-06-20 19:54:19 UTC
3497. Change the default annotation policy ...

Author: John A Meinel
Revision Date: 2008-06-20 16:13:41 UTC

Change the default annotation policy to 'right-head'

lp:~jameinel/bzr/btree_with_bloom Development bzr 2009-04-21 03:26:43 UTC
4299. Filter keys before checking a given b...

Author: John A Meinel
Revision Date: 2009-04-20 22:24:57 UTC

Filter keys before checking a given backing index.

lp:~jameinel/bzr/bzr.dev Development bzr 2011-05-03 17:44:22 UTC
5816. (jelmer) Remove unused RepositoryForm...

Author: Canonical.com Patch Queue Manager
Revision Date: 2011-05-02 21:13:54 UTC

(jelmer) Remove unused RepositoryFormat._get_versioned_file_store. (Jelmer
 Vernooij)

lp:~jameinel/bzr/chk-index Development bzr 2010-01-06 01:12:07 UTC
4805. Merge bzr.dev 4934, resolve a small c...

Author: John A Meinel
Revision Date: 2010-01-06 01:12:07 UTC

Merge bzr.dev 4934, resolve a small conflict, come up to date.

lp:~jameinel/bzr/fix277537 Development bzr 2009-02-03 20:22:14 UTC
22. Ensure compatibility up to bzr-1.6.1 ...

Author: Vincent Ladeuil
Revision Date: 2009-02-03 20:22:14 UTC

Ensure compatibility up to bzr-1.6.1 (at least).

* reconcile.py:
(InventoryAncestryReconcilePacker._copy_fixed_nodes): Ensure
old (as far as 1.6.1) bzr versions compatibility by using either
'chunked' or 'fulltext' storage kind. Fix another edge case in
batch calculation

lp:~jameinel/bzr/history_denormalization Development bzr 2010-03-29 23:47:20 UTC
5124. Some comments on the reverse mapping.

Author: John A Meinel
Revision Date: 2010-03-29 23:47:20 UTC

Some comments on the reverse mapping.

lp:~jameinel/bzr/ignore-exception Development bzr 2010-01-15 14:37:39 UTC
4956. Change the match order. We lose a tin...

Author: John A Meinel
Revision Date: 2010-01-15 14:37:12 UTC

Change the match order.
We lose a tiny bit of precision, but it should increase our match speed.
Specifically, if a pattern is not ignored, we don't need to evaluate
the exclusion pattern. Further we don't need to evaluate the always-ignore
pattern unless the exclusion pattern matches.
The loss of precision is that if a pattern is always-ignore but not
excluded, then we don't add the '\!\!' back to the pattern.
The gain is that in the 'initial add' case, we only need to check one
match, and not 3. And in the 'ignored' case, we only need to check
2 matches, and not 3. This should help decrease the performance hit.

lp:~jameinel/bzr/junk-test Development bzr 2011-05-02 12:06:41 UTC
5816. First commit, with debugging

Author: John A Meinel
Revision Date: 2011-05-02 12:04:29 UTC

First commit, with debugging

lp:~jameinel/bzr/junk-test2 Development bzr 2011-05-04 21:08:14 UTC
5817. Second commit, more debugging.

Author: John A Meinel
Revision Date: 2011-05-03 12:40:03 UTC

Second commit, more debugging.

lp:~jameinel/bzr/lazy_revno Development bzr 2009-01-20 20:51:29 UTC
3530. Expose get_lazy_revno_mapper() as par...

Author: John A Meinel
Revision Date: 2009-01-20 20:51:29 UTC

Expose get_lazy_revno_mapper() as part of Branch.

lp:~jameinel/bzr/leaking-test-experiment Development bzr 2010-06-17 13:57:08 UTC
5274. Wrap socket objects so we can get tra...

Author: John A Meinel
Revision Date: 2010-06-17 13:56:44 UTC

Wrap socket objects so we can get tracebacks.

lp:~jameinel/bzr/lru_locking Development bzr 2010-05-01 04:52:28 UTC
5194. Possible thread-safe LRUCache impleme...

Author: John A Meinel
Revision Date: 2010-05-01 04:52:08 UTC

Possible thread-safe LRUCache implementation.

You could still break stuff by using .add() by multiple threads, but
at least the double-linked list structure should always be correct.
Which is the greater source of threading failures.

lp:~jameinel/bzr/revision_bencode_decoder Development bzr 2009-06-04 20:19:29 UTC
4416. Use the chk_serializer in actual work.

Author: John A Meinel
Revision Date: 2009-06-04 20:19:29 UTC

Use the chk_serializer in actual work.

lp:~jameinel/bzr/sftp_bug_293746 bug Development bzr 2008-11-06 18:12:53 UTC
3817. Fix bug #293746, we just need to hand...

Author: John A Meinel
Revision Date: 2008-11-06 17:27:21 UTC

Fix bug #293746, we just need to handle when bisect_left gives us the end of the list.

lp:~jameinel/bzr/test-commits Development bzr 2011-03-31 14:01:09 UTC
5748. no change 3

Author: John A Meinel
Revision Date: 2011-03-31 14:01:09 UTC

no change 3

lp:~jameinel/bzr/test-traceback-767177 bug(Has a merge proposal) Development bzr 2011-04-22 10:30:42 UTC
5811. Update setup.py and release-notes to ...

Author: John A Meinel
Revision Date: 2011-04-22 10:30:42 UTC

Update setup.py and release-notes to say python 2.6

lp:~james-page/bzr/unittest2-assertWarns (Has a merge proposal) Development bzr 2015-07-06 10:44:07 UTC
6604. Ensure that unittest2 assertWarns doe...

Author: James Page
Revision Date: 2015-07-06 10:43:49 UTC

Ensure that unittest2 assertWarns does not override local use of same name.

lp:~james-w/bzr/bzr.dev.hooks Development bzr 2009-04-06 22:35:26 UTC This branch has not been pushed to yet.
lp:~james-w/bzr/bzr.dev.revert Development bzr 2009-03-13 05:05:06 UTC
4127. Revert should revert pending merges e...

Author: James Westby
Revision Date: 2009-03-13 04:57:59 UTC

Revert should revert pending merges even if --forget-merges isn't given.

lp:~jamesh/bzr/pending-revprops Development bzr 2005-12-31 23:56:22 UTC
1987. review fixes from John

Author: James Henstridge
Revision Date: 2006-09-08 00:45:23 UTC

review fixes from John

lp:~jbowtie/bzr/better-sphinx-theme Development bzr 2010-10-13 09:13:20 UTC
5471. Restructure layout to better follow C...

Author: John C Barstow
Revision Date: 2010-10-13 09:11:52 UTC

Restructure layout to better follow Canonical branding guidelines

lp:~jelmer/bzr/integrated Development bzr 2012-11-27 02:12:19 UTC
6574. Merge integration of bzr-fastimport p...

Author: Jelmer Vernooij
Revision Date: 2012-11-27 02:12:19 UTC

Merge integration of bzr-fastimport plugin.

lp:~jkakar/bzr/custom-project-name bug(Has a merge proposal) Development bzr 2009-11-24 19:16:13 UTC
4732. - Merged trunk.

Author: Jamu Kakar
Revision Date: 2009-11-24 19:16:13 UTC

- Merged trunk.

lp:~jls-boost/bzr/bug952132 (Has a merge proposal) Development bzr 2012-03-18 22:29:24 UTC
6512. Workaround for bug #952132 (two typos...

Author: Scanferlato
Revision Date: 2012-03-18 22:20:50 UTC

Workaround for bug #952132
(two typos also included)

lp:~jls-boost/bzr/myTest Development bzr 2012-02-04 23:07:16 UTC
49. Updated get_log name Commented out fa...

Author: Scanferlato
Revision Date: 2012-02-04 23:07:16 UTC

Updated get_log name
Commented out failing tests (FIXME)

lp:~joan-u/bzr/cfeg Development bzr 2012-02-21 19:28:23 UTC This branch has not been pushed to yet.
lp:~joke/bzr/file_permissions_authentication.conf bug(Has a merge proposal) Development bzr 2009-11-06 17:34:46 UTC
4791. Don't emit warning message if the opt...

Author: Joke de Buhr
Revision Date: 2009-11-06 08:33:19 UTC

Don't emit warning message if the option 'no_insecure_permissions_warning'
is set to 'True' in bazaar.conf [DEFAULT]

lp:~jr/bzr/i18n-bzr.pot-update (Has a merge proposal) Development bzr 2011-09-16 15:30:36 UTC
6145. update bzr.pot

Author: Jonathan Riddell
Revision Date: 2011-09-16 15:30:25 UTC

update bzr.pot

lp:~jr/bzr/i18n-options (Has a merge proposal) Development bzr 2011-08-25 15:22:34 UTC
6101. replace format_option with our versio...

Author: Jonathan Riddell
Revision Date: 2011-08-25 15:21:51 UTC

replace format_option with our version which adds gettext() call

lp:~jszakmeister/bzr/dcommit Development bzr 2010-07-14 10:29:38 UTC
5347. Add a --lossy option to commit and pa...

Author: John Szakmeister
Revision Date: 2010-07-14 10:11:16 UTC

Add a --lossy option to commit and pass it to tree.commit.

lp:~kbielefe/bzr/602614-out-of-memory bug Development bzr 2010-10-07 02:21:54 UTC
5455. Add stub for ChunkedGroupCompressBlock.

Author: Karl Bielefeldt
Revision Date: 2010-10-07 02:21:54 UTC

Add stub for ChunkedGroupCompressBlock.

lp:~kendfinger-deactivatedaccount/bzr/bzr Development bzr 2012-05-01 22:54:25 UTC
6523. (vila) Avoid test sphinx-related fail...

Author: Patch Queue Manager
Revision Date: 2012-04-19 10:29:45 UTC

(vila) Avoid test sphinx-related failures now that we don't have direct
 sphinx anymore. (Vincent Ladeuil)

lp:~kendfinger-deactivatedaccount/bzr/trunk Development bzr 2012-05-01 23:04:03 UTC
6523. (vila) Avoid test sphinx-related fail...

Author: Patch Queue Manager
Revision Date: 2012-04-19 10:29:45 UTC

(vila) Avoid test sphinx-related failures now that we don't have direct
 sphinx anymore. (Vincent Ladeuil)

lp:~kfogel/bzr/306394-status-tolerate-nonexistent Development bzr 2008-12-17 22:13:08 UTC
3911. * bzrlib/tests/blackbox/test_status.p...

Author: Karl Fogel
Revision Date: 2008-12-17 22:13:08 UTC

* bzrlib/tests/blackbox/test_status.py
  (BranchStatus.test_status_nonexistent_file): Expect successful
    return code, but still with a warning.
  (BranchStatus.test_tree_status_specific_files): Don't look for
    raised error on absent file.

lp:~kfogel/bzr/relnotes-improvements Development bzr 2009-03-10 21:46:07 UTC This branch has not been pushed to yet.
lp:~kiyuko/bzr/gnu-changelog (Has a merge proposal) Development bzr 2009-03-13 00:33:41 UTC
4133. Remove whitespace between function na...

Author: Andrea Bolognani
Revision Date: 2009-03-13 00:33:41 UTC

Remove whitespace between function name and parens.

lp:~knittl/bzr/cat-signature (Has a merge proposal) Development bzr 2010-09-23 18:22:51 UTC
5440. Copyright 2010

Author: Daniel Knittl-Frank
Revision Date: 2010-09-23 18:22:51 UTC

Copyright 2010

lp:~knittl/bzr/cat-signature-verify Development bzr 2010-09-19 20:22:36 UTC
5435. --verify flag to check if the genarat...

Author: Daniel Knittl-Frank
Revision Date: 2010-09-18 07:18:18 UTC

--verify flag to check if the genarated testament matches with the signed one

does not consider the format of the signed testament yet (parsing of the
stored message is necessary for that)

lp:~kokiya/bzr/bzr Development bzr 2009-05-05 14:20:02 UTC This branch has not been pushed to yet.
lp:~krause/bzr/1037108 bug(Has a merge proposal) Development bzr 2012-08-16 12:35:06 UTC
6554. use unicode constants

Author: Thomas Krause
Revision Date: 2012-08-15 14:01:02 UTC

use unicode constants

lp:~kursad.turker/bzr/gnome-cvs Development bzr 2007-12-16 13:52:45 UTC This branch has not been pushed to yet.
lp:~larstiq/bzr/bug541626 bug Development bzr 2012-04-28 18:06:06 UTC
6524. Copy CombinedGraphIndex.get_parent_ma...

Author: Wouter van Heyst
Revision Date: 2012-04-28 17:44:28 UTC

Copy CombinedGraphIndex.get_parent_map as a minimal BTreeBuilder._find_ancestors

lp:~larstiq/bzr/bug_920411 bug Development bzr 2012-04-10 11:46:16 UTC
6520. Expect trouble from Registry.get()

Author: Wouter van Heyst
Revision Date: 2012-04-10 11:41:22 UTC

Expect trouble from Registry.get()

lp:~larstiq/bzr/bzr.lq Development bzr 2005-12-31 23:35:17 UTC
1777. workaround for get_ancestry raising '...

Author: Wouter van Heyst
Revision Date: 2006-07-01 22:23:37 UTC

workaround for get_ancestry raising 'not a sequence' exception

lp:~larstiq/bzr/nested-trees (Linked to a blueprint) Development bzr 2008-03-09 00:30:14 UTC
1875. Remove no longer needed debuging faci...

Author: Wouter van Heyst
Revision Date: 2008-03-08 18:17:48 UTC

Remove no longer needed debuging facility.

lp:~launchpad/bzr/2.0.0-lp Development bzr 2009-10-16 20:06:34 UTC
4674. Update version to 2.0.0-lp-2

Author: Aaron Bentley
Revision Date: 2009-10-16 20:06:34 UTC

Update version to 2.0.0-lp-2

lp:~launchpad/bzr/2.2-lp bug Development bzr 2011-02-09 01:39:31 UTC
5120. Set version to 2.2.2-lp-2.

Author: William Grant
Revision Date: 2011-02-09 01:08:36 UTC

Set version to 2.2.2-lp-2.

lp:~launchpad/bzr/lp Development bzr 2019-06-13 08:58:40 UTC
6589. Backport https://code.launchpad.net/~...

Author: Colin Watson
Revision Date: 2019-06-12 15:29:55 UTC

Backport https://code.launchpad.net/~jelmer/brz/fix-open-policy/+merge/368594 for Launchpad.

lp:~lifeless/bzr/broken (Has a merge proposal) Development bzr 2010-04-15 11:55:48 UTC
5159. break a test.

Author: Robert Collins
Revision Date: 2010-04-15 11:55:36 UTC

break a test.

lp:~lifeless/bzr/bug-423818 bug(Has a merge proposal) Development bzr 2009-09-06 20:37:06 UTC
4656. Properly pack 2a repositories during ...

Author: Robert Collins
Revision Date: 2009-09-06 20:34:43 UTC

Properly pack 2a repositories during conversion operations. (Robert Collins. #423818)

lp:~lifeless/bzr/debugging Development bzr 2008-01-31 02:05:12 UTC This branch has not been mirrored yet.
lp:~lifeless/bzr/dirstate2 bug Development bzr 2010-05-20 06:55:13 UTC
4723. Merge up with trunk, resolve 'stuff' ...

Author: Robert Collins
Revision Date: 2010-05-20 06:55:13 UTC

Merge up with trunk, resolve 'stuff' - all tests pass.

lp:~lifeless/bzr/graphdelta Development bzr 2007-04-03 08:10:21 UTC
2399. Make Graph.get_descendants be lazy, a...

Author: Robert Collins
Revision Date: 2007-04-03 07:43:02 UTC

Make Graph.get_descendants be lazy, and return the internal reference to avoid copy-overhead. Also increase GraphDelta performance.

lp:~lifeless/bzr/hg-plugin-trunk Development bzr 2005-12-31 23:45:48 UTC
10. Use file.read rather than file.revisi...

Author: Robert Collins
Revision Date: 2006-06-06 16:55:41 UTC

Use file.read rather than file.revision to get file texts (avoids including file metadata in output) [Thanks mpm for pointing this out.].

lp:~lifeless/bzr/hpss_ratches (Has a merge proposal) Development bzr 2009-08-10 02:33:58 UTC
4596. Remove duplicate warnings about hpss ...

Author: Robert Collins
Revision Date: 2009-08-10 02:33:10 UTC

Remove duplicate warnings about hpss ratchets by centralising all the ratchets in bzrlib.tests. (Robert Collins)

lp:~lifeless/bzr/index.hashed Development bzr 2008-01-28 06:08:37 UTC
3205. Get prefix scaling working.

Author: Robert Collins
Revision Date: 2008-01-27 18:15:29 UTC

Get prefix scaling working.

lp:~lifeless/bzr/index.range_map Development bzr 2008-06-19 03:21:32 UTC
3223. Merge bzr.dev.

Author: Robert Collins
Revision Date: 2008-06-19 01:17:19 UTC

Merge bzr.dev.

lp:~lifeless/bzr/py3 (Has a merge proposal) Development bzr 2010-06-22 19:56:16 UTC
5319. Make bzrlib.commands importable under...

Author: Robert Collins
Revision Date: 2010-06-22 19:56:16 UTC

Make bzrlib.commands importable under Python 3.

201300 of 1307 results