Name Status Project Last Modified Last Commit
lp:~a1s/brz/3.2 bug(Has a merge proposal) Development brz 2022-01-18 07:08:23 UTC
7572. Merge lp:brz/3.2

Author: Aleksandr Smyshliaev
Revision Date: 2022-01-18 07:08:23 UTC

Merge lp:brz/3.2

lp:~a1s/brz/3.2-windows-test_osutils Development brz 2021-11-17 17:18:33 UTC
7562. Make most of the osutils regression t...

Author: Aleksandr Smyshliaev
Revision Date: 2021-11-17 17:15:43 UTC

Make most of the osutils regression tests pass on Windows

lp:~a1s/brz/3.2-windows_test_config Development brz 2021-11-23 12:17:36 UTC
7562. Fix regression tests run by selftest ...

Author: Aleksandr Smyshliaev
Revision Date: 2021-11-23 12:16:22 UTC

Fix regression tests run by selftest test_config on Windows

lp:~a1s/brz/3.2-work bug Development brz 2021-12-04 04:32:48 UTC
7572. TestCaseInTempDir: run GC before tryi...

Author: Aleksandr Smyshliaev
Revision Date: 2021-12-03 16:36:22 UTC

TestCaseInTempDir: run GC before trying to delete the directory.

lp:brz/3.0 Development brz 2020-05-30 01:35:40 UTC
7341. Fix compatibility with newer versions...

Author: Jelmer Vernooij
Revision Date: 2020-05-30 01:35:40 UTC

Fix compatibility with newer versions of flake8.

Merged from https://code.launchpad.net/~jelmer/brz/flakes-fix/+merge/384002

lp:brz/3.1 Development brz 2021-05-02 15:54:51 UTC
7696. Don't rely on index entries being a t...

Author: Jelmer Vernooij
Revision Date: 2021-05-02 15:54:51 UTC

Don't rely on index entries being a tuple of size 10.

Merged from https://code.launchpad.net/~jelmer/brz/dulwich-compat/+merge/402101

lp:brz/3.2
Series: 3.2
(Has a merge proposal) Development brz 2022-10-30 18:15:12 UTC
7601. Add tarmac configuration.

Author: Jelmer Vernooij
Revision Date: 2022-10-30 18:15:12 UTC

Add tarmac configuration.

lp:brz/3.3
Series: 3.3
(Has a merge proposal) Development brz 2024-04-03 00:40:56 UTC
7830. Drop the win32 specific walkdirs impl...

Author: Jelmer Vernooij
Revision Date: 2024-04-03 00:40:56 UTC

Drop the win32 specific walkdirs implementation

by jelmer review by jelmer

lp:~brz/brz/base Development brz 2021-11-18 01:19:15 UTC
7554. Update PYTHONPATH to include local br...

Author: Jelmer Vernooij
Revision Date: 2021-11-18 01:19:15 UTC

Update PYTHONPATH to include local breezy package when running from source.

Merged from https://code.launchpad.net/~jelmer/brz/auto-path/+merge/412034

lp:~brz/brz/br Development brz 2021-08-20 11:28:23 UTC This branch has not been pushed to yet.
lp:~brz/brz/brz.rs (Has a merge proposal) Development brz 2021-08-20 16:01:32 UTC
7558. Indentation fixes.

Author: Jelmer Vernooij
Revision Date: 2021-08-20 16:01:32 UTC

Indentation fixes.

lp:~brz/brz/byoci Development brz 2022-07-11 15:46:32 UTC
7597. Simplify byov, move to focal with onl...

Author: Vincent Ladeuil
Revision Date: 2022-07-11 15:46:32 UTC

Simplify byov, move to focal with only apt packages.

lp:~brz/brz/debian bug Development brz 2019-03-06 22:18:14 UTC
4477. Drop various patches applied upstream...

Author: Jelmer Vernooij
Revision Date: 2019-03-06 22:18:14 UTC

