Rev 6218: (jelmer) Add release note entries for ui.choose (Benoit PIERRE) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Oct 17 08:54:28 UTC 2011
At file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 6218 [merge]
revision-id: pqm at pqm.ubuntu.com-20111017085427-7438s5yr0d5w8ev9
parent: pqm at pqm.ubuntu.com-20111014165426-tjix4e6idryf1r2z
parent: benoit.pierre at gmail.com-20111016100526-2gicp5g64buevb0q
committer: Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2011-10-17 08:54:27 +0000
message:
(jelmer) Add release note entries for ui.choose (Benoit PIERRE)
modified:
doc/en/release-notes/bzr-2.5.txt bzr2.5.txt-20110708125756-587p0hpw7oke4h05-1
=== modified file 'doc/en/release-notes/bzr-2.5.txt'
--- a/doc/en/release-notes/bzr-2.5.txt 2011-10-14 13:56:45 +0000
+++ b/doc/en/release-notes/bzr-2.5.txt 2011-10-16 10:05:26 +0000
@@ -37,6 +37,11 @@
* ``bzr revno`` now takes a ``--revision`` argument.
(Jelmer Vernooij, #870649)
+* all input prompts are now char-based when possible, and can be forced to
+ line-based mode by setting the ``BZR_TEXTUI_INPUT`` environment variable
+ to 'line-based'. This replace the previous shelf UI only patch using
+ ``INSIDE_EMACS``. (Benoît Pierre)
+
Bug Fixes
*********
@@ -46,6 +51,10 @@
* ``bzr mkdir --quiet`` now does not print a line for every created
directory. (Martin von Gagern, #869915)
+* ``bzr shelve`` now use ``UIFactory.choose`` for input handling, making
+ it usable when creating a custom ``UIFactory`` implementation. (Benoît
+ Pierre)
+
Documentation
*************
@@ -59,6 +68,9 @@
* ``Branch.revision_history`` is now deprecated. (Jelmer Vernooij, #799519)
+* ``UIFactory.choose`` has been added: prompt the user for a list of
+ choices. (Benoît Pierre)
+
Internals
*********
More information about the bazaar-commits
mailing list