Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3ad95df1b9ec0c823807557dbacf5694 > files > 501

bzr-doc-2.2.4-1.fc14.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>bzr 1.0rc2 &mdash; Bazaar v2.2.4 documentation</title>
    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '2.2.4',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="shortcut icon" href="../_static/bzr.ico"/>
    <link rel="top" title="Bazaar v2.2.4 documentation" href="../index.html" />
    <link rel="up" title="Bazaar Release Notes" href="index.html" />
    <link rel="next" title="bzr 1.0rc1" href="bzr-1.0rc1.html" />
    <link rel="prev" title="bzr 1.0rc3" href="bzr-1.0rc3.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-1.0rc1.html" title="bzr 1.0rc1"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-1.0rc3.html" title="bzr 1.0rc3"
             accesskey="P">previous</a> |</li>
<li><a href="http://bazaar.canonical.com/">
    <img src="../_static/bzr icon 16.png" /> Home</a>&nbsp;|&nbsp;</li>
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>

        <li><a href="../index.html">Table of Contents (2.2.4)</a> &raquo;</li>

          <li><a href="index.html" accesskey="U">Bazaar Release Notes</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="bzr-1-0rc2">
<h1>bzr 1.0rc2<a class="headerlink" href="#bzr-1-0rc2" title="Permalink to this headline">¶</a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">Released:</th><td class="field-body">2007-12-07</td>
</tr>
</tbody>
</table>
<div class="section" id="improvements">
<h2>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added a &#8211;coverage option to selftest. (Andrew Bennetts)</li>
<li>Annotate merge (merge-type=weave) now supports cherrypicking.
(Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">commit</span></tt> now doesn&#8217;t print the revision number twice. (Matt
Nordhoff, #172612)</li>
<li>New configuration option <tt class="docutils literal"><span class="pre">bugtracker_&lt;tracker_abbrevation&gt;_url</span></tt> to
define locations of bug trackers that are not directly supported by
bzr or a plugin. The URL will be treated as a template and <tt class="docutils literal"><span class="pre">{id}</span></tt>
placeholders will be replaced by specific bug IDs.  (Lukáš Lalinský)</li>
<li>Support logging single merge revisions with short and line log formatters.
(Kent Gibson)</li>
<li>User Guide enhanced with suggested readability improvements from
Matt Revell and corrections from John Arbash Meinel. (Ian Clatworthy)</li>
<li>Quick Start Guide renamed to Quick Start Card, moved down in
the catalog, provided in pdf and png format and updated to refer
to <tt class="docutils literal"><span class="pre">send</span></tt> instead of <tt class="docutils literal"><span class="pre">bundle</span></tt>. (Ian Clatworthy, #165080)</li>
<li><tt class="docutils literal"><span class="pre">switch</span></tt> can now be used on heavyweight checkouts as well as
lightweight ones. After switching a heavyweight checkout, the
local branch is a mirror/cache of the new bound branch and
uncommitted changes in the working tree are merged. As a safety
check, if there are local commits in a checkout which have not
been committed to the previously bound branch, then <tt class="docutils literal"><span class="pre">switch</span></tt>
fails unless the <tt class="docutils literal"><span class="pre">--force</span></tt> option is given. This option is
now also required if the branch a lightweight checkout is pointing
to has been moved. (Ian Clatworthy)</li>
</ul>
</div>
<div class="section" id="internals">
<h2>Internals<a class="headerlink" href="#internals" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>New -Dhttp debug option reports http connections, requests and responses.
(Vincent Ladeuil)</li>
<li>New -Dmerge debug option, which emits merge plans for merge-type=weave.</li>
</ul>
</div>
<div class="section" id="bugfixes">
<h2>Bugfixes<a class="headerlink" href="#bugfixes" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Better error message when running <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">cat</span></tt> on a non-existant branch.
(Lukáš Lalinský, #133782)</li>
<li>Catch OSError 17 (file exists) in final phase of tree transform and show
filename to user.
(Alexander Belchenko, #111758)</li>
<li>Catch ShortReadvErrors while using pycurl. Also make readv more robust by
allowing multiple GET requests to be issued if too many ranges are
required.
(Vincent Ladeuil, #172701)</li>
<li>Check for missing basis texts when fetching from packs to packs.
(John Arbash Meinel, #165290)</li>
<li>Fall back to showing e-mail in <tt class="docutils literal"><span class="pre">log</span> <span class="pre">--short/--line</span></tt> if the
committer/author has only e-mail. (Lukáš Lalinský, #157026)</li>
</ul>
</div>
<div class="section" id="api-breaks">
<h2>API Breaks<a class="headerlink" href="#api-breaks" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Deprecate not passing a <tt class="docutils literal"><span class="pre">location</span></tt> argument to commit reporters&#8217;
<tt class="docutils literal"><span class="pre">started</span></tt> methods. (Matt Nordhoff)</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">bzr 1.0rc2</a><ul>
<li><a class="reference internal" href="#improvements">Improvements</a></li>
<li><a class="reference internal" href="#internals">Internals</a></li>
<li><a class="reference internal" href="#bugfixes">Bugfixes</a></li>
<li><a class="reference internal" href="#api-breaks">API Breaks</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="bzr-1.0rc3.html"
                        title="previous chapter">bzr 1.0rc3</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bzr-1.0rc1.html"
                        title="next chapter">bzr 1.0rc1</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/release-notes/bzr-1.0rc2.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" size="18" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-1.0rc1.html" title="bzr 1.0rc1"
             >next</a></li>
        <li class="right" >
          <a href="bzr-1.0rc3.html" title="bzr 1.0rc3"
             >previous</a> |</li>
<li><a href="http://bazaar.canonical.com/">
    <img src="../_static/bzr icon 16.png" /> Home</a>&nbsp;|&nbsp;</li>
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>

        <li><a href="../index.html">Table of Contents (2.2.4)</a> &raquo;</li>

          <li><a href="index.html" >Bazaar Release Notes</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2009, Canonical Ltd.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
    </div>
  </body>
</html>