Drop various patches applied upstream: 21_lp_set_description,
22_print_warnings, 23_homedir_location, 24_git_symlink_push,
25_segmentsurl, 27_pkgimport_conf, 28_cat_revision_git,
29_stacked_on_location, 30_git_fixes.

lp:~brz/brz/homepage Development brz 2022-02-08 18:27:54 UTC
52. Fix node-static invocation.

Author: Jelmer Vernooij
Revision Date: 2022-02-08 18:27:54 UTC

Fix node-static invocation.

lp:~brz/brz/rust Development brz 2020-12-25 17:47:23 UTC
7659. Add simple rust module.

Author: Jelmer Vernooij
Revision Date: 2020-12-25 17:47:23 UTC

Add simple rust module.

lp:~brz/brz/tarmactest Development brz 2022-10-23 16:51:29 UTC
7677. Tarmactest by jelmer review by jelmer

Author: Jelmer Vernooij
Revision Date: 2022-10-23 16:51:29 UTC

Tarmactest by jelmer review by jelmer

lp:brz
Series: trunk
Development brz 2024-03-24 19:11:56 UTC
7931. Ignore race conditions loading config...

Author: Jelmer Vernooij
Revision Date: 2024-03-24 19:11:56 UTC

Ignore race conditions loading config

by jelmer review by jelmer

lp:~brz/brz/unstable Development brz 2018-05-19 15:53:28 UTC This branch has not been imported yet.
lp:~cjwatson/brz/fastimport-fix-directory-renames (Has a merge proposal) Development brz 2021-10-25 20:59:15 UTC
7542. fastimport: Fix export of directory r...

Author: Colin Watson
Revision Date: 2021-10-25 20:52:19 UTC

fastimport: Fix export of directory renames.

Passing `specific_files=[change.path[0]]` to
`tree_old.iter_entries_by_dir` yields only the entry for that path,
rather than for that path and all directory entries contained by it as
the code appeared to expect. Fix this to emit the correct rename
commands for all directory entries under the path being renamed, and fix
up subsequent delete commands to match.

This fixes the export of
https://bazaar.launchpad.net/~lazr-developers/launchpadlib/trunk/revision/36.1.1,
which renames the `launchpadlib` directory to `src/launchpadlib` as well
as making various other changes. It may be relevant to
https://bugs.launchpad.net/brz/+bug/1890216 as well, although I haven't
checked and I haven't tackled the rather larger task of writing useful
tests.

lp:~emansije/brz/brz Development brz 2017-07-30 23:52:08 UTC
6742. Merge lp:~jelmer/brz/setting-file-ids.

Author: Jelmer Vernooij
Revision Date: 2017-07-30 21:35:29 UTC

Merge lp:~jelmer/brz/setting-file-ids.

lp:~fullermd/brz/3.2-fix-diff-using bug(Has a merge proposal) Development brz 2022-11-10 00:06:18 UTC
7602. Fix handling of --diff-options. Cher...

Author: Jelmer Vernooij
Revision Date: 2022-11-10 00:04:19 UTC

Fix handling of --diff-options.

Cherry pick of jelmer@jelmer.uk-20220705235116-bnw56vv6v26jbd38 from
fix-diff-using branch, already present in trunk and 3.3.

lp:~fullermd/brz/silence-git-apply-test (Has a merge proposal) Development brz 2019-03-24 20:52:26 UTC
7296. Silence output from patch(1) in git-a...

Author: Matthew Fuller
Revision Date: 2019-03-24 20:47:35 UTC

Silence output from patch(1) in git-apply test.

The test suite stubs in stdout/err wrappers for the python code, but
doesn't mess with the underlying file descriptors, so spawned off
processes still get the terminal. cmd_git_apply._apply_patch() uses
subprocess to spawn off the system patch(1) to do the application, and
patch talks a lot about what it's doing. While patch has a -s arg to
quiet it down, we probably want it speaking a lot in normal use so the
user can see what's going on, so just switch stdout to /dev/null
around the run_bzr call in the test instead.

