CINXE.COM

Breezy in Launchpad

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://launchpad.net/brz/+index" /> <meta charset="UTF-8" /> <title>Breezy in Launchpad</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/brz/announcements.atom" title="Announcements for Breezy" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/brz/latest-bugs.atom" title="Latest Bugs for Breezy" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/brz/branches.atom" title="Latest Branches for Breezy" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/brz/revisions.atom" title="Latest Revisions for Breezy" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta property="og:title" content="Breezy in Launchpad" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/brz/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lp.registry.structural_subscription', function(Y) { var module = Y.lp.registry.structural_subscription; Y.on('domready', function() { module.setup({content_box: "#structural-subscription-content-box"}); }); }); </script> <meta name="go-import" content="launchpad.net/brz bzr https://launchpad.net/~brz/brz/trunk" /> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-overview main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://launchpad.net/brz/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/brz"><img alt="" width="64" height="64" src="/@@/product-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/brz">Breezy</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview active"><span>Overview</span></li> <li class="branches"><a href="https://code.launchpad.net/brz">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/brz">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/brz">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/brz">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/brz">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> Registered <time title="2017-05-21 10:34:42 UTC" datetime="2017-05-21T10:34:42.046802+00:00">2017-05-21</time> by <a href="/~jelmer" class="sprite person">Jelmer Vernooij</a> </div> </div> <div id="request-notifications"> </div> <div class="top-portlet"> <div class="summary"><p>Breezy is a friendly powerful distributed version control system.</p></div> <div class="description"><p>Breezy helps people collaborate on software development, by recording the history of the project, providing an easy means to copy the history around, and making it easy to merge changes between projects.</p> <p>Breezy is a fork of the Bazaar version control system - also hosted on Launchpad at <a rel="nofollow" href="https://launchpad.net/bzr">https:/<wbr />/launchpad.<wbr />net/bzr</a>.</p> <p>To find out more about Breezy, join us in #breezy on irc.oftc.net, write to us at breezy-<wbr />vcs@groups.<wbr />google.<wbr />com, or see the web page below.</p> <p>Bug handling guidelines:<br /> &nbsp;* <a rel="nofollow" href="https://www.breezy-vcs.org/developers/bug-handling.html">https:/<wbr />/www.breezy-<wbr />vcs.org/<wbr />developers/<wbr />bug-handling.<wbr />html</a></p></div> <ul id="external-links" class="horizontal"> <li> <a id="homepageurl-link" class="sprite external-link" rel="nofollow" href="https://www.breezy-vcs.org/">Home page</a> </li> <li> <a class="menu-link-None sprite external-link" href="https://www.breezy-vcs.org/pages/download.html">External downloads</a> </li> </ul> </div> <div class="yui-g"> <div class="yui-u first"> <div id="project-info" class="portlet"> <h2>Project information</h2> <div class="two-column-list"> <dl id="partof"> <dt>Part of:</dt> <dd><a href="/breezy" class="sprite project">Breezy VCS and Tools</a></dd> </dl> <dl id="owner"> <dt>Maintainer:</dt> <dd> <span id="edit-owner"> <span class="yui3-activator-data-box"> <a href="/~brz" class="sprite team">Breezy developers</a> </span> </span> </dd> </dl> <dl id="driver"> <dt>Driver:</dt> <dd> <span id="edit-driver"> <span class="yui3-activator-data-box"> <a href="/~brz" class="sprite team">Breezy developers</a> </span> </span> </dd> </dl> </div> <div> <dl id="licences"> <dt>Licence:</dt> <dd> GNU GPL v2, GNU GPL v3 </dd> </dl> </div> <p> <a class="menu-link-rdf sprite download" href="https://launchpad.net/brz/+rdf"><abbr title="Resource Description Framework">RDF</abbr> metadata</a> </p> </div> </div> <div class="yui-u"> <div class="portlet"> <h2> <span class="see-all"><a class="menu-link-series sprite info" href="https://launchpad.net/brz/+series">View full history</a></span> Series and milestones </h2> <div id="timeline-loading" class="hidden"> <img src="/@@/spinner" /> Loading graph... </div> <!-- Opera ignores overflow:hidden for iframe, so use scrolling=no. --> <iframe id="timeline-iframe" name="timeline-iframe" class="timeline-iframe hidden" style="border: 0" scrolling="no" width="100%" height="216px"></iframe> <script> //<![CDATA[ function timeline_iframe(auto_resize, include_inactive, start, size) { var timeline_url = "+timeline-graph?"; if (include_inactive == 'true') { timeline_url += "include_inactive=true&"; } if (auto_resize == 'true') { timeline_url += 'resize_frame=timeline-iframe&'; } start = parseInt(start); size = parseInt(size); if (start != NaN && start >= 0) { timeline_url += "start=" + start + "&"; } if (size != NaN && size >= 1) { timeline_url += "size=" + size + "&"; } LPJS.use('node', 'lp.registry.timeline', function(Y) { if (!Y.lp.registry.timeline.isCanvasSupported()) { return; } var loading_el = Y.one('#timeline-loading'); loading_el.setStyle('display', 'block'); var iframe = Y.one('#timeline-iframe'); iframe.set('src', timeline_url); Y.on('load', function(e) { loading_el.setStyle('display', 'none'); iframe.setStyle('display', 'block'); }, iframe); }); } //]]> </script> <script> timeline_iframe( 'None', 'None', 'None', 'None' ); </script> <p id="development-focus"> <a href="/brz/trunk">trunk series</a> is the current focus of development. </p> <ul class="horizontal" id="project-link-info"> <li class="nowrap"> <a class="menu-link-milestones sprite info" href="https://launchpad.net/brz/+milestones">View milestones</a> </li> <li class="nowrap"> <a class="menu-link-view_recipes sprite info" href="https://code.launchpad.net/brz/+recipes">View source package recipes</a> </li> <li class="nowrap"> <a class="menu-link-view_snaps sprite info" href="https://launchpad.net/brz/+snaps">View snap packages</a> </li> <li class="nowrap"> <a class="menu-link-create_snap sprite add" href="https://launchpad.net/brz/+new-snap">Create snap package</a> </li> <li class="nowrap"> <a class="menu-link-create_charm_recipe sprite add" href="https://launchpad.net/brz/+new-charm-recipe">Create charm recipe</a> </li> </ul> </div> </div> </div> <div class="yui-g"> <div class="yui-u first"> <div id="code-info" class="portlet"> <h2> <span class="see-all"><a href="https://code.launchpad.net/brz"> All code</a></span> Code </h2> <div id="code-trunk"> <p> <a href="https://code.launchpad.net/~brz/brz/trunk" class="sprite branch">lp:brz</a>&nbsp; <br /> <a class="menu-link-source sprite info" href="https://bazaar.launchpad.net/~brz/brz/trunk/files">Browse the code</a> </p> </div> <div class="two-column-list"> <dl id="product-vcs"> <dt>Version control system:</dt> <dd>Bazaar</dd> </dl> <dl id="product-languages"> <dt>Programming languages:</dt> <dd><span id="edit-programminglang" class="nowrap"> <span class="yui3-editable_text-text" style=""> Python </span> </span> </dd> </dl> </div> </div> <div> </div> <div> </div> <div> <div class="portlet" id="portlet-packages"> <h2> <span class="see-all"><a href="https://launchpad.net/brz/+packages"> All packages</a></span> Packages in Distributions </h2> <ul> <li> <a class="sprite package-source" href="/debian/sid/+source/breezy">breezy source package in Sid</a> <br /> <span class="registered"> <strong>Version 3.3.9-1</strong> uploaded <time title="2024-10-21 04:27:19 UTC" datetime="2024-10-21T04:27:19.522505+00:00">on 2024-10-21</time> </span> </li> <li> <a class="sprite package-source" href="/ubuntu/plucky/+source/breezy">breezy source package in Plucky</a> <br /> <span class="registered"> <strong>Version 3.3.9-1build1</strong> uploaded <time title="2024-11-15 03:40:29 UTC" datetime="2024-11-15T03:40:29.613512+00:00">on 2024-11-15</time> </span> </li> <li> <a class="sprite package-source" href="/ubuntu/oracular/+source/breezy">breezy source package in Oracular</a> <br /> <span class="registered"> <strong>Version 3.3.6-1ubuntu1</strong> uploaded <time title="2024-09-26 15:16:10 UTC" datetime="2024-09-26T15:16:10.207872+00:00">on 2024-09-26</time> </span> </li> <li> <a class="sprite package-source" href="/ubuntu/noble/+source/breezy">breezy source package in Noble</a> <br /> <span class="registered"> <strong>Version 3.3.5-6build2</strong> uploaded <time title="2024-04-01 05:41:44 UTC" datetime="2024-04-01T05:41:44.593902+00:00">on 2024-04-01</time> </span> </li> <li> <a class="sprite package-source" href="/ubuntu/mantic/+source/breezy">breezy source package in Mantic</a> <br /> <span class="registered"> <strong>Version 3.3.4-1</strong> uploaded <time title="2023-09-04 22:27:48 UTC" datetime="2023-09-04T22:27:48.610321+00:00">on 2023-09-04</time> </span> </li> </ul> </div> </div> </div> <div class="yui-u"> <div><div class="portlet" id="portlet-latest-bugs"> <h2><span class="see-all"><a href="https://bugs.launchpad.net/brz">All bugs</a></span> Latest bugs reported</h2> <ul> <li> <a href="https://bugs.launchpad.net/brz/+bug/2084288" class="sprite bug-critical" title="Critical - Fix Released">Bug #2084288: Support py3.13</a> <br /><span class="registered"> Reported <time title="2024-10-11 19:01:22 UTC" datetime="2024-10-11T19:01:22.246715+00:00">on 2024-10-11</time> </span> </li> <li> <a href="https://bugs.launchpad.net/brz/+bug/2075174" class="sprite bug-undecided" title="Undecided - Incomplete">Bug #2075174: brz push not working with launchpad urls in the 3.3.5 version</a> <br /><span class="registered"> Reported <time title="2024-07-30 13:32:58 UTC" datetime="2024-07-30T13:32:58.689512+00:00">on 2024-07-30</time> </span> </li> <li> <a href="https://bugs.launchpad.net/brz/+bug/2069670" class="sprite bug-high" title="High - Fix Released">Bug #2069670: https://www.breezy-vcs.org/ site is down</a> <br /><span class="registered"> Reported <time title="2024-06-18 02:48:37 UTC" datetime="2024-06-18T02:48:37.198928+00:00">on 2024-06-18</time> </span> </li> <li> <a href="https://bugs.launchpad.net/brz/+bug/2069157" class="sprite bug-undecided" title="Undecided - New">Bug #2069157: git clone ends with breezy.errors.InvalidRevisionId</a> <br /><span class="registered"> Reported <time title="2024-06-12 13:43:24 UTC" datetime="2024-06-12T13:43:24.942672+00:00">on 2024-06-12</time> </span> </li> <li> <a href="https://bugs.launchpad.net/brz/+bug/2066173" class="sprite bug-undecided" title="Undecided - Incomplete">Bug #2066173: import error in 3.3.7</a> <br /><span class="registered"> Reported <time title="2024-05-20 13:56:36 UTC" datetime="2024-05-20T13:56:36.852553+00:00">on 2024-05-20</time> </span> </li> </ul> </div> </div> <div> </div> <div> <div class="portlet" id="portlet-top-contributors"> <h2> <span class="see-all"><a class="menu-link-top_contributors sprite info" href="https://launchpad.net/brz/+topcontributors">More contributors</a></span> Top contributors </h2> <ul> <li> <a href="/~the-breezy-bot" class="sprite person">The Breezy Bot</a> 7344 points </li> <li> <a href="/~dawidwiktor" class="sprite person">Dawid Wiktor</a> 6915 points </li> <li> <a href="/~jelmer" class="sprite person">Jelmer Vernooij</a> 1448 points </li> <li> <a href="/~zentrocdot" class="sprite person">Dr. Peter Netz</a> 1299 points </li> <li> <a href="/~eneeld" class="sprite person">Eneeld</a> 251 points </li> </ul> </div> </div> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="involvement" class="portlet"> <h2>Get Involved</h2> <ul class="involvement"> <li> <a class="menu-link-report_bug sprite bugs" href="https://bugs.launchpad.net/brz/+filebug">Report a bug</a> </li> <li> <a class="menu-link-ask_question sprite answers" href="https://answers.launchpad.net/brz/+addquestion">Ask a question</a> </li> <li> <a class="menu-link-help_translate sprite translations" href="https://translations.launchpad.net/brz">Help translate</a> </li> </ul> </div> <div id="downloads" class="top-portlet downloads"> <h2>Downloads</h2> <div class="version"> Latest version is 3.3.9 </div> <ul> <li> <a href="https://launchpad.net/brz/3.3/3.3.9/+download/breezy-3.3.9.tar.gz" title="source">breezy-3.3.9.tar.gz</a> </li> </ul> <div class="released"> released <time title="2024-10-19 23:00:00 UTC" datetime="2024-10-19T23:00:00+00:00">on 2024-10-19</time> </div> <p class="alternate"> <a class="sprite info" href="https://launchpad.net/brz/+download">All downloads</a> </p> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "team_membership_policy_data": [{"name": "Restricted Team", "value": "RESTRICTED", "description": "", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false}, {"name": "Moderated Team", "value": "MODERATED", "description": "", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false}], "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "Breezy", "url": "https://launchpad.net/brz"}, "context": {"self_link": "https://launchpad.net/api/devel/brz", "web_link": "https://launchpad.net/brz", "resource_type_link": "https://launchpad.net/api/devel/#project", "translations_usage": "Launchpad", "official_answers": true, "official_blueprints": false, "official_codehosting": true, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://launchpad.net/api/devel/brz/all_specifications", "valid_specifications_collection_link": "https://launchpad.net/api/devel/brz/valid_specifications", "bug_reporting_guidelines": null, "bug_reported_acknowledgement": null, "official_bug_tags": ["2a", "authentication", "bound-branch", "bzr", "bzr-format", "case-sensitivity", "colocated", "commit", "config", "conflicts", "confusing-ui", "content-filtering", "data-integrity", "debian-janitor", "diff", "doc", "easy", "error-reporting", "export", "foreign", "format-infrastructure", "formats", "formatui", "git", "git-remote-helper", "git-support", "git-world", "gpg", "graph", "help", "hpss", "hpss-no-vfs", "http", "ignore", "import", "info", "join", "launchpad", "lfs", "location-alias", "location-ui", "locking", "log", "lp-code", "memory", "merge", "mv", "nested-trees", "next-format", "packaging", "packs", "patch", "performance", "plugin", "pull", "push", "readonly", "reconfigure", "regression", "resolve", "selftest", "send", "sensible-defaults", "serve", "sftp", "shelf", "simple", "ssh", "stacking", "status", "switch", "symlink", "tags", "treetransform", "ui", "ui3", "upgrade", "upload", "views", "whoami", "win32"], "recipes_collection_link": "https://launchpad.net/api/devel/brz/recipes", "webhooks_collection_link": "https://launchpad.net/api/devel/brz/webhooks", "bug_supervisor_link": "https://launchpad.net/api/devel/~brz", "active_milestones_collection_link": "https://launchpad.net/api/devel/brz/active_milestones", "all_milestones_collection_link": "https://launchpad.net/api/devel/brz/all_milestones", "translationgroup_link": "https://launchpad.net/api/devel/+groups/launchpad-translators", "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "Breezy", "icon_link": "https://launchpad.net/api/devel/brz/icon", "logo_link": "https://launchpad.net/api/devel/brz/logo", "name": "brz", "owner_link": "https://launchpad.net/api/devel/~brz", "project_group_link": "https://launchpad.net/api/devel/breezy", "title": "Breezy", "registrant_link": "https://launchpad.net/api/devel/~jelmer", "driver_link": "https://launchpad.net/api/devel/~brz", "summary": "Breezy is a friendly powerful distributed version control system.", "description": "Breezy helps people collaborate on software development, by recording the history of the project, providing an easy means to copy the history around, and making it easy to merge changes between projects.\n\nBreezy is a fork of the Bazaar version control system - also hosted on Launchpad at https://launchpad.net/bzr.\n\nTo find out more about Breezy, join us in #breezy on irc.oftc.net, write to us at \u003cemail address hidden\u003e, or see the web page below.\n\nBug handling guidelines:\n * https://www.breezy-vcs.org/developers/bug-handling.html", "date_created": "2017-05-21T10:34:42.046802+00:00", "homepage_url": "https://www.breezy-vcs.org/", "wiki_url": null, "screenshots_url": null, "download_url": "https://www.breezy-vcs.org/pages/download.html", "programming_language": "Python", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://launchpad.net/api/devel/brz/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU GPL v2", "GNU GPL v3"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://launchpad.net/api/devel/brz/series", "development_focus_link": "https://launchpad.net/api/devel/brz/trunk", "releases_collection_link": "https://launchpad.net/api/devel/brz/releases", "translation_focus_link": "https://launchpad.net/api/devel/brz/3.0", "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Bazaar", "http_etag": "\"d559c06beb5c6a07b1208f34456cb0bf8ecfe28e-c22e676866e735a1e1402e6f589c341af4f467e3\""}};</script> </body> <!-- Facet name: overview Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 54 queries/external actions issued in 1.80 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'markdown.enabled': None, 'charm.recipe.create.enabled': 'on', 'oci.project.create.enabled': None, 'bugs.webhooks.disabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10