Sophie

Sophie

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

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.90.html" />
    <link rel="prev" title="Bazaar Release Notes" href="bzr-0.92.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-0.90.html" title="Bazaar Release Notes"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-0.92.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-91">
<h2>bzr 0.91<a class="headerlink" href="#bzr-0-91" 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-09-26</td>
</tr>
</tbody>
</table>
<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>Print a warning instead of aborting the <tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">install</span></tt>
process if building of a C extension is not possible.
(Lukáš Lalinský, Alexander Belchenko)</li>
<li>Fix commit ordering in corner case (Aaron Bentley, #94975)</li>
<li>Fix &#8216;&#8217;bzr info bzr://host/&#8217;&#8217; and other operations on &#8216;&#8217;bzr://&#8217; URLs with
an implicit port.  We were incorrectly raising PathNotChild due to
inconsistent treatment of the &#8216;&#8217;_port&#8217;&#8217; attribute on the Transport object.
(Andrew Bennetts, #133965)</li>
<li>Make RemoteRepository.sprout cope gracefully with servers that don&#8217;t
support the <tt class="docutils literal"><span class="pre">Repository.tarball</span></tt> request.
(Andrew Bennetts)</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-91rc2">
<h2>bzr 0.91rc2<a class="headerlink" href="#bzr-0-91rc2" 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-09-11</td>
</tr>
</tbody>
</table>
<ul class="simple">
<li>Replaced incorrect tarball for previous release; a debug statement was left
in bzrlib/remote.py.</li>
</ul>
</div>
<div class="section" id="bzr-0-91rc1">
<h2>bzr 0.91rc1<a class="headerlink" href="#bzr-0-91rc1" 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-09-11</td>
</tr>
</tbody>
</table>
<div class="section" id="changes">
<h3>Changes<a class="headerlink" href="#changes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>The default branch and repository format has changed to
<tt class="docutils literal"><span class="pre">dirstate-tags</span></tt>, so tag commands are active by default.
This format is compatible with Bazaar 0.15 and later.
This incidentally fixes bug #126141.
(Martin Pool)</li>
<li><tt class="docutils literal"><span class="pre">--quiet</span></tt> or <tt class="docutils literal"><span class="pre">-q</span></tt> is no longer a global option. If present, it
must now appear after the command name. Scripts doing things like
<tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">-q</span> <span class="pre">missing</span></tt> need to be rewritten as <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">missing</span> <span class="pre">-q</span></tt>.
(Ian Clatworthy)</li>
</ul>
</div>
<div class="section" id="features">
<h3>Features<a class="headerlink" href="#features" title="Permalink to this headline">¶</a></h3>
<ul>
<li><p class="first">New option <tt class="docutils literal"><span class="pre">--author</span></tt> in <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">commit</span></tt> to specify the author of the
change, if it&#8217;s different from the committer. <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span></tt> and
<tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">annotate</span></tt> display the author instead of the committer.
(Lukáš Lalinský)</p>
</li>
<li><p class="first">In addition to global options and command specific options, a set of
standard options are now supported. Standard options are legal for
all commands. The initial set of standard options are:</p>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">--help</span></tt> or <tt class="docutils literal"><span class="pre">-h</span></tt> - display help message</li>
<li><tt class="docutils literal"><span class="pre">--verbose</span></tt> or <tt class="docutils literal"><span class="pre">-v</span></tt> - display additional information</li>
<li><tt class="docutils literal"><span class="pre">--quiet</span></tt>  or <tt class="docutils literal"><span class="pre">-q</span></tt> - only output warnings and errors.</li>
</ul>
<p>Unlike global options, standard options can be used in aliases and
may have command-specific help. (Ian Clatworthy)</p>
</li>
<li><p class="first">Verbosity level processing has now been unified. If <tt class="docutils literal"><span class="pre">--verbose</span></tt>
or <tt class="docutils literal"><span class="pre">-v</span></tt> is specified on the command line multiple times, the
verbosity level is made positive the first time then increased.
If <tt class="docutils literal"><span class="pre">--quiet</span></tt> or <tt class="docutils literal"><span class="pre">-q</span></tt> is specified on the command line
multiple times, the verbosity level is made negative the first
time then decreased. To get the default verbosity level of zero,
either specify none of the above , <tt class="docutils literal"><span class="pre">--no-verbose</span></tt> or <tt class="docutils literal"><span class="pre">--no-quiet</span></tt>.
Note that most commands currently ignore the magnitude of the
verbosity level but do respect <em>quiet vs normal vs verbose</em> when
generating output. (Ian Clatworthy)</p>
</li>
<li><p class="first"><tt class="docutils literal"><span class="pre">Branch.hooks</span></tt> now supports <tt class="docutils literal"><span class="pre">pre_commit</span></tt> hook. The hook&#8217;s signature
is documented in BranchHooks constructor. (Nam T. Nguyen, #102747)</p>
</li>
<li><p class="first">New <tt class="docutils literal"><span class="pre">Repository.stream_knit_data_for_revisions</span></tt> request added to the
network protocol for greatly reduced roundtrips when retrieving a set of
revisions. (Andrew Bennetts)</p>
</li>
</ul>
</div>
<div class="section" id="id1">
<h3>Bug Fixes<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">plugins</span></tt> now lists the version number for each plugin in square
brackets after the path. (Robert Collins, #125421)</li>
<li>Pushing, pulling and branching branches with subtree references was not
copying the subtree weave, preventing the file graph from being accessed
and causing errors in commits in clones. (Robert Collins)</li>
<li>Suppress warning &#8220;integer argument expected, got float&#8221; from Paramiko,
which sometimes caused false test failures.  (Martin Pool)</li>
<li>Fix bug in bundle 4 that could cause attempts to write data to wrong
versionedfile.  (Aaron Bentley)</li>
<li>Diffs generated using &#8220;diff -p&#8221; no longer break the patch parser.
(Aaron Bentley)</li>
<li>get_transport treats an empty possible_transports list the same as a non-
empty one.  (Aaron Bentley)</li>
<li>patch verification for merge directives is reactivated, and works with
CRLF and CR files.  (Aaron Bentley)</li>
<li>Accept ..as a path in revision specifiers. This fixes for example
&#8220;-r branch:..other-branch&#8221; on Windows.  (Lukáš Lalinský)</li>
<li><tt class="docutils literal"><span class="pre">BZR_PLUGIN_PATH</span></tt> may now contain trailing slashes.
(Blake Winton, #129299)</li>
<li>man page no longer lists hidden options (#131667, Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">uncommit</span> <span class="pre">--help</span></tt> now explains the -r option adequately.  (Daniel
Watkins, #106726)</li>
<li>Error messages are now better formatted with parameters (such as
filenames) quoted when necessary. This avoids confusion when directory
names ending in a &#8216;.&#8217; at the end of messages were confused with a
full stop that may or not have been there. (Daniel Watkins, #129791)</li>
<li>Fix <tt class="docutils literal"><span class="pre">status</span> <span class="pre">FILE</span> <span class="pre">-r</span> <span class="pre">X..Y</span></tt>. (Lukáš Lalinský)</li>
<li>If a particular command is an alias, <tt class="docutils literal"><span class="pre">help</span></tt> will show the alias
instead of claiming there is no help for said alias. (Daniel Watkins,
#133548)</li>
<li>TreeTransform-based operations, like pull, merge, revert, and branch,
now roll back if they encounter an error.  (Aaron Bentley, #67699)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">commit</span></tt> now exits cleanly if a character unsupported by the
current encoding is used in the commit message.  (Daniel Watkins,
#116143)</li>
<li>bzr send uses default values for ranges when only half of an elipsis
is specified (&#8220;-r..5&#8221; or &#8220;-r5..&#8221;).  (#61685, Aaron Bentley)</li>
<li>Avoid trouble when Windows SSH calls itself &#8216;plink&#8217; but no plink
binary is present.  (Martin Albisetti, #107155)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">remove</span></tt> should remove clean subtrees.  Now it will remove (without
needing <tt class="docutils literal"><span class="pre">--force</span></tt>) subtrees that contain no files with text changes or
modified files.  With <tt class="docutils literal"><span class="pre">--force</span></tt> it removes the subtree regardless of
text changes or unknown files. Directories with renames in or out (but
not changed otherwise) will now be removed without needing <tt class="docutils literal"><span class="pre">--force</span></tt>.
Unknown ignored files will be deleted without needing <tt class="docutils literal"><span class="pre">--force</span></tt>.
(Marius Kruger, #111665)</li>
<li>When two plugins conflict, the source of both the losing and now the
winning definition is shown.  (Konstantin Mikhaylov, #5454)</li>
<li>When committing to a branch, the location being committed to is
displayed.  (Daniel Watkins, #52479)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">--version</span></tt> takes care about encoding of stdout, especially
when output is redirected. (Alexander Belchenko, #131100)</li>
<li>Prompt for an FTP password if none is provided.
(Vincent Ladeuil, #137044)</li>
<li>Reuse bound branch associated transport to avoid multiple
connections.
(Vincent Ladeuil, #128076, #131396)</li>
<li>Overwrite conflicting tags by <tt class="docutils literal"><span class="pre">push</span></tt> and <tt class="docutils literal"><span class="pre">pull</span></tt> if the
<tt class="docutils literal"><span class="pre">--overwrite</span></tt> option is specified.  (Lukáš Lalinský, #93947)</li>
<li>In checkouts, tags are copied into the master branch when created,
changed or deleted, and are copied into the checkout when it is
updated.  (Martin Pool, #93856, #93860)</li>
<li>Print a warning instead of aborting the <tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">install</span></tt>
process if building of a C extension is not possible.
(Lukáš Lalinský, Alexander Belchenko)</li>
</ul>
</div>
<div class="section" id="improvements">
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add the option &#8220;&#8211;show-diff&#8221; to the commit command in order to display
the diff during the commit log creation. (Goffredo Baroncelli)</li>
<li><tt class="docutils literal"><span class="pre">pull</span></tt> and <tt class="docutils literal"><span class="pre">merge</span></tt> are much faster at installing bundle format 4.
(Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">pull</span> <span class="pre">-v</span></tt> no longer includes deltas, making it much faster.
(Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">send</span></tt> now sends the directive as an attachment by default.
(Aaron Bentley, Lukáš Lalinský, Alexander Belchenko)</li>
<li>Documentation updates (Martin Albisetti)</li>
<li>Help on debug flags is now included in <tt class="docutils literal"><span class="pre">help</span> <span class="pre">global-options</span></tt>.
(Daniel Watkins, #124853)</li>
<li>Parameters passed on the command line are checked to ensure they are
supported by the encoding in use. (Daniel Watkins)</li>
<li>The compression used within the bzr repository has changed from zlib
level 9 to the zlib default level. This improves commit performance with
only a small increase in space used (and in some cases a reduction in
space). (Robert Collins)</li>
<li>Initial commit no longer SHAs files twice and now reuses the path
rather than looking it up again, making it faster.
(Ian Clatworthy)</li>
<li>New option <tt class="docutils literal"><span class="pre">-c</span></tt>/<tt class="docutils literal"><span class="pre">--change</span></tt> for <tt class="docutils literal"><span class="pre">diff</span></tt> and <tt class="docutils literal"><span class="pre">status</span></tt> to show
changes in one revision.  (Lukáš Lalinský)</li>
<li>If versioned files match a given ignore pattern, a warning is now
given. (Daniel Watkins, #48623)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">status</span></tt> now has -S as a short name for &#8211;short and -V as a
short name for &#8211;versioned. These have been added to assist users
migrating from Subversion: <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">status</span> <span class="pre">-SV</span></tt> is now like
<tt class="docutils literal"><span class="pre">svn</span> <span class="pre">status</span> <span class="pre">-q</span></tt>.  (Daniel Watkins, #115990)</li>
<li>Added C implementation of  <tt class="docutils literal"><span class="pre">PatienceSequenceMatcher</span></tt>, which is about
10x faster than the Python version. This speeds up commands that
need file diffing, such as <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">commit</span></tt> or <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span></tt>.
(Lukáš Lalinský)</li>
<li>HACKING has been extended with a large section on core developer tasks.
(Ian Clatworthy)</li>
<li>Add <tt class="docutils literal"><span class="pre">branches</span></tt> and <tt class="docutils literal"><span class="pre">standalone-trees</span></tt> as online help topics and
include them as Concepts within the User Reference.
(Paul Moore, Ian Clatworthy)</li>
<li><tt class="docutils literal"><span class="pre">check</span></tt> can detect versionedfile parent references that are
inconsistent with revision and inventory info, and <tt class="docutils literal"><span class="pre">reconcile</span></tt> can fix
them.  These faulty references were generated by 0.8-era releases,
so repositories which were manipulated by old bzrs should be
checked, and possibly reconciled ASAP.  (Aaron Bentley, Andrew Bennetts)</li>
</ul>
</div>
<div class="section" id="api-breaks">
<h3>API Breaks<a class="headerlink" href="#api-breaks" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">Branch.append_revision</span></tt> is removed altogether; please use
<tt class="docutils literal"><span class="pre">Branch.set_last_revision_info</span></tt> instead.  (Martin Pool)</li>
<li>CommitBuilder now advertises itself as requiring the root entry to be
supplied. This only affects foreign repository implementations which reuse
CommitBuilder directly and have changed record_entry_contents to require
that the root not be supplied. This should be precisely zero plugins
affected. (Robert Collins)</li>
<li>The <tt class="docutils literal"><span class="pre">add_lines</span></tt> methods on <tt class="docutils literal"><span class="pre">VersionedFile</span></tt> implementations has changed
its return value to include the sha1 and length of the inserted text. This
allows the avoidance of double-sha1 calculations during commit.
(Robert Collins)</li>
<li><tt class="docutils literal"><span class="pre">Transport.should_cache</span></tt> has been removed.  It was not called in the
previous release.  (Martin Pool)</li>
</ul>
</div>
<div class="section" id="testing">
<h3>Testing<a class="headerlink" href="#testing" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Tests may now raise TestNotApplicable to indicate they shouldn&#8217;t be
run in a particular scenario.  (Martin Pool)</li>
<li>New function multiply_tests_from_modules to give a simpler interface
to test parameterization.  (Martin Pool, Robert Collins)</li>
<li><tt class="docutils literal"><span class="pre">Transport.should_cache</span></tt> has been removed.  It was not called in the
previous release.  (Martin Pool)</li>
<li>NULL_REVISION is returned to indicate the null revision, not None.
(Aaron Bentley)</li>
<li>Use UTF-8 encoded StringIO for log tests to avoid failures on
non-ASCII committer names.  (Lukáš Lalinský)</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><tt class="docutils literal"><span class="pre">bzrlib.plugin.all_plugins</span></tt> has been deprecated in favour of
<tt class="docutils literal"><span class="pre">bzrlib.plugin.plugins()</span></tt> which returns PlugIn objects that provide
useful functionality for determining the path of a plugin, its tests, and
its version information. (Robert Collins)</li>
<li>Add the option user_encoding to the function &#8216;show_diff_trees()&#8217;
in order to move the user encoding at the UI level. (Goffredo Baroncelli)</li>
<li>Add the function make_commit_message_template_encoded() and the function
edit_commit_message_encoded() which handle encoded strings.
This is done in order to mix the commit messages (which is a unicode
string), and the diff which is a raw string. (Goffredo Baroncelli)</li>
<li>CommitBuilder now defaults to using add_lines_with_ghosts, reducing
overhead on non-weave repositories which don&#8217;t require all parents to be
present. (Robert Collins)</li>
<li>Deprecated method <tt class="docutils literal"><span class="pre">find_previous_heads</span></tt> on
<tt class="docutils literal"><span class="pre">bzrlib.inventory.InventoryEntry</span></tt>. This has been superseded by the use
of <tt class="docutils literal"><span class="pre">parent_candidates</span></tt> and a separate heads check via the repository
API. (Robert Collins)</li>
<li>New trace function <tt class="docutils literal"><span class="pre">mutter_callsite</span></tt> will print out a subset of the
stack to the log, which can be useful for gathering debug details.
(Robert Collins)</li>
<li><tt class="docutils literal"><span class="pre">bzrlib.pack.ContainerWriter</span></tt> now tracks how many records have been
added via a public attribute records_written. (Robert Collins)</li>
<li>New method <tt class="docutils literal"><span class="pre">bzrlib.transport.Transport.get_recommended_page_size</span></tt>.
This provides a hint to users of transports as to the reasonable
minimum data to read. In principle this can take latency and
bandwidth into account on a per-connection basis, but for now it
just has hard coded values based on the URL. (E.g., <a class="reference external" href="http://">http://</a> has a large
page size, <a class="reference external" href="file://">file://</a> has a small one.) (Robert Collins)</li>
<li>New method on <tt class="docutils literal"><span class="pre">bzrlib.transport.Transport</span></tt> <tt class="docutils literal"><span class="pre">open_write_stream</span></tt> allows
incremental addition of data to a file without requiring that all the
data be buffered in memory. (Robert Collins)</li>
<li>New methods on <tt class="docutils literal"><span class="pre">bzrlib.knit.KnitVersionedFile</span></tt>:
<tt class="docutils literal"><span class="pre">get_data_stream(versions)</span></tt>, <tt class="docutils literal"><span class="pre">insert_data_stream(stream)</span></tt> and
<tt class="docutils literal"><span class="pre">get_format_signature()</span></tt>.  These provide some infrastructure for
efficiently streaming the knit data for a set of versions over the smart
protocol.</li>
<li>Knits with no annotation cache still produce correct annotations.
(Aaron Bentley)</li>
<li>Three new methods have been added to <tt class="docutils literal"><span class="pre">bzrlib.trace</span></tt>:
<tt class="docutils literal"><span class="pre">set_verbosity_level</span></tt>, <tt class="docutils literal"><span class="pre">get_verbosity_level</span></tt> and <tt class="docutils literal"><span class="pre">is_verbose</span></tt>.
<tt class="docutils literal"><span class="pre">set_verbosity_level</span></tt> expects a numeric value: negative for quiet,
zero for normal, positive for verbose. The size of the number can be
used to determine just how quiet or verbose the application should be.
The existing <tt class="docutils literal"><span class="pre">be_quiet</span></tt> and <tt class="docutils literal"><span class="pre">is_quiet</span></tt> routines have been
integrated into this new scheme. (Ian Clatworthy)</li>
<li>Options can now be delcared with a <tt class="docutils literal"><span class="pre">custom_callback</span></tt> parameter. If
set, this routine is called after the option is processed. This feature
is now used by the standard options <tt class="docutils literal"><span class="pre">verbose</span></tt> and <tt class="docutils literal"><span class="pre">quiet</span></tt> so that
setting one implicitly resets the other. (Ian Clatworthy)</li>
<li>Rather than declaring a new option from scratch in order to provide
custom help, a centrally registered option can be decorated using the
new <tt class="docutils literal"><span class="pre">bzrlib.Option.custom_help</span></tt> routine. In particular, this routine
is useful when declaring better help for the <tt class="docutils literal"><span class="pre">verbose</span></tt> and <tt class="docutils literal"><span class="pre">quiet</span></tt>
standard options as the base definition of these is now more complex
than before thanks to their use of a custom callback. (Ian Clatworthy)</li>
<li>Tree._iter_changes(specific_file=[]) now iterates through no files,
instead of iterating through all files.  None is used to iterate through
all files.  (Aaron Bentley)</li>
<li>WorkingTree.revert() now accepts None to revert all files.  The use of
[] to revert all files is deprecated.  (Aaron Bentley)</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-91">bzr 0.91</a><ul>
<li><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-91rc2">bzr 0.91rc2</a></li>
<li><a class="reference internal" href="#bzr-0-91rc1">bzr 0.91rc1</a><ul>
<li><a class="reference internal" href="#changes">Changes</a></li>
<li><a class="reference internal" href="#features">Features</a></li>
<li><a class="reference internal" href="#id1">Bug Fixes</a></li>
<li><a class="reference internal" href="#improvements">Improvements</a></li>
<li><a class="reference internal" href="#api-breaks">API Breaks</a></li>
<li><a class="reference internal" href="#testing">Testing</a></li>
<li><a class="reference internal" href="#internals">Internals</a></li>
</ul>
</li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="bzr-0.92.html"
                        title="previous chapter">Bazaar Release Notes</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bzr-0.90.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.91.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.90.html" title="Bazaar Release Notes"
             >next</a></li>
        <li class="right" >
          <a href="bzr-0.92.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>