An argument could be made that the test suite as a whole should be
better about moving the fd's so subprocesses can't hit the terminal
directly, but for the moment, this seems to be the only test where it
matters.

lp:~gustav-hartvigsson/brz/remove-bazaar bug Development brz 2021-01-11 20:19:38 UTC
7532. Merged lp:brz

Author: Gustav Hartvigsson
Revision Date: 2021-01-11 20:19:38 UTC

Merged lp:brz

lp:~gz/brz/wat Development brz 2021-08-21 13:42:09 UTC This branch has not been pushed to yet.
lp:~jelmer/brz/1072513-log-missing-revs bug Development brz 2018-04-02 23:40:26 UTC
6519. Merge trunk.

Author: Jelmer Vernooij
Revision Date: 2018-04-02 23:38:48 UTC

Merge trunk.

lp:~jelmer/brz/2.0.6-reconcile-stacked-441125 bug Development brz 2017-11-09 00:10:35 UTC
4754. Merge trunk,

Author: Jelmer Vernooij
Revision Date: 2017-11-09 00:09:12 UTC

Merge trunk,

lp:~jelmer/brz/3.0-compression-level Development brz 2020-04-04 15:42:46 UTC
7341. Fix compatibility with newer versions...

Author: Jelmer Vernooij
Revision Date: 2020-04-04 15:42:20 UTC

Fix compatibility with newer versions of Dulwich.

lp:~jelmer/brz/3.1-default-ui Development brz 2020-02-21 22:58:54 UTC This branch has not been pushed to yet.
lp:~jelmer/brz/3.3 (Has a merge proposal) Development brz 2022-10-29 21:25:36 UTC
7659. tarmac.conf: Install flake8.

Author: Jelmer Vernooij
Revision Date: 2022-10-29 21:25:36 UTC

tarmac.conf: Install flake8.

lp:~jelmer/brz/890085-memory Development brz 2019-03-04 03:43:16 UTC
6261. Merge trunk.

Author: Jelmer Vernooij
Revision Date: 2019-03-04 03:42:55 UTC

Merge trunk.

lp:~jelmer/brz/a1s-win32 Development brz 2022-01-23 14:54:50 UTC
7576. Merge lp:brz/3.2.

Author: Jelmer Vernooij
Revision Date: 2022-01-23 14:54:50 UTC

Merge lp:brz/3.2.

lp:~jelmer/brz/abort-run-rs Development brz 2023-06-04 21:42:28 UTC This branch has not been pushed to yet.
lp:~jelmer/brz/add-from-vf Development brz 2020-01-30 17:52:38 UTC
7465. Fix handling of get_file_and_stat for...

Author: Jelmer Vernooij
Revision Date: 2020-01-30 17:52:18 UTC

Fix handling of get_file_and_stat for filtered files.

lp:~jelmer/brz/aiohttp (Has a merge proposal) Development brz 2020-05-19 17:29:55 UTC This branch is empty.
lp:~jelmer/brz/amend bug(Has a merge proposal) Development brz 2019-06-16 02:55:54 UTC
6780. Fix docstring.

Author: Jelmer Vernooij
Revision Date: 2019-06-16 02:55:54 UTC

Fix docstring.

lp:~jelmer/brz/auto-create-plugins-dir Development brz 2019-02-24 04:21:25 UTC
7232. Add ensure_plugin_dir_exists.

Author: Jelmer Vernooij
Revision Date: 2019-01-02 00:15:22 UTC

Add ensure_plugin_dir_exists.

lp:~jelmer/brz/beaver Development brz 2020-11-29 14:43:54 UTC
7652. Upgrade to beaver.

Author: Jelmer Vernooij
Revision Date: 2020-11-29 03:04:58 UTC

Upgrade to beaver.

lp:~jelmer/brz/bundle-git-plugin Development brz 2018-03-26 22:38:43 UTC This branch is empty.
lp:~jelmer/brz/bundle-keywords (Has a merge proposal) Development brz 2018-11-12 21:28:17 UTC
6694. Use absolute imports.

