Bazaar 1.0rc1 "1.0alpha1"

Preview of 1.0 release with packs as the default format.
First release candidate for 1.0

Milestone information

Project:
Bazaar
Series:
1.0
Version:
1.0rc1
Code name:
1.0alpha1
Released:
 
Registrant:
Alexander Belchenko
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
2 Aaron Bentley, 4 Alexander Belchenko, 1 Andrew Bennetts, 5 Dan Watkins, 1 Dato Simó, 5 John A Meinel, 1 Lukáš Lalinský, 1 Martin Albisetti, 4 Martin Pool, 1 Matt Nordhoff, 16 Robert Collins, 6 Vincent Ladeuil
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
1 Invalid, 50 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon bzr-setup-1.0.0.candidate.1.exe (md5) Windows Standalone Installer 101
last downloaded 10 days ago
download icon bzr-1.0.0.candidate.1.win32-py2.5.exe (md5) Windows Python Installer (for Python 2.5) 103
last downloaded 10 days ago
download icon bzr-1.0.0.candidate.1.win32-py2.4.exe (md5) Windows Python Installer (for Python 2.4) 103
last downloaded 10 days ago
Total downloads: 307

Release notes 

bzr 1.0rc1 2007-11-30
=====================

  NOTES WHEN UPGRADING:

   * The default repository format is now ``pack-0.92``. This
     default is used when creating new repositories with ``init`` and
     ``init-repo``, and when branching over bzr+ssh or bzr+hpss.
     (See https://bugs.launchpad.net/bugs/164626)

     This format can be read and written by Bazaar 0.92 and later, and
     data can be transferred to and from older formats.

     To upgrade, please reconcile your repository (``bzr reconcile``), and then
     upgrade (``bzr upgrade``).

     ``pack-0.92`` offers substantially better scaling and performance than the
     previous knits format. Some operations are slower where the code already
     had bad scaling characteristics under knits, the pack format makes such
     operations more visible as part of being more scalable overall. We will
     correct such operations over the coming releases and encourage the filing
     of bugs on any operation which you observe to be slower in a packs
     repository. One particular case that we do not intend to fix is pulling
     data from a pack repository into a knit repository over a high latency
     link; downgrading such data requires reinsertion of the file texts, and
     this is a classic space/time tradeoff. The current implementation is
     conservative on memory usage because we need to support converting data
     from any tree without problems.
     (Robert Collins, Martin Pool, #164476)

  CHANGES:

   * Disable detection of plink.exe as possible ssh vendor. Plink vendor
     still available if user selects it explicitly with BZR_SSH environment
     variable. (Alexander Belchenko, workaround for bug #107593)

   * The pack format is now accessible as "pack-0.92", or "pack-0.92-subtree"
     to enable the subtree functions (for example, for bzr-svn).
     See http://doc.bazaar-vcs.org/latest/developer/packrepo.html
     (Martin Pool)

  FEATURES:

   * New ``authentication.conf`` file holding the password or other credentials
     for remote servers. This can be used for ssh, sftp, smtp and other
     supported transports.
     (Vincent Ladeuil)

   * New rich-root and rich-root-pack formats, recording the same data about
     tree roots that's recorded for all other directories.
     (Aaron Bentley, #164639)

   * ``switch`` command added for changing the branch a lightweight checkout
     is associated with and updating the tree to reflect the latest content
     accordingly. This command was previously part of the BzrTools plug-in.
     (Ian Clatworthy, Aaron Bentley, David Allouche)

   * ``reconfigure`` command can now convert branches, trees, or checkouts to
     lightweight checkouts. (Aaron Bentley)

  PERFORMANCE:

   * Commit updates the state of the working tree via a delta rather than
     supplying entirely new basis trees. For commit of a single specified file
     this reduces the wall clock time for commit by roughly a 30%.
     (Robert Collins, Martin Pool)

   * Commit with many automatically found deleted paths no longer performs
     linear scanning for the children of those paths during inventory
     iteration. This should fix commit performance blowing out when many such
     paths occur during commit. (Robert Collins, #156491)

   * Fetch with pack repositories will no longer read the entire history graph.
     (Robert Collins, #88319)

   * Revert takes out an appropriate lock when reverting to a basis tree, and
     does not read the basis inventory twice. (Robert Collins)

   * Diff does not require an inventory to be generated on dirstate trees.
     (Aaron Bentley, #149254)

  IMPROVEMENTS:

   * ``bzr send`` now doesn't require the target e-mail address to be
     specified on the command line if an interactive e-mail client is used.
     (LukГЎЕЎ LalinskГЅ)

   * ``bzr tags`` now prints the revision number for each tag, instead of
     the revision id, unless --show-ids is passed. In addition, tags can be
     sorted chronologically instead of lexicographically with --sort=time.
     (Adeodato SimГі, #120231)

   * Windows standalone version of bzr is able to load system-wide plugins from
     "plugins" subdirectory in installation directory. In addition standalone
     installer write to the registry (HKLM\SOFTWARE\Bazaar) useful info
     about paths and bzr version. (Alexander Belchenko, #129298)

  DOCUMENTATION:

  BUG FIXES:

   * A progress bar has been added for knitpack -> knitpack fetching.
     (Robert Collins, #157789, #159147)

   * Branching from a branch via smart server now preserves the repository
     format. (Andrew Bennetts, #164626)

   * ``commit`` is now able to invoke an external editor in a non-ascii
     directory. (Daniel Watkins, #84043)

   * Catch connection errors for ftp.
     (Vincent Ladeuil, #164567)

   * ``check`` no longer reports spurious unreferenced text versions.
     (Robert Collins, John A Meinel, #162931, #165071)

   * Conflicts are now resolved recursively by ``revert``.
     (Aaron Bentley, #102739)

   * Detect invalid transport reuse attempts by catching invalid URLs.
     (Vincent Ladeuil, #161819)

   * Do no use timeout in HttpServer anymore.
     (Vincent Ladeuil, #158972).

   * Don't catch the exceptions related to the http pipeline status before
     retrying an http request or some programming errors may be masked.
     (Vincent Ladeuil, #160012)

   * Fix ``bzr rm`` to not delete modified and ignored files.
     (LukГЎЕЎ LalinskГЅ, #172598)

   * Fix exception when revisionspec contains merge revisons but log
     formatter doesn't support merge revisions. (Kent Gibson, #148908)

   * Fix exception when ScopeReplacer is assigned to before any members have
     been retrieved. (Aaron Bentley)

   * Fix multiple connections during checkout --lightweight.
     (Vincent Ladeuil, #159150)

   * Fix possible error in insert_data_stream when copying between
     pack repositories over bzr+ssh or bzr+http.
     KnitVersionedFile.get_data_stream now makes sure that requested
     compression parents are sent before any delta hunks that depend
     on them.
     (Martin Pool, #164637)

   * Fix typo in limiting offsets coalescing for http, leading to
     whole files being downloaded instead of parts.
     (Vincent Ladeuil, #165061)

   * FTP server errors don't error in the error handling code.
     (Robert Collins, #161240)

   * Give a clearer message when a pull fails because the source needs
     to be reconciled.
     (Martin Pool, #164443)

   * It is clearer when a plugin cannot be loaded because of its name, and a
     suggestion for an acceptable name is given. (Daniel Watkins, #103023)

   * Leave port as None in transport objects if user doesn't
     specify a port in urls.
     (vincent Ladeuil, #150860)

   * Make sure Repository.fetch(self) is properly a no-op for all
     Repository implementations. (John Arbash Meinel, #158333)

   * Mark .bzr directories as "hidden" on Windows.
     (Alexander Belchenko, #71147)

   * ``merge --uncommitted`` can now operate on a single file.
     (Aaron Bentley, LukГЎЕЎ LalinskГЅ, #136890)

   * Obsolete packs are now cleaned up by pack and autopack operations.
     (Robert Collins, #153789)

   * Operations pulling data from a smart server where the underlying
     repositories are not both annotated/both unannotated will now work.
     (Robert Collins, #165304).

   * Reconcile now shows progress bars. (Robert Collins, #159351)

   * ``RemoteBranch`` was not initializing ``self._revision_id_to_revno_map``
     properly. (John Arbash Meinel, #162486)

   * Removing an already-removed file reports the file does not exist. (Daniel
     Watkins, #152811)

   * Rename on Windows is able to change filename case.
     (Alexander Belchenko, #77740)

   * Return error instead of a traceback for ``bzr log -r0``.
     (Kent Gibson, #133751)

   * Return error instead of a traceback when bzr is unable to create
     symlink on some platforms (e.g. on Windows).
     (Alexander Belchenko, workaround for #81689)

   * Revert doesn't crash when restoring a single file from a deleted
     directory. (Aaron Bentley)

   * Stderr output via logging mechanism now goes through encoded wrapper
     and no more uses utf-8, but terminal encoding instead. So all unicode
     strings now should be readable in non-utf-8 terminal.
     (Alexander Belchenko, #54173)

   * The error message when ``move --after`` should be used makes how to do so
     clearer. (Daniel Watkins, #85237)

   * Unicode-safe output from ``bzr info``. The output will be encoded
     using the terminal encoding and unrepresentable characters will be
     replaced by '?'. (LukГЎЕЎ LalinskГЅ, #151844)

   * Working trees are no longer created when pushing into a local no-trees
     repo. (Daniel Watkins, #50582)

   * Upgrade util/configobj to version 4.4.0.
     (Vincent Ladeuil, #151208).

   * Wrap medusa ftp test server as an FTPServer feature.
     (Vincent Ladeuil, #157752)

  API BREAKS:

   * ``osutils.backup_file`` is deprecated. Actually it's not used in bzrlib
     during very long time. (Alexander Belchenko)

   * The return value of
     ``VersionedFile.iter_lines_added_or_present_in_versions`` has been
     changed. Previously it was an iterator of lines, now it is an iterator of
     (line, version_id) tuples. This change has been made to aid reconcile and
     fetch operations. (Robert Collins)

   * ``bzrlib.repository.get_versioned_file_checker`` is now private.
     (Robert Collins)

   * The Repository format registry default has been removed; it was previously
     obsoleted by the bzrdir format default, which implies a default repository
     format.
     (Martin Pool)

  INTERNALS:

   * Added ``ContainerSerialiser`` and ``ContainerPushParser`` to
     ``bzrlib.pack``. These classes provide more convenient APIs for generating
     and parsing containers from streams rather than from files. (Andrew
     Bennetts)

   * New module ``lru_cache`` providing a cache for use by tasks that need
     semi-random access to large amounts of data. (John A Meinel)

   * InventoryEntry.diff is now deprecated. Please use diff.DiffTree instead.

Changelog 

View the full changelog

bzr 1.0rc1 2007-11-30
=====================

  NOTES WHEN UPGRADING:

   * The default repository format is now ``pack-0.92``. This
     default is used when creating new repositories with ``init`` and
     ``init-repo``, and when branching over bzr+ssh or bzr+hpss.
     (See https://bugs.launchpad.net/bugs/164626)

     This format can be read and written by Bazaar 0.92 and later, and
     data can be transferred to and from older formats.

     To upgrade, please reconcile your repository (``bzr reconcile``), and then
     upgrade (``bzr upgrade``).

     ``pack-0.92`` offers substantially better scaling and performance than the
     previous knits format. Some operations are slower where the code already
     had bad scaling characteristics under knits, the pack format makes such
     operations more visible as part of being more scalable overall. We will
     correct such operations over the coming releases and encourage the filing
     of bugs on any operation which you observe to be slower in a packs
     repository. One particular case that we do not intend to fix is pulling
     data from a pack repository into a knit repository over a high latency
     link; downgrading such data requires reinsertion of the file texts, and
     this is a classic space/time tradeoff. The current implementation is
     conservative on memory usage because we need to support converting data
     from any tree without problems.
     (Robert Collins, Martin Pool, #164476)

  CHANGES:

   * Disable detection of plink.exe as possible ssh vendor. Plink vendor
     still available if user selects it explicitly with BZR_SSH environment
     variable. (Alexander Belchenko, workaround for bug #107593)

   * The pack format is now accessible as "pack-0.92", or "pack-0.92-subtree"
     to enable the subtree functions (for example, for bzr-svn).
     See http://doc.bazaar-vcs.org/latest/developer/packrepo.html
     (Martin Pool)

  FEATURES:

   * New ``authentication.conf`` file holding the password or other credentials
     for remote servers. This can be used for ssh, sftp, smtp and other
     supported transports.
     (Vincent Ladeuil)

   * New rich-root and rich-root-pack formats, recording the same data about
     tree roots that's recorded for all other directories.
     (Aaron Bentley, #164639)

   * ``switch`` command added for changing the branch a lightweight checkout
     is associated with and updating the tree to reflect the latest content
     accordingly. This command was previously part of the BzrTools plug-in.
     (Ian Clatworthy, Aaron Bentley, David Allouche)

   * ``reconfigure`` command can now convert branches, trees, or checkouts to
     lightweight checkouts. (Aaron Bentley)

  PERFORMANCE:

   * Commit updates the state of the working tree via a delta rather than
     supplying entirely new basis trees. For commit of a single specified file
     this reduces the wall clock time for commit by roughly a 30%.
     (Robert Collins, Martin Pool)

   * Commit with many automatically found deleted paths no longer performs
     linear scanning for the children of those paths during inventory
     iteration. This should fix commit performance blowing out when many such
     paths occur during commit. (Robert Collins, #156491)

   * Fetch with pack repositories will no longer read the entire history graph.
     (Robert Collins, #88319)

   * Revert takes out an appropriate lock when reverting to a basis tree, and
     does not read the basis inventory twice. (Robert Collins)

   * Diff does not require an inventory to be generated on dirstate trees.
     (Aaron Bentley, #149254)

  IMPROVEMENTS:

   * ``bzr send`` now doesn't require the target e-mail address to be
     specified on the command line if an interactive e-mail client is used.
     (LukГЎЕЎ LalinskГЅ)

   * ``bzr tags`` now prints the revision number for each tag, instead of
     the revision id, unless --show-ids is passed. In addition, tags can be
     sorted chronologically instead of lexicographically with --sort=time.
     (Adeodato SimГі, #120231)

   * Windows standalone version of bzr is able to load system-wide plugins from
     "plugins" subdirectory in installation directory. In addition standalone
     installer write to the registry (HKLM\SOFTWARE\Bazaar) useful info
     about paths and bzr version. (Alexander Belchenko, #129298)

  DOCUMENTATION:

  BUG FIXES:

   * A progress bar has been added for knitpack -> knitpack fetching.
     (Robert Collins, #157789, #159147)

   * Branching from a branch via smart server now preserves the repository
     format. (Andrew Bennetts, #164626)

   * ``commit`` is now able to invoke an external editor in a non-ascii
     directory. (Daniel Watkins, #84043)

   * Catch connection errors for ftp.
     (Vincent Ladeuil, #164567)

   * ``check`` no longer reports spurious unreferenced text versions.
     (Robert Collins, John A Meinel, #162931, #165071)

   * Conflicts are now resolved recursively by ``revert``.
     (Aaron Bentley, #102739)

   * Detect invalid transport reuse attempts by catching invalid URLs.
     (Vincent Ladeuil, #161819)

   * Do no use timeout in HttpServer anymore.
     (Vincent Ladeuil, #158972).

   * Don't catch the exceptions related to the http pipeline status before
     retrying an http request or some programming errors may be masked.
     (Vincent Ladeuil, #160012)

   * Fix ``bzr rm`` to not delete modified and ignored files.
     (LukГЎЕЎ LalinskГЅ, #172598)

   * Fix exception when revisionspec contains merge revisons but log
     formatter doesn't support merge revisions. (Kent Gibson, #148908)

   * Fix exception when ScopeReplacer is assigned to before any members have
     been retrieved. (Aaron Bentley)

   * Fix multiple connections during checkout --lightweight.
     (Vincent Ladeuil, #159150)

   * Fix possible error in insert_data_stream when copying between
     pack repositories over bzr+ssh or bzr+http.
     KnitVersionedFile.get_data_stream now makes sure that requested
     compression parents are sent before any delta hunks that depend
     on them.
     (Martin Pool, #164637)

   * Fix typo in limiting offsets coalescing for http, leading to
     whole files being downloaded instead of parts.
     (Vincent Ladeuil, #165061)

   * FTP server errors don't error in the error handling code.
     (Robert Collins, #161240)

   * Give a clearer message when a pull fails because the source needs
     to be reconciled.
     (Martin Pool, #164443)

   * It is clearer when a plugin cannot be loaded because of its name, and a
     suggestion for an acceptable name is given. (Daniel Watkins, #103023)

   * Leave port as None in transport objects if user doesn't
     specify a port in urls.
     (vincent Ladeuil, #150860)

   * Make sure Repository.fetch(self) is properly a no-op for all
     Repository implementations. (John Arbash Meinel, #158333)

   * Mark .bzr directories as "hidden" on Windows.
     (Alexander Belchenko, #71147)

   * ``merge --uncommitted`` can now operate on a single file.
     (Aaron Bentley, LukГЎЕЎ LalinskГЅ, #136890)

   * Obsolete packs are now cleaned up by pack and autopack operations.
     (Robert Collins, #153789)

   * Operations pulling data from a smart server where the underlying
     repositories are not both annotated/both unannotated will now work.
     (Robert Collins, #165304).

   * Reconcile now shows progress bars. (Robert Collins, #159351)

   * ``RemoteBranch`` was not initializing ``self._revision_id_to_revno_map``
     properly. (John Arbash Meinel, #162486)

   * Removing an already-removed file reports the file does not exist. (Daniel
     Watkins, #152811)

   * Rename on Windows is able to change filename case.
     (Alexander Belchenko, #77740)

   * Return error instead of a traceback for ``bzr log -r0``.
     (Kent Gibson, #133751)

   * Return error instead of a traceback when bzr is unable to create
     symlink on some platforms (e.g. on Windows).
     (Alexander Belchenko, workaround for #81689)

   * Revert doesn't crash when restoring a single file from a deleted
     directory. (Aaron Bentley)

   * Stderr output via logging mechanism now goes through encoded wrapper
     and no more uses utf-8, but terminal encoding instead. So all unicode
     strings now should be readable in non-utf-8 terminal.
     (Alexander Belchenko, #54173)

   * The error message when ``move --after`` should be used makes how to do so
     clearer. (Daniel Watkins, #85237)

   * Unicode-safe output from ``bzr info``. The output will be encoded
     using the terminal encoding and unrepresentable characters will be
     replaced by '?'. (LukГЎЕЎ LalinskГЅ, #151844)

   * Working trees are no longer created when pushing into a local no-trees
     repo. (Daniel Watkins, #50582)

   * Upgrade util/configobj to version 4.4.0.
     (Vincent Ladeuil, #151208).

   * Wrap medusa ftp test server as an FTPServer feature.
     (Vincent Ladeuil, #157752)

  API BREAKS:

   * ``osutils.backup_file`` is deprecated. Actually it's not used in bzrlib
     during very long time. (Alexander Belchenko)

   * The return value of
     ``VersionedFile.iter_lines_added_or_present_in_versions`` has been
     changed. Previously it was an iterator of lines, now it is an iterator of
     (line, version_id) tuples. This change has been made to aid reconcile and
     fetch operations. (Robert Collins)

   * ``bzrlib.repository.get_versioned_file_checker`` is now private.
     (Robert Collins)

   * The Repository format registry default has been removed; it was previously
     obsoleted by the bzrdir format default, which implies a default repository
     format.
     (Martin Pool)

  INTERNALS:

   * Added ``ContainerSerialiser`` and ``ContainerPushParser`` to
     ``bzrlib.pack``. These classes provide more convenient APIs for generating
     and parsing containers from streams rather than from files. (Andrew
     Bennetts)

   * New module ``lru_cache`` providing a cache for use by tasks that need
     semi-random access to large amounts of data. (John A Meinel)

   * InventoryEntry.diff is now deprecated. Please use diff.DiffTree instead.

0 blueprints and 51 bugs targeted

Bug report Importance Assignee Status
165106 #165106 check that get_data_stream distinguishes annotated and unannotated knits 3 High Martin Pool  3 Invalid
121509 #121509 bzr check should verify last-changed fields and per file knit parents. 2 Critical   10 Fix Released
154204 #154204 revision specs do not lock branches appropriately. 2 Critical Robert Collins  10 Fix Released
155730 #155730 reconcile doesn't adjust knit index references to otherwise-unreferenced file revisions 2 Critical Andrew Bennetts  10 Fix Released
156546 #156546 unable to push to packs-based smart server 2 Critical Robert Collins  10 Fix Released
161131 #161131 dirstate file gets damaged by commit() in a merge when there are 2 deletes in a directory. 2 Critical John A Meinel  10 Fix Released
164443 #164443 knitcorrupt error branching over hpss from unreconciled branch 2 Critical Martin Pool  10 Fix Released
164476 #164476 packs should be the default format 2 Critical Robert Collins  10 Fix Released
164637 #164637 hpss data_stream from pack repository has deltas out of order, fails with KnitCorrupt exception 2 Critical Martin Pool  10 Fix Released
165304 #165304 can't pull knits to packs over hpss 2 Critical Robert Collins  10 Fix Released
50582 #50582 push ignores 'no working tree' setting of repositories 3 High Dan Watkins  10 Fix Released
102739 #102739 revert after merge should clear conflicts for files selected by recursion 3 High Aaron Bentley  10 Fix Released
153788 #153788 pushing from packs to knits is slow and does not indicate why 3 High John A Meinel  10 Fix Released
154173 #154173 pack reconcile does not correct for the fix_text_parents problem 3 High Robert Collins  10 Fix Released
157335 #157335 AssertionError trying to export from a packs repository over http 3 High Robert Collins  10 Fix Released
157789 #157789 during cloning pack branch there is no progress bar for fetching phase 3 High Robert Collins  10 Fix Released
158333 #158333 bzr-rebase-0.2 crashes with bzr-0.92rc1 3 High John A Meinel  10 Fix Released
164626 #164626 branching from hpss doesn't preserve repository format 3 High   10 Fix Released
165061 #165061 bzr branch http:// with a pack repository takes too long 3 High Vincent Ladeuil  10 Fix Released
165306 #165306 merge commits are extremely slow 3 High Robert Collins  10 Fix Released
172598 #172598 bzr rm <file> loses data under some circumstances 3 High Lukáš Lalinský  10 Fix Released
54173 #54173 output of commit command goes to stderr and therefore have utf-8 encoding 4 Medium Alexander Belchenko  10 Fix Released
84043 #84043 commit fails to invoke external editor in non-ascii directory 4 Medium Dan Watkins  10 Fix Released
111656 #111656 bzr check should check the workingtree 4 Medium Robert Collins  10 Fix Released
133751 #133751 Traceback from 'bzr log -r0' 4 Medium   10 Fix Released
147938 #147938 bzr help diff should list the meaning of exit values 4 Medium   10 Fix Released
152811 #152811 typeerror in globbing.match 4 Medium Dan Watkins  10 Fix Released
153789 #153789 old packs are kept indefinately 4 Medium Robert Collins  10 Fix Released
159046 #159046 bzr check uses too much memory for large trees 4 Medium Robert Collins  10 Fix Released
159150 #159150 co --lightweight connects mutiple times 4 Medium Vincent Ladeuil  10 Fix Released
161819 #161819 [BUG] bzr pull in checkout 4 Medium Vincent Ladeuil  10 Fix Released
162264 #162264 Push progress bar shouldn't say "Fetch..." 4 Medium Martin Albisetti  10 Fix Released
162494 #162494 Bug in launchpad plugin 4 Medium John A Meinel  10 Fix Released
164466 #164466 rename packs from knitpack-experimental 4 Medium Martin Pool  10 Fix Released
164567 #164567 FTP push does not work without specifying password 4 Medium Vincent Ladeuil  10 Fix Released
164639 #164639 rich-root format should use packs 4 Medium Aaron Bentley  10 Fix Released
71147 #71147 Mark .bzr directories as "hidden" on Windows 5 Low Alexander Belchenko  10 Fix Released
77740 #77740 bzr mv will not change a file's case on win32 5 Low Alexander Belchenko  10 Fix Released
85237 #85237 bzr mv message when --after is needed can be improved 5 Low Dan Watkins  10 Fix Released
103023 #103023 better messages about bad plugin names 5 Low Dan Watkins  10 Fix Released
129298 #129298 Windows standalone installer should create plugins directory 5 Low Alexander Belchenko  10 Fix Released
151208 #151208 util/configobj should be updated 5 Low Vincent Ladeuil  10 Fix Released
159147 #159147 pack progress bars incorrect 5 Low Robert Collins  10 Fix Released
162486 #162486 bzr log -r <merged-revision> on a remote branch fails with AttributeError 5 Low John A Meinel  10 Fix Released
162931 #162931 `bzr check` incorrectly reports about inconsistent parents 5 Low Robert Collins  10 Fix Released
172612 #172612 new commit is overly verbose 5 Low Matt Nordhoff  10 Fix Released
120231 #120231 'bzr tags' should provide options to displays tags in sorted order 6 Wishlist Dato Simó  10 Fix Released
150860 #150860 Transports should explicitly track whether a port was specified 1 Undecided Vincent Ladeuil  10 Fix Released
159351 #159351 reconcile's progress bar is broken 1 Undecided Robert Collins  10 Fix Released
161240 #161240 ftp missing module error 1 Undecided Robert Collins  10 Fix Released
165071 #165071 check reports spurious unreferenced texts 1 Undecided Robert Collins  10 Fix Released
This milestone contains Public information
Everyone can see this information.