You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:bzr

There are download files available for Bazaar.

Bazaar has 17 active reviews. See all merge proposals.

Bazaar has 567 active branches owned by 162 people and 7 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:~chy-causer/bzr/bzr-term-info Experimental 2011-12-16 09:52:14 UTC
26. Change script to be better (thanks to...

Author: Chris Causer
Revision Date: 2011-12-16 09:52:14 UTC

Change script to be better (thanks to vila)

lp:~bzr/bzr/daily-ppa-hardy Development 2011-12-10 03:15:15 UTC
3991. Merge python2.5 branch.

Author: Jelmer Vernooij
Revision Date: 2011-12-10 03:15:15 UTC

Merge python2.5 branch.

lp:~hid-iwata/bzr/shelve-keep Development 2011-12-07 12:26:48 UTC
6056. add --keep to shelve command.

Author: IWATA Hidetaka
Revision Date: 2011-12-07 12:26:48 UTC

add --keep to shelve command.

lp:~mbp/bzr/integration (Has a merge proposal) Development 2011-12-01 07:26:20 UTC
6333. merge news

Author: Martin Pool
Revision Date: 2011-12-01 07:26:20 UTC

merge news

lp:~mbp/bzr/getrusage Development 2011-11-29 08:46:04 UTC
6320. Add -Drusage debug option

Author: Martin Pool
Revision Date: 2011-11-29 08:45:16 UTC

Add -Drusage debug option

lp:~mbp/bzr/bigstring (Has a merge proposal) Development 2011-11-29 07:26:22 UTC
6262. Remove stray pdb call

Author: Martin Pool
Revision Date: 2011-11-29 07:26:08 UTC

Remove stray pdb call

lp:~rom1-chal/bzr/post_checkout_hook (Has a merge proposal) Development 2011-11-25 11:09:51 UTC
6249. Fixes tests with tree.last_revision

Author: Romain Chalumeau
Revision Date: 2011-11-25 11:09:51 UTC

Fixes tests with tree.last_revision

lp:~bzr-core/bzr/devnotes Development 2011-11-16 15:55:17 UTC
63. Mention that the two config designs c...

Author: Vincent Ladeuil
Revision Date: 2011-11-16 15:55:17 UTC

Mention that the two config designs co-exist.

lp:~vila/bzr/devnotes (Has a merge proposal) Development 2011-11-16 15:55:17 UTC
63. Mention that the two config designs c...

Author: Vincent Ladeuil
Revision Date: 2011-11-16 15:55:17 UTC

Mention that the two config designs co-exist.

lp:~mbp/bzr/890085-memory bug Development 2011-11-14 08:32:30 UTC
6260. Use BigString from groupcompress and ...

Author: Martin Pool
Revision Date: 2011-11-14 08:32:30 UTC

Use BigString from groupcompress and add some debug help

lp:~debian-bazaar/bzr/2.4 Mature 2011-11-07 16:16:29 UTC
3974. releasing version 2.4.2-2

Author: Jelmer Vernooij
Revision Date: 2011-11-07 16:16:29 UTC

releasing version 2.4.2-2

lp:~gagern/bzr/bug869912-log-root-dir bug(Has a merge proposal) Development 2011-10-17 12:20:41 UTC
6203. Add blackbox test for full and root-d...

Author: Martin von Gagern
Revision Date: 2011-10-17 12:20:41 UTC

Add blackbox test for full and root-dir log in current working directory.

lp:~tomasboccardo/bzr/algo2 Experimental 2011-10-14 03:25:55 UTC This branch has not been pushed to yet.
lp:~abentley/bzr/lp-link-bug bug Development 2011-10-12 20:45:45 UTC
6208. (jelmer) Support upgrading between th...

Author: Patch Queue Manager
Revision Date: 2011-10-12 13:06:09 UTC

(jelmer) Support upgrading between the 2a and development-colo formats.
 (Jelmer Vernooij)

lp:~gentilenacho/bzr/PRUEBA Development 2011-10-05 13:37:31 UTC This branch has not been pushed to yet.
lp:~jameinel/bzr/2.5-hanging-tests Development 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:~florian-vichot/bzr/giveback (Has a merge proposal) Development 2011-09-29 04:49:11 UTC
6176. More detailed comment.

Author: Florian Vichot
Revision Date: 2011-09-29 04:49:11 UTC

More detailed comment.

lp:~vila/bzr/more-config-stats Development 2011-09-20 09:33:01 UTC
6145. Quick-and-dirty hack to get a list of...

Author: Vincent Ladeuil
Revision Date: 2011-09-20 09:23:48 UTC

Quick-and-dirty hack to get a list of options to migrate.

lp:~jr/bzr/i18n-bzr.pot-update (Has a merge proposal) Development 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:~gagern/bzr/bug842695-log-dir bug Development 2011-09-10 14:44:37 UTC
6130. Test case exposing bug #842695. When...

Author: Martin von Gagern
Revision Date: 2011-09-10 13:35:51 UTC

Test case exposing bug #842695.

When restricting a log to a given directory, _generate_deltas will be sued
to find out matching revisions. It does so using
repository.get_deltas_for_revisions, which describes the difference that the
given revision introduced with respect to its left hand parent. So files
introduced by the right hand parent of a commit will be considered "added"
by the delta. This can lead to false positives, to commits reportedly
touching a given dir although they only merged stuff introducing these
files.

Note that for in some cases, this is expected behaviour: every merge on the
route from a modification to its first merge into mainline should be
considered touched by that modification. But for stuff already included in
main line, those modifications should not be reported again if they are
merged into some side line. In other words, every change should have one
direct child reporting it, but no more.

_generate_deltas apparently processes revisions in batches of 200. After
each batch, the found additions are removed from the fileid_set and won't be
tracked in the next batch. Processing terminates if there are no more files
to track. Due to this logic, a false positive in one batch can lead to
false negatives later on, as the file gets removed too early, and its actual
addition is therefore lost.

lp:~gagern/bzr/unexpected-log-test-behaviour Development 2011-09-09 16:54:14 UTC
6127. Adjusted log catcher in blackbox test...

Author: Martin von Gagern
Revision Date: 2011-09-09 16:54:14 UTC

Adjusted log catcher in blackbox test to exclude sidelines by default.

This more closely matches the behaviour of the command line tool, as is to
be expected for a blackbox test. Adjusted the TestLogMultiple class as at
least one test case in that class relies on the old behaviour.

Also found one failing test in MainlineGhostTests, which appears to be a
genuine bug. Replicated that test case to show its dependence on the levels
parameter.

lp:~vila/bzr/2.3-integration Development 2011-09-09 13:10:19 UTC
5663. (vila) Merge 2.2 into 2.3 resolving c...

Author: Patch Queue Manager
Revision Date: 2011-09-09 13:10:19 UTC

(vila) Merge 2.2 into 2.3 resolving conflicts (Vincent Ladeuil)

lp:~gagern/bzr/bug842575-rm-resolve bug Development 2011-09-07 12:15:11 UTC
6133. Catch one more detail in #842575 test...

Author: Martin von Gagern
Revision Date: 2011-09-07 12:15:11 UTC

Catch one more detail in #842575 test case.

I found out that recreating the file will list it as added instead of
missing, despite the ignore. So I've rearranged the tests so that the
ignore and the --take-other (which preserves the base name) are now in the
same test, and ensure that adding the file again will cause no output at
all.

lp:~vila/bzr/832036-stack-registry bug(Has a merge proposal) Development 2011-09-07 09:03:28 UTC
6129. Implement a config stack registry and...

Author: Vincent Ladeuil
Revision Date: 2011-09-07 09:02:47 UTC

Implement a config stack registry and use it.

lp:~jameinel/bzr/2.4-merge-2.3 Development 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:~vila/bzr/2.2-integration (Has a merge proposal) Development 2011-09-02 22:23:04 UTC
5137. (vila) Open 2.2.6 for bug fixes (Vinc...

Author: Canonical.com Patch Queue Manager
Revision Date: 2011-09-02 22:23:04 UTC

(vila) Open 2.2.6 for bug fixes (Vincent Ladeuil)

lp:~bzr-pqm/bzr/new-pqm-test Development 2011-09-02 11:01:42 UTC
6047. [trivial] new PQM test

Author: Patch Queue Manager
Revision Date: 2011-09-02 11:01:42 UTC

[trivial] new PQM test

lp:~vila/bzr/837926-log-make-check (Has a merge proposal) Development 2011-08-31 09:02:16 UTC
4771. Output time stamps while running ``ma...

Author: Vincent Ladeuil
Revision Date: 2011-08-31 09:01:59 UTC

Output time stamps while running ``make check`` to get better timings from pqm.

lp:~jameinel/bzr/2.4-failing-no-fdatasync Development 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.3-failing-full-log Development 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:~gagern/bzr/bug-702914 Development 2011-08-29 19:15:11 UTC
6085. Test lazy import race conditions usin...

Author: Martin von Gagern
Revision Date: 2011-08-29 19:14:31 UTC

Test lazy import race conditions using different stop locations.

lp:~jameinel/bzr/2.5-no-fdatasync-tests Development 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:~gagern/bzr/lazy_import-force_modules Development 2011-08-29 16:11:05 UTC
6107. Disallow lazy imports of anything but...

Author: Martin von Gagern
Revision Date: 2011-08-29 16:10:23 UTC

Disallow lazy imports of anything but whole modules.

lp:~abentley/bzr/memory-storage Development 2011-08-29 15:05:34 UTC
6064. By default, files are non-executable.

Author: Aaron Bentley
Revision Date: 2011-07-29 01:49:20 UTC

By default, files are non-executable.

lp:~vila/bzr/2.4-python2.5 Development 2011-08-29 14:33:42 UTC
6039. Apply the missing patches

Author: Vincent Ladeuil
Revision Date: 2011-08-29 14:33:42 UTC

Apply the missing patches

lp:~jr/bzr/i18n-options (Has a merge proposal) Development 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:~bzr/bzr/daily-ppa Development 2011-08-21 18:58:11 UTC
3965. Merge lp:~maxb/bzr/fix-meliae-feature...

Author: Max Bowsher
Revision Date: 2011-08-21 18:58:11 UTC

Merge lp:~maxb/bzr/fix-meliae-feature-use

lp:~vila/bzr/2.1-integration bug Development 2011-08-19 20:27:48 UTC
4882. (vila) Merge 2.0 into 2.1 (including ...

Author: Canonical.com Patch Queue Manager
Revision Date: 2011-08-19 20:27:48 UTC

(vila) Merge 2.0 into 2.1 (including fix for #614713) (Vincent
 Ladeuil)

lp:bzr/2.0 Development 2011-08-19 12:36:45 UTC
4770. (vila) Fix report activity for https ...

Author: Canonical.com Patch Queue Manager
Revision Date: 2011-08-19 12:36:45 UTC

(vila) Fix report activity for https with pycurl (Vincent Ladeuil)

lp:~vila/bzr/2.0-integration bug Development 2011-08-19 12:36:45 UTC
4770. (vila) Fix report activity for https ...

Author: Canonical.com Patch Queue Manager
Revision Date: 2011-08-19 12:36:45 UTC

(vila) Fix report activity for https with pycurl (Vincent Ladeuil)

lp:~vila/bzr/614713-https-pycurl-activity bug(Has a merge proposal) Development 2011-08-18 09:13:34 UTC
6083. Fix report activity for https with py...

Author: Vincent Ladeuil
Revision Date: 2011-08-18 09:12:50 UTC

Fix report activity for https with pycurl

lp:~thomir-deactivatedaccount/bzr/add-global-config (Has a merge proposal) Development 2011-08-05 04:15:13 UTC
6055. Reverted changes after feedback from ...

Author: Thomi Richards
Revision Date: 2011-08-05 04:15:13 UTC

Reverted changes after feedback from Vila.

lp:~mbp/bzr/test-errors bug(Has a merge proposal) Development 2011-08-03 02:24:11 UTC
5979. merge trunk

Author: Martin Pool
Revision Date: 2011-08-03 02:24:11 UTC

merge trunk

lp:~mbp/bzr/764108-diffoptions bug(Has a merge proposal) Development 2011-08-01 07:55:04 UTC
5731. merge trunk, including test_diff clea...

Author: Martin Pool
Revision Date: 2011-04-18 05:53:10 UTC

merge trunk, including test_diff cleanups

lp:~mthaddon/bzr/trunk Development 2011-07-29 05:31:55 UTC
6047. [trivial] Test for PQM

Author: Tom Haddon
Revision Date: 2011-07-29 05:24:33 UTC

[trivial] Test for PQM

lp:~soussoujoel/bzr/soussouni Development 2011-07-27 14:43:10 UTC This branch has not been pushed to yet.
lp:~dennis-benzinger/bzr/735417-BZR_PROGRESS_BAR-help-update bug(Has a merge proposal) Development 2011-07-27 06:46:58 UTC
6046. Fixed description of BZR_PROGRESS_BAR...

Author: Dennis Benzinger
Revision Date: 2011-07-26 18:46:25 UTC

Fixed description of BZR_PROGRESS_BAR in "bzr help env-variables".

lp:~paulbrianstewart/bzr/814311-typo-52825-manBzr bug(Has a merge proposal) Development 2011-07-21 22:43:23 UTC
6037. * Corrected spelling of "an" to "a" t...

Author: Paul Stewart
Revision Date: 2011-07-21 22:21:01 UTC

* Corrected spelling of "an" to "a" the man bzr "Description" paragraph.
* Added "Part of the GNU Project" to the beginning of the man bzr "Description" paragraph.

lp:~spiv/bzr/faster-stacked-tree-build bug(Has a merge proposal) Development 2011-07-15 07:24:38 UTC
5839. Tidy some lint.

Author: Andrew Bennetts
Revision Date: 2011-07-15 07:24:38 UTC

Tidy some lint.

lp:~debian-bazaar/bzr/2.3 Mature 2011-07-14 18:39:44 UTC
3933. New upstream release.

Author: Jelmer Vernooij
Revision Date: 2011-07-14 18:39:44 UTC

New upstream release.

lp:~spiv/bzr/stacked-fetch-same-chks bug Development 2011-07-14 08:32:52 UTC
6002. Failed attempt at a fix: re-request i...

Author: Andrew Bennetts
Revision Date: 2011-07-14 08:32:52 UTC

Failed attempt at a fix: re-request inventories whose CHK roots are missing. That grabs the CHK pages, but fails to grab the corresponding texts.

lp:~xaav/bzr/subtrees bug Development 2011-07-11 22:22:24 UTC
6024. Added nested branch option

Author: <email address hidden>
Revision Date: 2011-07-11 22:21:15 UTC

Added nested branch option

lp:~spiv/bzr/test-isolation-speed (Has a merge proposal) Development 2011-07-11 05:27:07 UTC
6020. Add crude -Esafety_net_cost selftest ...

Author: Andrew Bennetts
Revision Date: 2011-07-11 05:27:07 UTC

Add crude -Esafety_net_cost selftest debug flag.

lp:~giang2n/bzr/expenses Development 2011-07-05 13:53:55 UTC This branch has not been pushed to yet.
lp:~scgmleeooo/bzr/trunk Development 2011-07-02 05:42:35 UTC This branch has not been mirrored yet.
lp:~paulbrianstewart/bzr/paul (Has a merge proposal) Development 2011-06-25 05:23:27 UTC
3933. control * Changed the incorrect spe...

Author: Paul Stewart
Revision Date: 2011-06-25 00:42:45 UTC

control
  * Changed the incorrect spelling of 'instalations' to 'installations'

lp:~niranjan-sahoo/bzr/devel Development 2011-06-16 12:48:03 UTC This branch has not been pushed to yet.
lp:~afarikofi/bzr/ihris Development 2011-06-12 15:05:16 UTC This branch has not been mirrored yet.
lp:~gz/bzr/220464-stale-locks Development 2011-06-08 06:59:15 UTC
5453. Expect test_lock_holder_dead_process ...

Author: Martin Packman
Revision Date: 2011-06-08 06:59:15 UTC

Expect test_lock_holder_dead_process to pass on win32 now

lp:~vila/bzr/mv_after_with_dest_added Development 2011-06-07 16:31:42 UTC
5914. Simplify and unlock on errors.

Author: Vincent Ladeuil
Revision Date: 2011-06-07 16:31:07 UTC

Simplify and unlock on errors.

lp:~xaav/bzr/tarball-generator bug(Has a merge proposal) Development 2011-06-07 15:55:27 UTC
5979. Fixed export.

Author: xaav
Revision Date: 2011-06-07 15:55:27 UTC

Fixed export.

lp:~mbp/bzr/try-import Development 2011-06-01 06:55:00 UTC
5939. Add a copy of try_import/try_imports ...

Author: Martin Pool
Revision Date: 2011-06-01 06:51:38 UTC

Add a copy of try_import/try_imports from testtools

lp:~vila/bzr/current-config (Has a merge proposal) Development 2011-05-31 08:25:31 UTC
5482. Merge config-editor-option into next

Author: Vincent Ladeuil
Revision Date: 2011-05-31 08:25:31 UTC

Merge config-editor-option into next

lp:~vila/bzr/new-config (Has a merge proposal) Development 2011-05-30 14:56:02 UTC
5481. Merge config-editor-option into next

Author: Vincent Ladeuil
Revision Date: 2011-05-30 14:56:02 UTC

Merge config-editor-option into next

lp:~jameinel/bzr/2.4-dirstate-test Development 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:~mbp/bzr/help (Has a merge proposal) Development 2011-05-20 15:58:14 UTC
5906. Better help for cmd_revert.

Author: Martin Pool
Revision Date: 2011-05-20 15:58:09 UTC

Better help for cmd_revert.

lp:~maxb/bzr/deref-in-set-stacking (Has a merge proposal) Development 2011-05-20 09:56:43 UTC
5651. Dereference via directory service the...

Author: Max Bowsher
Revision Date: 2011-05-20 09:45:51 UTC

Dereference via directory service the argument to --stacked-on (push &
reconfigure) so that stacked-on locations are not dependent on the directory
service plugins installed in a particular instance of Bazaar.

Unfortunately this does not _yet_ let us use lp: URLs in --stacked-on, as
Launchpad currently does not consider /+branch/... to be a valid stacking
location.

lp:~maxb/bzr/normalize-lp (Has a merge proposal) Development 2011-05-20 09:56:17 UTC
5650. Fix bzrlib.urlutils.normalize_url whe...

Author: Max Bowsher
Revision Date: 2011-05-20 09:29:48 UTC

Fix bzrlib.urlutils.normalize_url when processing URLs with a scheme, but no
slash in the path - before this, lp:bzr was 'normalized' to lp:bzrlp:bzr (sic).

lp:~gz/bzr/lazy_hook_test_cleanup_785054 (Has a merge proposal) Development 2011-05-19 14:53:27 UTC
5896. Split hook isolation tests into sever...

Author: Martin Packman
Revision Date: 2011-05-19 14:48:29 UTC

Split hook isolation tests into several cases in new class

lp:~vila/bzr/784521-test-tariff-simple-serve-hangs bug Development 2011-05-19 14:53:16 UTC
5899. Properly kill the smart server subpro...

Author: Vincent Ladeuil
Revision Date: 2011-05-19 14:51:19 UTC

Properly kill the smart server subprocess

lp:~vila/bzr/socket-leaks Development 2011-05-18 10:06:01 UTC
5889. Trace last_conn.

Author: Vincent Ladeuil
Revision Date: 2011-05-18 10:06:01 UTC

Trace last_conn.

lp:~songofacandy/bzr/i18n bug(Linked to a blueprint)(Has a merge proposal) Development 2011-05-14 03:12:00 UTC
5860. Update pot

Author: methane
Revision Date: 2011-05-14 03:12:00 UTC

Update pot

lp:~vila/bzr/per-workingtree-inv-delta Development 2011-05-13 17:13:36 UTC
5861. Remove duplication.

Author: Vincent Ladeuil
Revision Date: 2011-05-13 17:13:06 UTC

Remove duplication.

lp:~jameinel/bzr/junk-test2 Development 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/bzr.dev Development 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:~vila/bzr/config Development 2011-05-03 07:50:37 UTC This branch is empty.
lp:~jameinel/bzr/junk-test Development 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:~abentley/bzr/dev Development 2011-04-29 23:19:13 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:~martin-ueding/bzr/naive-i18n Experimental 2011-04-29 17:59:01 UTC
5819. added more translation

Author: Martin Ueding
Revision Date: 2011-04-29 17:59:01 UTC

added more translation

lp:~bataxx-keren/bzr/lapSID-0.1 Experimental 2011-04-28 09:50:00 UTC This branch has not been pushed to yet.
lp:~jameinel/bzr/2.4-incremental-push-stacked-745664 Development 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/test-traceback-767177 bug(Has a merge proposal) Development 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:~mbp/bzr/progress bug(Has a merge proposal) Development 2011-04-21 05:46:20 UTC
5809. Just testing

Author: Martin Pool
Revision Date: 2011-04-21 05:46:20 UTC

Just testing

lp:~maria-captains/bzr/diffoptions bug(Has a merge proposal) Development 2011-04-18 00:00:49 UTC
5729. support diff -F in all generated diff...

Author: Sergei Golubchik
Revision Date: 2011-03-20 19:21:29 UTC

support diff -F in all generated diffs
with per-file configuration rules

lp:~amanica/bzr/supports_executable-detect-based-on-fs-240294 bug Development 2011-04-17 22:14:45 UTC
5379. uncommit me

Author: Marius Kruger
Revision Date: 2011-04-17 22:14:45 UTC

uncommit me

lp:~mbp/bzr/experiment Development 2011-04-14 06:29:05 UTC
5786. Add intentional failure to see what p...

Author: Martin Pool
Revision Date: 2011-04-14 06:29:05 UTC

Add intentional failure to see what pqm does

lp:~mbp/bzr/760387-no-subunit Development 2011-04-14 05:57:32 UTC
5786. 'make check' no longer emits a subuni...

Author: Martin Pool
Revision Date: 2011-04-14 05:57:22 UTC

'make check' no longer emits a subunit stream

lp:~mbp/bzr/760387-make-check Development 2011-04-14 05:53:47 UTC
5785. Make check should return ImportWarnin...

Author: Martin Pool
Revision Date: 2011-04-14 05:22:06 UTC

Make check should return ImportWarning to ignore, the default.

Otherwise cases like 'import debian' will fail if any working tree has a
debian/ subdirectory, which is true for some plugins.

lp:~songofacandy/bzr/523746-difftool-file-names Development 2011-04-04 05:04:03 UTC
5175. Make test for the case of userencodin...

Author: methane
Revision Date: 2011-04-04 04:40:54 UTC

Make test for the case of userencoding can't encode filename.

lp:~jmurzy/bzr/fork Experimental 2011-04-03 19:04:26 UTC This branch has not been pushed to yet.
lp:~mbp/bzr/659763-non-ascii-gecos bug(Has a merge proposal) Development 2011-04-01 04:01:19 UTC
5125. Add a test for decoding on non-ascii ...

Author: Martin Pool
Revision Date: 2011-04-01 03:58:36 UTC

Add a test for decoding on non-ascii GECOS entries.

Separate out get_user_name_from_os so that it can be tested in isolation.

Fix mis-imported mutter statements.

Add static sampledata into bzrlib.tests.fixtures.

lp:~jameinel/bzr/test-commits Development 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:~mbp/bzr/module-scenarios Development 2011-03-31 04:27:31 UTC
5513. implementation_module_scenarios gener...

Author: Martin Pool
Revision Date: 2010-12-09 02:14:09 UTC

implementation_module_scenarios generates scenarios for whichever modules are available.

lp:~vila/bzr/devnotes-config Development 2011-03-30 13:14:17 UTC
42. More design ideas.

Author: Vincent Ladeuil
Revision Date: 2011-03-30 13:12:58 UTC

More design ideas.

lp:~ds-escalon/bzr/main Development 2011-03-24 04:51:16 UTC This branch has not been pushed to yet.
lp:~maria-captains/bzr/bugtracker (Has a merge proposal) Development 2011-03-21 09:00:23 UTC
5729. preconditions for bugtrackers support...

Author: Sergei Golubchik
Revision Date: 2011-03-21 08:47:25 UTC

preconditions for bugtrackers support in bzr-gtk

lp:~spiv/bzr/retry-with-new-packs-709349-2.3 Development 2011-03-15 03:16:29 UTC
5629. Ugly hackery to reproduce the traceba...

Author: Andrew Bennetts
Revision Date: 2011-03-15 03:16:29 UTC

Ugly hackery to reproduce the traceback in the bug.

lp:~maciekzych/bzr/2c4853098403bcc73d36905604e0c4b7 Experimental 2011-03-13 23:17:57 UTC
13. coś

Author: maciek zych
Revision Date: 2011-03-13 23:17:57 UTC

coś

lp:~jameinel/bzr/2.4-repack-missing-inventories-437003 Development 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:~naesten/bzr/merge-4 Development 2011-03-01 17:30:22 UTC
5691. (gz) Fix test failure on alpha by cor...

Author: Canonical.com Patch Queue Manager
Revision Date: 2011-02-28 21:14:27 UTC

(gz) Fix test failure on alpha by correcting format string for
 gc_chk_sha1_record (Martin [gz])

101200 of 567 results
You can't create new branches for Bazaar.