Author: Jelmer Vernooij
Revision Date: 2018-11-12 21:28:17 UTC

Use absolute imports.

lp:~jelmer/brz/byov-3.1 Development brz 2020-05-28 21:53:58 UTC
7520. Drop debian plugin fragment.

Author: Jelmer Vernooij
Revision Date: 2020-05-28 21:53:58 UTC

Drop debian plugin fragment.

lp:~jelmer/brz/byov-focal (Has a merge proposal) Development brz 2022-07-07 16:54:39 UTC
7596. Merge lp:brz/3.2.

Author: Jelmer Vernooij
Revision Date: 2022-07-07 16:54:39 UTC

Merge lp:brz/3.2.

lp:~jelmer/brz/byov-no-py3 (Has a merge proposal) Development brz 2020-05-29 22:12:15 UTC
7506. Install older setuptools.

Author: Jelmer Vernooij
Revision Date: 2020-05-29 22:12:15 UTC

Install older setuptools.

lp:~jelmer/brz/byov-trunk Development brz 2020-05-28 21:54:39 UTC
7503. Import byov.conf from lp:byoci.

Author: Jelmer Vernooij
Revision Date: 2020-05-28 21:54:27 UTC

Import byov.conf from lp:byoci.

lp:~jelmer/brz/canonical-tree-reference Development brz 2018-11-18 12:50:08 UTC
7193. Add Tree.iter_canonical_reference_loc...

Author: Jelmer Vernooij
Revision Date: 2018-11-18 12:16:16 UTC

Add Tree.iter_canonical_reference_locations.

lp:~jelmer/brz/changelog Development brz 2018-09-14 14:59:23 UTC
7113. Some updates for 3.0.0.

Author: Jelmer Vernooij
Revision Date: 2018-09-14 14:58:57 UTC

Some updates for 3.0.0.

lp:~jelmer/brz/colocated-crash Development brz 2018-03-25 00:11:47 UTC
6923. Merge tests for switch behaviour by S...

Author: Jelmer Vernooij
Revision Date: 2018-03-25 00:10:16 UTC

Merge tests for switch behaviour by Spundun.

lp:~jelmer/brz/colocated-spec Development brz 2018-01-23 11:59:48 UTC
6848. More.

Author: Jelmer Vernooij
Revision Date: 2018-01-23 11:59:15 UTC

More.

lp:~jelmer/brz/command-merge-hooks (Has a merge proposal) Development brz 2023-01-19 21:42:58 UTC
7772. Initial work on support for command-b...

Author: Jelmer Vernooij
Revision Date: 2023-01-19 21:42:34 UTC

Initial work on support for command-based merge hooks.

lp:~jelmer/brz/composite-tree Development brz 2018-03-30 13:41:27 UTC
6931. Merge tree-reference-fixes

Author: Jelmer Vernooij
Revision Date: 2018-03-30 12:52:10 UTC

Merge tree-reference-fixes

lp:~jelmer/brz/coverage-fixes Development brz 2018-05-10 02:44:17 UTC
6965. Merge trunk.

Author: Jelmer Vernooij
Revision Date: 2018-05-10 02:44:17 UTC

Merge trunk.

lp:~jelmer/brz/custom-launchpad Development brz 2019-05-22 07:52:32 UTC
7310. Avoid lp_api in launchpad propose imp...

Author: Jelmer Vernooij
Revision Date: 2019-05-22 07:52:11 UTC

Avoid lp_api in launchpad propose implementation.

lp:~jelmer/brz/debian-janitor Development brz 2019-11-04 22:42:23 UTC
7385. Merge new transport segment handling.

Author: Jelmer Vernooij
Revision Date: 2019-11-04 22:42:09 UTC

Merge new transport segment handling.

lp:~jelmer/brz/debmutate Development brz 2020-07-10 02:30:46 UTC This branch has not been pushed to yet.
lp:~jelmer/brz/deprecation (Has a merge proposal) Development brz 2018-08-24 02:47:20 UTC
7079. Fix another selftest test on Python 3.

