Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2954

bzr-2.6.0-11.1.mga5.i586.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>Bazaar Release Notes &mdash; Bazaar 2.6.0 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.6.0',
        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 2.6.0 documentation" href="../index.html" />
    <link rel="up" title="Bazaar Release Notes" href="index.html" />
    <link rel="next" title="Bazaar Release Notes" href="bzr-0.13.html" />
    <link rel="prev" title="Bazaar Release Notes" href="bzr-0.15.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-0.13.html" title="Bazaar Release Notes"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-0.15.html" title="Bazaar Release Notes"
             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.6.0)</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="bazaar-release-notes">
<h1>Bazaar Release Notes<a class="headerlink" href="#bazaar-release-notes" title="Permalink to this headline">¶</a></h1>
<div class="toctree-wrapper compound">
<ul class="simple">
</ul>
</div>
<div class="section" id="bzr-0-14">
<h2>bzr 0.14<a class="headerlink" href="#bzr-0-14" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Released:</th><td class="field-body">2007-01-23</td>
</tr>
</tbody>
</table>
<div class="section" id="improvements">
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">help</span> <span class="pre">global-options</span></tt> describes the global options. (Aaron Bentley)</li>
</ul>
</div>
<div class="section" id="bug-fixes">
<h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Skip documentation generation tests if the tools to do so are not
available. Fixes running selftest for installled copies of bzr.
(John Arbash Meinel, #80330)</li>
<li>Fix the code that discovers whether bzr is being run from it&#8217;s
working tree to handle the case when it isn&#8217;t but the directory
it is in is below a repository. (James Westby, #77306)</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-14rc1">
<h2>bzr 0.14rc1<a class="headerlink" href="#bzr-0-14rc1" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Released:</th><td class="field-body">2007-01-16</td>
</tr>
</tbody>
</table>
<div class="section" id="id1">
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<ul>
<li><p class="first">New connection: <tt class="docutils literal"><span class="pre">bzr+http://</span></tt> which supports tunnelling the smart
protocol over an HTTP connection. If writing is enabled on the bzr
server, then you can write over the HTTP connection.
(Andrew Bennetts, John Arbash Meinel)</p>
</li>
<li><p class="first">Aliases now support quotation marks, so they can contain whitespace
(Marius Kruger)</p>
</li>
<li><p class="first">PyCurlTransport now use a single curl object. By specifying explicitly
the &#8216;Range&#8217; header, we avoid the need to use two different curl objects
(and two connections to the same server). (Vincent Ladeuil)</p>
</li>
<li><p class="first"><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">commit</span></tt> does not prompt for a message until it is very likely to
succeed.  (Aaron Bentley)</p>
</li>
<li><p class="first"><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">conflicts</span></tt> now takes &#8211;text to list pathnames of text conflicts
(Aaron Bentley)</p>
</li>
<li><p class="first">Fix <tt class="docutils literal"><span class="pre">iter_lines_added_or_present_in_versions</span></tt> to use a set instead
of a list while checking if a revision id was requested. Takes 10s
off of the <tt class="docutils literal"><span class="pre">fileids_affected_by_revision_ids</span></tt> time, which is 10s
of the <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">branch</span></tt> time. Also improve <tt class="docutils literal"><span class="pre">fileids_...</span></tt> time by
filtering lines with a regex rather than multiple <tt class="docutils literal"><span class="pre">str.find()</span></tt>
calls. (saves another 300ms) (John Arbash Meinel)</p>
</li>
<li><p class="first">Policy can be set for each configuration key. This allows keys to be
inherited properly across configuration entries. For example, this
should enable you to do:</p>
<div class="highlight-python"><div class="highlight"><pre>[/home/user/project]
push_location = sftp://host/srv/project/
push_location:policy = appendpath
</pre></div>
</div>
<p>And then a branch like <tt class="docutils literal"><span class="pre">/home/user/project/mybranch</span></tt> should get an
automatic push location of <tt class="docutils literal"><span class="pre">sftp://host/srv/project/mybranch</span></tt>.
(James Henstridge)</p>
</li>
<li><p class="first">Added <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">status</span> <span class="pre">--short</span></tt> to make status report svn style flags
for each file.  For example:</p>
<div class="highlight-python"><div class="highlight"><pre>$ bzr status --short
A  foo
A  bar
D  baz
?  wooley
</pre></div>
</div>
</li>
<li><p class="first">&#8216;bzr selftest &#8211;clean-output&#8217; allows easily clean temporary tests
directories without running tests. (Alexander Belchenko)</p>
</li>
<li><p class="first"><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">help</span> <span class="pre">hidden-commands</span></tt> lists all hidden commands. (Aaron Bentley)</p>
</li>
<li><p class="first"><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">merge</span></tt> now has an option <tt class="docutils literal"><span class="pre">--pull</span></tt> to fall back to pull if
local is fully merged into remote. (Jan Hudec)</p>
</li>
<li><p class="first"><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">help</span> <span class="pre">formats</span></tt> describes available directory formats. (Aaron Bentley)</p>
</li>
</ul>
</div>
<div class="section" id="internals">
<h3>Internals<a class="headerlink" href="#internals" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>A few tweaks directly to <tt class="docutils literal"><span class="pre">fileids_affected_by_revision_ids</span></tt> to
help speed up processing, as well allowing to extract unannotated
lines. Between the two <tt class="docutils literal"><span class="pre">fileids_affected_by_revision_ids</span></tt> is
improved by approx 10%. (John Arbash Meinel)</li>
<li>Change Revision serialization to only write out millisecond
resolution. Rather than expecting floating point serialization to
preserve more resolution than we need. (Henri Weichers, Martin Pool)</li>
<li>Test suite ends cleanly on Windows.  (Vincent Ladeuil)</li>
<li>When <tt class="docutils literal"><span class="pre">encoding_type</span></tt> attribute of class Command is equal to &#8216;exact&#8217;,
force sys.stdout to be a binary stream on Windows, and therefore
keep exact line-endings (without LF -&gt; CRLF conversion).
(Alexander Belchenko)</li>
<li>Single-letter short options are no longer globally declared.  (Martin
Pool)</li>
<li>Before using detected user/terminal encoding bzr should check
that Python has corresponding codec. (Alexander Belchenko)</li>
<li>Formats for end-user selection are provided via a FormatRegistry (Aaron Bentley)</li>
</ul>
</div>
<div class="section" id="id2">
<h3>Bug Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">missing</span> <span class="pre">--verbose</span></tt> was showing adds/removals in the wrong
direction. (John Arbash Meinel)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">annotate</span></tt> now defaults to showing dotted revnos for merged
revisions. It cuts them off at a depth of 12 characters, but you can
supply <tt class="docutils literal"><span class="pre">--long</span></tt> to see the full number. You can also use
<tt class="docutils literal"><span class="pre">--show-ids</span></tt> to display the original revision ids, rather than
revision numbers and committer names. (John Arbash Meinel, #75637)</li>
<li>bzr now supports Win32 UNC path (e.g. <tt class="docutils literal"><span class="pre">\HOST\path</span></tt>.
(Alexander Belchenko, #57869)</li>
<li>Win32-specific: output of cat, bundle and diff commands don&#8217;t mangle
line-endings (Alexander Belchenko, #55276)</li>
<li>Replace broken fnmatch based ignore pattern matching with custom pattern
matcher.
(Kent Gibson, Jan Hudec #57637)</li>
<li>pycurl and urllib can detect short reads at different places. Update
the test suite to test more cases. Also detect HTTP error code 416
which was raised for that specific bug. Also enhance the urllib
robustness by detecting invalid ranges (and pycurl&#8217;s one by detecting
short reads during the initial GET). (Vincent Ladeuil, #73948)</li>
<li>The urllib connection sharing interacts badly with urllib2
proxy setting (the connections didn&#8217;t go thru the proxy
anymore). Defining a proper ProxyHandler solves the
problem.  (Vincent Ladeuil, #74759)</li>
<li>Use urlutils to generate relative URLs, not osutils
(Aaron Bentley, #76229)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">status</span></tt> in a readonly directory should work without giving
lots of errors. (John Arbash Meinel, #76299)</li>
<li>Mention the revisionspec topic for the revision option help.
(Wouter van Heyst, #31663)</li>
<li>Allow plugins import from zip archives.
(Alexander Belchenko, #68124)</li>
</ul>
</div>
</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="#">Bazaar Release Notes</a><ul>
<li><a class="reference internal" href="#bzr-0-14">bzr 0.14</a><ul>
<li><a class="reference internal" href="#improvements">Improvements</a></li>
<li><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-14rc1">bzr 0.14rc1</a><ul>
<li><a class="reference internal" href="#id1">Improvements</a></li>
<li><a class="reference internal" href="#internals">Internals</a></li>
<li><a class="reference internal" href="#id2">Bug Fixes</a></li>
</ul>
</li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="bzr-0.15.html"
                        title="previous chapter">Bazaar Release Notes</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bzr-0.13.html"
                        title="next chapter">Bazaar Release Notes</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/release-notes/bzr-0.14.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" />
      <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-0.13.html" title="Bazaar Release Notes"
             >next</a></li>
        <li class="right" >
          <a href="bzr-0.15.html" title="Bazaar Release Notes"
             >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.6.0)</a> &raquo;</li>

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