Sophie

Sophie

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

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 Upgrade Guide" href="../upgrade-guide/index.html" />
    <link rel="prev" title="Bazaar Release Notes" href="bzr-0.6.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../upgrade-guide/index.html" title="Bazaar Upgrade Guide"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-0.6.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-1-1">
<h2>bzr 0.1.1<a class="headerlink" href="#bzr-0-1-1" 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">2005-10-12</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>Fix problem in pulling over HTTP from machines that do not
allow directories to be listed.</li>
<li>Avoid harmless warning about invalid hash cache after
upgrading branch format.</li>
</ul>
</div>
<div class="section" id="performance">
<h3>Performance<a class="headerlink" href="#performance" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Avoid some unnecessary HTTP operations in branch and pull.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-1">
<h2>bzr 0.1<a class="headerlink" href="#bzr-0-1" 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">2005-10-11</td>
</tr>
</tbody>
</table>
<div class="section" id="notes">
<h3>Notes<a class="headerlink" href="#notes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>&#8216;bzr branch&#8217; over HTTP initially gives a very high estimate
of completion time but it should fall as the first few
revisions are pulled in.  branch is still slow on
high-latency connections.</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>bzr-man.py has been updated to work again. Contributed by
Rob Weir.</li>
<li>Locking is now done with fcntl.lockf which works with NFS
file systems. Contributed by Harald Meland.</li>
<li>When a merge encounters a file that has been deleted on
one side and modified on the other, the old contents are
written out to foo.BASE and foo.SIDE, where SIDE is this
or OTHER. Contributed by Aaron Bentley.</li>
<li>Export was choosing incorrect file paths for the content of
the tarball, this has been fixed by Aaron Bentley.</li>
<li>Commit will no longer commit without a log message, an
error is returned instead. Contributed by Jelmer Vernooij.</li>
<li>If you commit a specific file in a sub directory, any of its
parent directories that are added but not listed will be
automatically included. Suggested by Michael Ellerman.</li>
<li>bzr commit and upgrade did not correctly record new revisions
for files with only a change to their executable status.
bzr will correct this when it encounters it. Fixed by
Robert Collins</li>
<li>HTTP tests now force off the use of <tt class="docutils literal"><span class="pre">http_proxy</span></tt> for the duration.
Contributed by Gustavo Niemeyer.</li>
<li>Fix problems in merging weave-based branches that have
different partial views of history.</li>
<li>Symlink support: working with symlinks when not in the root of a
bzr tree was broken, patch from Scott James Remnant.</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>&#8216;branch&#8217; now accepts a &#8211;basis parameter which will take advantage
of local history when making a new branch. This allows faster
branching of remote branches. Contributed by Aaron Bentley.</li>
<li>New tree format based on weave files, called version 5.
Existing branches can be upgraded to this format using
&#8216;bzr upgrade&#8217;.</li>
<li>Symlinks are now versionable. Initial patch by
Erik Toubro Nielsen, updated to head by Robert Collins.</li>
<li>Executable bits are tracked on files. Patch from Gustavo
Niemeyer.</li>
<li>&#8216;bzr status&#8217; now shows unknown files inside a selected directory.
Patch from Heikki Paajanen.</li>
<li>Merge conflicts are recorded in .bzr. Two new commands &#8216;conflicts&#8217;
and &#8216;resolve&#8217; have needed added, which list and remove those
merge conflicts respectively. A conflicted tree cannot be committed
in. Contributed by Aaron Bentley.</li>
<li>&#8216;rm&#8217; is now an alias for &#8216;remove&#8217;.</li>
<li>Stores now split out their content in a single byte prefixed hash,
dropping the density of files per directory by 256. Contributed by
Gustavo Niemeyer.</li>
<li>&#8216;bzr diff -r branch:URL&#8217; will now perform a diff between two branches.
Contributed by Robert Collins.</li>
<li>&#8216;bzr log&#8217; with the default formatter will show merged revisions,
indented to the right. Initial implementation contributed by Gustavo
Niemeyer, made incremental by Robert Collins.</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>Test case failures have the exception printed after the log
for your viewing pleasure.</li>
<li>InventoryEntry is now an abstract base class, use one of the
concrete InventoryDirectory etc classes instead.</li>
<li>Branch raises an UnsupportedFormatError when it detects a
bzr branch it cannot understand. This allows for precise
handling of such circumstances.</li>
<li>Remove RevisionReference class; <tt class="docutils literal"><span class="pre">Revision.parent_ids</span></tt> is now simply a
list of their ids and <tt class="docutils literal"><span class="pre">parent_sha1s</span></tt> is a list of their corresponding
sha1s (for old branches only at the moment.)</li>
<li>New method-object style interface for Commit() and Fetch().</li>
<li>Renamed <tt class="docutils literal"><span class="pre">Branch.last_patch()</span></tt> to <tt class="docutils literal"><span class="pre">Branch.last_revision()</span></tt>, since
we call them revisions not patches.</li>
<li>Move <tt class="docutils literal"><span class="pre">copy_branch</span></tt> to <tt class="docutils literal"><span class="pre">bzrlib.clone.copy_branch</span></tt>.  The destination
directory is created if it doesn&#8217;t exist.</li>
<li>Inventories now identify the files which were present by
giving the revision <em>of that file</em>.</li>
<li>Inventory and Revision XML contains a version identifier.
This must be consistent with the overall branch version
but allows for more flexibility in future upgrades.</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>Removed testsweet module so that tests can be run after
bzr installed by &#8216;bzr selftest&#8217;.</li>
<li>&#8216;bzr selftest&#8217; command-line arguments can now be partial ids
of tests to run, e.g. <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">selftest</span> <span class="pre">test_weave</span></tt></li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-9">
<h2>bzr 0.0.9<a class="headerlink" href="#bzr-0-0-9" 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">2005-09-23</td>
</tr>
</tbody>
</table>
<div class="section" id="id2">
<h3>Bug Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed &#8220;branch -r&#8221; option.</li>
<li>Fix remote access to branches containing non-compressed history.
(Robert Collins).</li>
<li>Better reliability of HTTP server tests.  (John Arbash-Meinel)</li>
<li>Merge graph maximum distance calculation fix.  (Aaron Bentley)</li>
<li>Various minor bug in windows support have been fixed, largely in the
test suite. Contributed by Alexander Belchenko.</li>
</ul>
</div>
<div class="section" id="id3">
<h3>Improvements<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Status now accepts a -r argument to give status between chosen
revisions. Contributed by Heikki Paajanen.</li>
<li>Revision arguments no longer use +/-/= to control ranges, instead
there is a &#8216;before&#8217; namespace, which limits the successive namespace.
For example &#8216;$ bzr log -r date:yesterday..before:date:today&#8217; will
select everything from yesterday and before today. Contributed by
Robey Pointer</li>
<li>There is now a bzr.bat file created by distutils when building on
Windows. Contributed by Alexander Belchenko.</li>
</ul>
</div>
<div class="section" id="id4">
<h3>Internals<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Removed uuid() as it was unused.</li>
<li>Improved &#8216;fetch&#8217; code for pulling revisions from one branch into
another (used by pull, merged, etc.)</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-8">
<h2>bzr 0.0.8<a class="headerlink" href="#bzr-0-0-8" 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">2005-09-20</td>
</tr>
</tbody>
</table>
<div class="section" id="id5">
<h3>Improvements<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Adding a file whose parent directory is not versioned will
implicitly add the parent, and so on up to the root. This means
you should never need to explictly add a directory, they&#8217;ll just
get added when you add a file in the directory.  Contributed by
Michael Ellerman.</li>
<li>Ignore <tt class="docutils literal"><span class="pre">.DS_Store</span></tt> (contains Mac metadata) by default.
(Nir Soffer)</li>
<li>If you set <tt class="docutils literal"><span class="pre">BZR_EDITOR</span></tt> in the environment, it is checked in
preference to EDITOR and the config file for the interactive commit
editing program. Related to this is a bugfix where a missing program
set in EDITOR would cause editing to fail, now the fallback program
for the operating system is still tried.</li>
<li>Files that are not directories/symlinks/regular files will no longer
cause bzr to fail, it will just ignore them by default. You cannot add
them to the tree though - they are not versionable.</li>
</ul>
</div>
<div class="section" id="id6">
<h3>Internals<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Refactor XML packing/unpacking.</li>
</ul>
</div>
<div class="section" id="id7">
<h3>Bug Fixes<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed &#8216;bzr mv&#8217; by Ollie Rutherfurd.</li>
<li>Fixed strange error when trying to access a nonexistent HTTP
branch.</li>
<li>Make sure that the hashcache gets written out if it can&#8217;t be
read.</li>
</ul>
</div>
<div class="section" id="portability">
<h3>Portability<a class="headerlink" href="#portability" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Various Windows fixes from Ollie Rutherfurd.</li>
<li>Quieten warnings about locking; patch from Matt Lavin.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-7">
<h2>bzr-0.0.7<a class="headerlink" href="#bzr-0-0-7" 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">2005-09-02</td>
</tr>
</tbody>
</table>
<div class="section" id="new-features">
<h3>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">shell-complete</span></tt> command contributed by Clint Adams to
help with intelligent shell completion.</li>
<li>New expert command <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">find-merge-base</span></tt> for debugging merges.</li>
</ul>
</div>
<div class="section" id="enhancements">
<h3>Enhancements<a class="headerlink" href="#enhancements" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Much better merge support.</li>
<li>merge3 conflicts are now reported with markers like &#8216;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&#8217;
(seven characters) which is the same as CVS and pleases things
like emacs smerge.</li>
</ul>
</div>
<div class="section" id="id8">
<h3>Bug Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">upgrade</span></tt> no longer fails when trying to fix trees that
mention revisions that are not present.</li>
<li>Fixed bugs in listing plugins from <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">plugins</span></tt>.</li>
<li>Fix case of $EDITOR containing options for the editor.</li>
<li>Fix log -r refusing to show the last revision.
(Patch from Goffredo Baroncelli.)</li>
</ul>
</div>
<div class="section" id="changes">
<h3>Changes<a class="headerlink" href="#changes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span> <span class="pre">--show-ids</span></tt> shows the revision ids of all parents.</li>
<li>Externally provided commands on your $BZRPATH no longer need
to recognize &#8211;bzr-usage to work properly, and can just handle
&#8211;help themselves.</li>
</ul>
</div>
<div class="section" id="library">
<h3>Library<a class="headerlink" href="#library" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Changed trace messages to go through the standard logging
framework, so that they can more easily be redirected by
libraries.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-6">
<h2>bzr-0.0.6<a class="headerlink" href="#bzr-0-0-6" 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">2005-08-18</td>
</tr>
</tbody>
</table>
<div class="section" id="id9">
<h3>New Features<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Python plugins, automatically loaded from the directories on
<tt class="docutils literal"><span class="pre">BZR_PLUGIN_PATH</span></tt> or <tt class="docutils literal"><span class="pre">~/.bzr.conf/plugins</span></tt> by default.</li>
<li>New &#8216;bzr mkdir&#8217; command.</li>
<li>Commit mesage is fetched from an editor if not given on the
command line; patch from Torsten Marek.</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span> <span class="pre">-m</span> <span class="pre">FOO</span></tt> displays commits whose message matches regexp
FOO.</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">add</span></tt> with no arguments adds everything under the current directory.</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">mv</span></tt> does move or rename depending on its arguments, like
the Unix command.</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">missing</span></tt> command shows a summary of the differences
between two trees.  (Merged from John Arbash-Meinel.)</li>
<li>An email address for commits to a particular tree can be
specified by putting it into .bzr/email within a branch.  (Based
on a patch from Heikki Paajanen.)</li>
</ul>
</div>
<div class="section" id="id10">
<h3>Enhancements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Faster working tree operations.</li>
</ul>
</div>
<div class="section" id="id11">
<h3>Changes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>3rd-party modules shipped with bzr are copied within the bzrlib
python package, so that they can be installed by the setup
script without clashing with anything already existing on the
system.  (Contributed by Gustavo Niemeyer.)</li>
<li>Moved plugins directory to bzrlib/, so that there&#8217;s a standard
plugin directory which is not only installed with bzr itself but
is also available when using bzr from the development tree.
<tt class="docutils literal"><span class="pre">BZR_PLUGIN_PATH</span></tt> and <tt class="docutils literal"><span class="pre">DEFAULT_PLUGIN_PATH</span></tt> are then added to the
standard plugins directory.</li>
<li>When exporting to a tarball with <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">export</span> <span class="pre">--format</span> <span class="pre">tgz</span></tt>, put
everything under a top directory rather than dumping it into the
current directory.   This can be overridden with the <tt class="docutils literal"><span class="pre">--root</span></tt>
option.  Patch from William Dodé and John Meinel.</li>
<li>New <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">upgrade</span></tt> command to upgrade the format of a branch,
replacing <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">check</span> <span class="pre">--update</span></tt>.</li>
<li>Files within store directories are no longer marked readonly on
disk.</li>
<li>Changed <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span></tt> output to a more compact form suggested by
John A Meinel.  Old format is available with the <tt class="docutils literal"><span class="pre">--long</span></tt> or
<tt class="docutils literal"><span class="pre">-l</span></tt> option, patched by William Dodé.</li>
<li>By default the commit command refuses to record a revision with
no changes unless the <tt class="docutils literal"><span class="pre">--unchanged</span></tt> option is given.</li>
<li>The <tt class="docutils literal"><span class="pre">--no-plugins</span></tt>, <tt class="docutils literal"><span class="pre">--profile</span></tt> and <tt class="docutils literal"><span class="pre">--builtin</span></tt> command
line options must come before the command name because they
affect what commands are available; all other options must come
after the command name because their interpretation depends on
it.</li>
<li><tt class="docutils literal"><span class="pre">branch</span></tt> and <tt class="docutils literal"><span class="pre">clone</span></tt> added as aliases for <tt class="docutils literal"><span class="pre">branch</span></tt>.</li>
<li>Default log format is back to the long format; the compact one
is available with <tt class="docutils literal"><span class="pre">--short</span></tt>.</li>
</ul>
</div>
<div class="section" id="id12">
<h3>Bug Fixes<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix bugs in committing only selected files or within a subdirectory.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-5">
<h2>bzr-0.0.5<a class="headerlink" href="#bzr-0-0-5" 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">2005-06-15</td>
</tr>
</tbody>
</table>
<div class="section" id="id13">
<h3>Changes<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span></tt> with no command now shows help rather than giving an
error.  Suggested by Michael Ellerman.</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">status</span></tt> output format changed, because svn-style output
doesn&#8217;t really match the model of bzr.  Now files are grouped by
status and can be shown with their IDs.  <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">status</span> <span class="pre">--all</span></tt>
shows all versioned files and unknown files but not ignored files.</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span></tt> runs from most-recent to least-recent, the reverse
of the previous order.  The previous behaviour can be obtained
with the <tt class="docutils literal"><span class="pre">--forward</span></tt> option.</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">inventory</span></tt> by default shows only filenames, and also ids
if <tt class="docutils literal"><span class="pre">--show-ids</span></tt> is given, in which case the id is the second
field.</li>
</ul>
</div>
<div class="section" id="id14">
<h3>Enhancements<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>New &#8216;bzr whoami &#8211;email&#8217; option shows only the email component
of the user identification, from Jo Vermeulen.</li>
<li>New <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">ignore</span> <span class="pre">PATTERN</span></tt> command.</li>
<li>Nicer error message for broken pipe, interrupt and similar
conditions that don&#8217;t indicate an internal error.</li>
<li>Add <tt class="docutils literal"><span class="pre">.*.sw[nop]</span> <span class="pre">.git</span> <span class="pre">.*.tmp</span> <span class="pre">*,v</span></tt> to default ignore patterns.</li>
<li>Per-branch locks keyed on <tt class="docutils literal"><span class="pre">.bzr/branch-lock</span></tt>, available in
either read or write mode.</li>
<li>New option <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span> <span class="pre">--show-ids</span></tt> shows revision and file ids.</li>
<li>New usage <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span> <span class="pre">FILENAME</span></tt> shows only revisions that
affected that file.</li>
<li>Changed format for describing changes in <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span> <span class="pre">-v</span></tt>.</li>
<li>New option <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">commit</span> <span class="pre">--file</span></tt> to take a message from a file,
suggested by LarstiQ.</li>
<li>New syntax <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">status</span> <span class="pre">[FILE...]</span></tt> contributed by Bartosz
Oler.  File may be in a branch other than the working directory.</li>
<li><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">root</span></tt> can be given an HTTP URL instead of
a filename.</li>
<li>Commands can now be defined by external programs or scripts
in a directory on $BZRPATH.</li>
<li>New &#8220;stat cache&#8221; avoids reading the contents of files if they
haven&#8217;t changed since the previous time.</li>
<li>If the Python interpreter is too old, try to find a better one
or give an error.  Based on a patch from Fredrik Lundh.</li>
<li>New optional parameter <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">info</span> <span class="pre">[BRANCH]</span></tt>.</li>
<li>New form <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">commit</span> <span class="pre">SELECTED</span></tt> to commit only selected files.</li>
<li>New form <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span> <span class="pre">-r</span> <span class="pre">FROM:TO</span></tt> shows changes in selected
range; contributed by John A Meinel.</li>
<li>New option <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span> <span class="pre">--diff-options</span> <span class="pre">'OPTS'</span></tt> allows passing
options through to an external GNU diff.</li>
<li>New option <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">add</span> <span class="pre">--no-recurse</span></tt> to add a directory but not
their contents.</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">--version</span></tt> now shows more information if bzr is being run
from a branch.</li>
</ul>
</div>
<div class="section" id="id15">
<h3>Bug Fixes<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed diff format so that added and removed files will be
handled properly by patch.  Fix from Lalo Martins.</li>
<li>Various fixes for files whose names contain spaces or other
metacharacters.</li>
</ul>
</div>
<div class="section" id="id16">
<h3>Testing<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Converted black-box test suites from Bourne shell into Python;
now run using <tt class="docutils literal"><span class="pre">./testbzr</span></tt>.  Various structural improvements to
the tests.</li>
<li>testbzr by default runs the version of bzr found in the same
directory as the tests, or the one given as the first parameter.</li>
<li>testbzr also runs the internal tests, so the only command
required to check is just <tt class="docutils literal"><span class="pre">./testbzr</span></tt>.</li>
<li>testbzr requires python2.4, but can be used to test bzr running
under a different version.</li>
<li>Tests added for many other changes in this release.</li>
</ul>
</div>
<div class="section" id="internal">
<h3>Internal<a class="headerlink" href="#internal" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.</li>
<li>Refactor command functions into Command objects based on HCT by
Scott James Remnant.</li>
<li>Better help messages for many commands.</li>
<li>Expose <tt class="docutils literal"><span class="pre">bzrlib.open_tracefile()</span></tt> to start the tracefile; until
this is called trace messages are just discarded.</li>
<li>New internal function <tt class="docutils literal"><span class="pre">find_touching_revisions()</span></tt> and hidden
command touching-revisions trace the changes to a given file.</li>
<li>Simpler and faster <tt class="docutils literal"><span class="pre">compare_inventories()</span></tt> function.</li>
<li><tt class="docutils literal"><span class="pre">bzrlib.open_tracefile()</span></tt> takes a tracefilename parameter.</li>
<li>New AtomicFile class.</li>
<li>New developer commands <tt class="docutils literal"><span class="pre">added</span></tt>, <tt class="docutils literal"><span class="pre">modified</span></tt>.</li>
</ul>
</div>
<div class="section" id="id17">
<h3>Portability<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Cope on Windows on python2.3 by using the weaker random seed.
2.4 is now only recommended.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-4">
<h2>bzr-0.0.4<a class="headerlink" href="#bzr-0-0-4" 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">2005-04-22</td>
</tr>
</tbody>
</table>
<div class="section" id="id18">
<h3>Enhancements<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>&#8216;bzr diff&#8217; optionally takes a list of files to diff.  Still a bit
basic.  Patch from QuantumG.</li>
<li>More default ignore patterns.</li>
<li>New &#8216;bzr log &#8211;verbose&#8217; shows a list of files changed in the
changeset.  Patch from Sebastian Cote.</li>
<li>Roll over ~/.bzr.log if it gets too large.</li>
<li>Command abbreviations &#8216;ci&#8217;, &#8216;st&#8217;, &#8216;stat&#8217;, &#8216;?&#8217; based on a patch
by Jason Diamon.</li>
<li>New &#8216;bzr help commands&#8217; based on a patch from Denys Duchier.</li>
</ul>
</div>
<div class="section" id="id19">
<h3>Changes<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>User email is determined by looking at $BZREMAIL or ~/.bzr.email
or $EMAIL.  All are decoded by the locale preferred encoding.
If none of these are present <a class="reference external" href="mailto:user&#37;&#52;&#48;hostname">user<span>&#64;</span>hostname</a> is used.  The host&#8217;s
fully-qualified name is not used because that tends to fail when
there are DNS problems.</li>
<li>New &#8216;bzr whoami&#8217; command instead of username user-email.</li>
</ul>
</div>
<div class="section" id="id20">
<h3>Bug Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Make commit safe for hardlinked bzr trees.</li>
<li>Some Unicode/locale fixes.</li>
<li>Partial workaround for <tt class="docutils literal"><span class="pre">difflib.unified_diff</span></tt> not handling
trailing newlines properly.</li>
</ul>
</div>
<div class="section" id="id21">
<h3>Internal<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Allow docstrings for help to be in PEP0257 format.  Patch from
Matt Brubeck.</li>
<li>More tests in test.sh.</li>
<li>Write profile data to a temporary file not into working
directory and delete it when done.</li>
<li>Smaller .bzr.log with process ids.</li>
</ul>
</div>
<div class="section" id="id22">
<h3>Portability<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
Bennetts.</li>
<li>Some improvements in handling paths on Windows, based on a patch
from QuantumG.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-3">
<h2>bzr-0.0.3<a class="headerlink" href="#bzr-0-0-3" 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">2005-04-06</td>
</tr>
</tbody>
</table>
<div class="section" id="id23">
<h3>Enhancements<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>New &#8220;directories&#8221; internal command lists versioned directories
in the tree.</li>
<li>Can now say &#8220;bzr commit &#8211;help&#8221;.</li>
<li>New &#8220;rename&#8221; command to rename one file to a different name
and/or directory.</li>
<li>New &#8220;move&#8221; command to move one or more files into a different
directory.</li>
<li>New &#8220;renames&#8221; command lists files renamed since base revision.</li>
<li>New cat command contributed by janmar.</li>
</ul>
</div>
<div class="section" id="id24">
<h3>Changes<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>.bzr.log is placed in $HOME (not pwd) and is always written in
UTF-8.  (Probably not a completely good long-term solution, but
will do for now.)</li>
</ul>
</div>
<div class="section" id="id25">
<h3>Portability<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Workaround for difflib bug in Python 2.3 that causes an
exception when comparing empty files.  Reported by Erik Toubro
Nielsen.</li>
</ul>
</div>
<div class="section" id="id26">
<h3>Internal<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Refactored inventory storage to insert a root entry at the top.</li>
</ul>
</div>
<div class="section" id="id27">
<h3>Testing<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Start of shell-based black-box testing in test.sh.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-2-1">
<h2>bzr-0.0.2.1<a class="headerlink" href="#bzr-0-0-2-1" title="Permalink to this headline">¶</a></h2>
<div class="section" id="id28">
<h3>Portability<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Win32 fixes from Steve Brown.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-2">
<h2>bzr-0.0.2<a class="headerlink" href="#bzr-0-0-2" 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">Codename:</th><td class="field-body">&#8220;black cube&#8221;</td>
</tr>
<tr class="field-even field"><th class="field-name">Released:</th><td class="field-body">2005-03-31</td>
</tr>
</tbody>
</table>
<div class="section" id="id29">
<h3>Enhancements<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Default ignore list extended (see bzrlib/__init__.py).</li>
<li>Patterns in .bzrignore are now added to the default ignore list,
rather than replacing it.</li>
<li>Ignore list isn&#8217;t reread for every file.</li>
<li>More help topics.</li>
<li>Reinstate the &#8216;bzr check&#8217; command to check invariants of the
branch.</li>
<li>New &#8216;ignored&#8217; command lists which files are ignored and why;
&#8216;deleted&#8217; lists files deleted in the current working tree.</li>
<li>Performance improvements.</li>
<li>New global &#8211;profile option.</li>
<li>Ignore patterns like &#8216;./config.h&#8217; now correctly match files in
the root directory only.</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-1">
<h2>bzr-0.0.1<a class="headerlink" href="#bzr-0-0-1" 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">2005-03-26</td>
</tr>
</tbody>
</table>
<div class="section" id="id30">
<h3>Enhancements<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>More information from info command.</li>
<li>Can now say &#8220;bzr help COMMAND&#8221; for more detailed help.</li>
<li>Less file flushing and faster performance when writing logs and
committing to stores.</li>
<li>More useful verbose output from some commands.</li>
</ul>
</div>
<div class="section" id="id31">
<h3>Bug Fixes<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix inverted display of &#8216;R&#8217; and &#8216;M&#8217; during &#8216;commit -v&#8217;.</li>
</ul>
</div>
<div class="section" id="id32">
<h3>Portability<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Include a subset of ElementTree-1.2.20040618 to make
installation easier.</li>
<li>Fix time.localtime call to work with Python 2.3 (the minimum
supported).</li>
</ul>
</div>
</div>
<div class="section" id="bzr-0-0-0-69">
<h2>bzr-0.0.0.69<a class="headerlink" href="#bzr-0-0-0-69" 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">2005-03-22</td>
</tr>
</tbody>
</table>
<div class="section" id="id33">
<h3>Enhancements<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>First public release.</li>
<li>Storage of local versions: init, add, remove, rm, info, log,
diff, status, etc.</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-1-1">bzr 0.1.1</a><ul>
<li><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
<li><a class="reference internal" href="#performance">Performance</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-1">bzr 0.1</a><ul>
<li><a class="reference internal" href="#notes">Notes</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="#internals">Internals</a></li>
<li><a class="reference internal" href="#testing">Testing</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-9">bzr 0.0.9</a><ul>
<li><a class="reference internal" href="#id2">Bug Fixes</a></li>
<li><a class="reference internal" href="#id3">Improvements</a></li>
<li><a class="reference internal" href="#id4">Internals</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-8">bzr 0.0.8</a><ul>
<li><a class="reference internal" href="#id5">Improvements</a></li>
<li><a class="reference internal" href="#id6">Internals</a></li>
<li><a class="reference internal" href="#id7">Bug Fixes</a></li>
<li><a class="reference internal" href="#portability">Portability</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-7">bzr-0.0.7</a><ul>
<li><a class="reference internal" href="#new-features">New Features</a></li>
<li><a class="reference internal" href="#enhancements">Enhancements</a></li>
<li><a class="reference internal" href="#id8">Bug Fixes</a></li>
<li><a class="reference internal" href="#changes">Changes</a></li>
<li><a class="reference internal" href="#library">Library</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-6">bzr-0.0.6</a><ul>
<li><a class="reference internal" href="#id9">New Features</a></li>
<li><a class="reference internal" href="#id10">Enhancements</a></li>
<li><a class="reference internal" href="#id11">Changes</a></li>
<li><a class="reference internal" href="#id12">Bug Fixes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-5">bzr-0.0.5</a><ul>
<li><a class="reference internal" href="#id13">Changes</a></li>
<li><a class="reference internal" href="#id14">Enhancements</a></li>
<li><a class="reference internal" href="#id15">Bug Fixes</a></li>
<li><a class="reference internal" href="#id16">Testing</a></li>
<li><a class="reference internal" href="#internal">Internal</a></li>
<li><a class="reference internal" href="#id17">Portability</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-4">bzr-0.0.4</a><ul>
<li><a class="reference internal" href="#id18">Enhancements</a></li>
<li><a class="reference internal" href="#id19">Changes</a></li>
<li><a class="reference internal" href="#id20">Bug Fixes</a></li>
<li><a class="reference internal" href="#id21">Internal</a></li>
<li><a class="reference internal" href="#id22">Portability</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-3">bzr-0.0.3</a><ul>
<li><a class="reference internal" href="#id23">Enhancements</a></li>
<li><a class="reference internal" href="#id24">Changes</a></li>
<li><a class="reference internal" href="#id25">Portability</a></li>
<li><a class="reference internal" href="#id26">Internal</a></li>
<li><a class="reference internal" href="#id27">Testing</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-2-1">bzr-0.0.2.1</a><ul>
<li><a class="reference internal" href="#id28">Portability</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-2">bzr-0.0.2</a><ul>
<li><a class="reference internal" href="#id29">Enhancements</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-1">bzr-0.0.1</a><ul>
<li><a class="reference internal" href="#id30">Enhancements</a></li>
<li><a class="reference internal" href="#id31">Bug Fixes</a></li>
<li><a class="reference internal" href="#id32">Portability</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-0-0-0-69">bzr-0.0.0.69</a><ul>
<li><a class="reference internal" href="#id33">Enhancements</a></li>
</ul>
</li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="bzr-0.6.html"
                        title="previous chapter">Bazaar Release Notes</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="../upgrade-guide/index.html"
                        title="next chapter">Bazaar Upgrade Guide</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/release-notes/bzr-0.1.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="../upgrade-guide/index.html" title="Bazaar Upgrade Guide"
             >next</a></li>
        <li class="right" >
          <a href="bzr-0.6.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>