Author: Jelmer Vernooij
Revision Date: 2018-08-24 02:47:20 UTC

Fix another selftest test on Python 3.

lp:~jelmer/brz/depth (Has a merge proposal) Development brz 2022-10-27 12:03:19 UTC
7158. Merge lp:brz/3.3

Author: Jelmer Vernooij
Revision Date: 2022-10-27 12:03:19 UTC

Merge lp:brz/3.3

lp:~jelmer/brz/docker Development brz 2022-09-13 05:30:48 UTC This branch has not been scanned yet.
lp:~jelmer/brz/doona (Has a merge proposal) Development brz 2021-08-31 21:48:01 UTC
7539. Install doona in CI.

Author: Jelmer Vernooij
Revision Date: 2021-08-31 21:47:48 UTC

Install doona in CI.

lp:~jelmer/brz/drop-http-compat (Has a merge proposal) Development brz 2023-01-28 16:26:40 UTC
7712. merge lp:brz/3.3

Author: Jelmer Vernooij
Revision Date: 2023-01-28 16:26:40 UTC

merge lp:brz/3.3

lp:~jelmer/brz/easy-colocated-branches Development brz 2018-01-23 06:25:32 UTC
6847. Start on specification for easy coloc...

Author: Jelmer Vernooij
Revision Date: 2018-01-23 06:25:08 UTC

Start on specification for easy colocated branches.

lp:~jelmer/brz/enable-gio (Has a merge proposal) Development brz 2022-07-07 13:33:00 UTC
7570. Merge trunk.

Author: Jelmer Vernooij
Revision Date: 2022-07-07 13:33:00 UTC

Merge trunk.

lp:~jelmer/brz/fastbencode-dep Development brz 2021-08-29 15:22:28 UTC
7537. Install dependencies for fastbencode ...

Author: Jelmer Vernooij
Revision Date: 2021-08-29 15:22:13 UTC

Install dependencies for fastbencode and rust.

lp:~jelmer/brz/fastimport-no-file-ids Development brz 2021-11-20 13:22:55 UTC
7149. Merge lp:brz/3.2.

Author: Jelmer Vernooij
Revision Date: 2021-11-20 13:18:08 UTC

Merge lp:brz/3.2.

lp:~jelmer/brz/fetch-revs Development brz 2020-11-28 03:19:39 UTC
7652. Fix return type.

Author: Jelmer Vernooij
Revision Date: 2020-11-28 03:19:39 UTC

Fix return type.

lp:~jelmer/brz/find-previous-paths (Has a merge proposal) Development brz 2018-03-24 00:57:54 UTC
6902. Merge trunk.

Author: Jelmer Vernooij
Revision Date: 2018-03-24 00:57:54 UTC

Merge trunk.

lp:~jelmer/brz/finish-python3 bug Development brz 2018-09-08 12:44:01 UTC
7105. Update release notes.

Author: Jelmer Vernooij
Revision Date: 2018-09-08 12:43:43 UTC

Update release notes.

lp:~jelmer/brz/fix-copy-content-tarball Development brz 2018-05-18 18:11:08 UTC This branch is empty.
lp:~jelmer/brz/fix-fastexport (Has a merge proposal) Development brz 2020-08-05 01:51:06 UTC
7619. Add some tests.

Author: Jelmer Vernooij
Revision Date: 2020-08-05 01:51:06 UTC

Add some tests.

lp:~jelmer/brz/fix-gio Development brz 2022-04-09 17:36:36 UTC
7570. Update to new Gio API

Author: Jelmer Vernooij
Revision Date: 2022-04-09 12:33:51 UTC

Update to new Gio API

lp:~jelmer/brz/fix-gitlab-url Development brz 2021-10-23 21:52:50 UTC This branch has not been pushed to yet.
lp:~jelmer/brz/fix-gitlab-url1 Development brz 2021-10-23 21:53:15 UTC This branch has not been pushed to yet.
lp:~jelmer/brz/fix-index Development brz 2021-05-07 00:42:27 UTC
7537. Don't require that indexentry has 10 ...

Author: Jelmer Vernooij
Revision Date: 2021-05-07 00:42:12 UTC

Don't require that indexentry has 10 elements.

lp:~jelmer/brz/fix-python-3.9 Development brz 2021-10-23 15:29:47 UTC
7556. Fix tests to work with python 3.9.5 ...

Author: Bryce Harrington
Revision Date: 2021-10-23 14:24:05 UTC

Fix tests to work with python 3.9.5

Workaround regression in py3.9.5 where '.' doesn't get treated as cwd.
Update affected tests as well.

Update exception message syntax to match py3.9.5.

Disable test_plugins_with_the_same_name_are_not_loaded(), since its
module loading functionality doesn't seem to behave as intended under
python 3.9.5. (Debian BTS #995410)

lp:~jelmer/brz/fix-tests Development brz 2023-09-17 11:14:47 UTC
549. Fix tests with newer versions of Breezy

Author: Jelmer Vernooij
Revision Date: 2023-09-17 11:14:37 UTC

Fix tests with newer versions of Breezy

lp:~jelmer/brz/follow-tree-references Development brz 2019-06-23 13:03:04 UTC
7360. Merge exit stack support.

Author: Jelmer Vernooij
Revision Date: 2019-06-23 13:00:24 UTC

Merge exit stack support.

lp:~jelmer/brz/follow-tree-references-pull Development brz 2019-10-20 00:01:37 UTC
7410. Add git tests.

Author: Jelmer Vernooij
Revision Date: 2019-10-20 00:01:15 UTC

Add git tests.

lp:~jelmer/brz/foreign Development brz 2018-03-12 05:59:58 UTC
6918. merge new gpg fixes.

Author: Jelmer Vernooij
Revision Date: 2018-03-12 05:59:58 UTC

merge new gpg fixes.

lp:~jelmer/brz/fork-v2 Development brz 2018-08-26 13:43:21 UTC
7079. Attempt to migrate stream results to ...

Author: Jelmer Vernooij
Revision Date: 2018-08-26 13:43:05 UTC

Attempt to migrate stream results to subunit v2.

lp:~jelmer/brz/fossa Development brz 2020-11-28 13:35:18 UTC
7652. Upgrade to fossa.

Author: Jelmer Vernooij
Revision Date: 2020-11-28 13:35:06 UTC

Upgrade to fossa.

lp:~jelmer/brz/fstrings (Has a merge proposal) Development brz 2024-03-12 01:11:17 UTC
7930. Use f-strings

Author: Jelmer Vernooij
Revision Date: 2024-03-12 01:11:00 UTC

Use f-strings

lp:~jelmer/brz/get-delta Development brz 2019-06-30 15:41:01 UTC
7361. Pull out Repository.get_deltas_for_re...

Author: Jelmer Vernooij
Revision Date: 2019-06-30 15:41:01 UTC

Pull out Repository.get_deltas_for_revisions.

lp:~jelmer/brz/git-fetch-fixes-simpler (Has a merge proposal) Development brz 2023-03-31 22:11:36 UTC
7792. Merge lp:brz/3.3

Author: Jelmer Vernooij
Revision Date: 2023-03-31 22:11:36 UTC

Merge lp:brz/3.3

lp:~jelmer/brz/git-http (Has a merge proposal) Development brz 2023-01-24 10:31:06 UTC
7781. Add support for git+http / git+https ...

Author: Jelmer Vernooij
Revision Date: 2022-01-23 22:04:22 UTC

Add support for git+http / git+https protocol schemes

lp:~jelmer/brz/git-incomplete (Has a merge proposal) Development brz 2022-09-26 03:15:01 UTC
7645. Handle incomplete reads.

Author: Jelmer Vernooij
Revision Date: 2022-09-26 03:14:40 UTC

Handle incomplete reads.

lp:~jelmer/brz/git-merge-modified Development brz 2018-05-10 01:58:19 UTC
6961. Merge merge-modified hack.

Author: Jelmer Vernooij
Revision Date: 2018-05-10 01:58:00 UTC

Merge merge-modified hack.

lp:~jelmer/brz/git-no-file-id (Has a merge proposal) Development brz 2022-10-27 19:24:44 UTC
7398. Merge lp:brz/3.3

Author: Jelmer Vernooij
Revision Date: 2022-10-27 19:24:44 UTC

Merge lp:brz/3.3

lp:~jelmer/brz/git-stash bug Development brz 2019-06-19 14:51:13 UTC
6961. merge initial stash support.

Author: Jelmer Vernooij
Revision Date: 2018-05-10 01:55:26 UTC

merge initial stash support.

lp:~jelmer/brz/git-submodule (Has a merge proposal) Development brz 2020-01-17 02:29:50 UTC
7454. Use strip_segment_parameters.

Author: Jelmer Vernooij
Revision Date: 2020-01-17 02:29:50 UTC

Use strip_segment_parameters.

lp:~jelmer/brz/git-transform Development brz 2019-11-14 03:25:34 UTC This branch is empty.
lp:~jelmer/brz/git-transform-pure-rename (Has a merge proposal) Development brz 2021-03-27 02:25:38 UTC
7682. Don't map to tree paths unless they e...

Author: Jelmer Vernooij
Revision Date: 2021-03-26 22:42:44 UTC

Don't map to tree paths unless they exist.

lp:~jelmer/brz/git-upgrade bug(Has a merge proposal) Development brz 2019-01-01 22:46:30 UTC
7227. Merge trunk.

Author: Jelmer Vernooij
Revision Date: 2019-01-01 22:46:30 UTC

Merge trunk.

lp:~jelmer/brz/gitea (Has a merge proposal) Development brz 2023-02-06 20:31:39 UTC
7688. Add basic gitea implementation

Author: Jelmer Vernooij
Revision Date: 2023-02-06 20:31:39 UTC

Add basic gitea implementation

lp:~jelmer/brz/gitlab-conflict Development brz 2021-03-09 22:37:55 UTC
7670. Fix error initialization.

Author: Jelmer Vernooij
Revision Date: 2021-03-09 22:37:25 UTC

Fix error initialization.

lp:~jelmer/brz/gitlab-sourcebranch (Has a merge proposal) Development brz 2020-03-14 16:44:32 UTC This branch has not been scanned yet.
lp:~jelmer/brz/gitlab-url Development brz 2021-10-23 21:51:36 UTC This branch has not been pushed to yet.
lp:~jelmer/brz/graph-rs Development brz 2023-04-12 09:53:36 UTC
7709. add find_distance_to_null

Author: Jelmer Vernooij
Revision Date: 2023-04-11 22:25:01 UTC

add find_distance_to_null

lp:~jelmer/brz/heads Development brz 2017-06-02 23:07:29 UTC
6653. Make heads hidden.

Author: Jelmer Vernooij
Revision Date: 2017-06-02 23:07:14 UTC

Make heads hidden.

lp:~jelmer/brz/horizon Development brz 2018-05-14 20:38:12 UTC This branch has not been pushed to yet.
lp:~jelmer/brz/hoster Development brz 2018-09-23 00:27:17 UTC
7134. Fix some imports.

Author: Jelmer Vernooij
Revision Date: 2018-09-23 00:27:17 UTC

Fix some imports.

lp:~jelmer/brz/hpss-working-tree-update bug(Has a merge proposal) Development brz 2018-05-19 02:46:12 UTC
6324. Pass along remote argument.

Author: Jelmer Vernooij
Revision Date: 2018-05-19 02:46:12 UTC

Pass along remote argument.

lp:~jelmer/brz/hyper (Has a merge proposal) Development brz 2020-12-26 19:18:45 UTC
7660. Add httpx transport.

Author: Jelmer Vernooij
Revision Date: 2020-12-26 19:17:03 UTC

Add httpx transport.

1100 of 200 results