19
* New option ``--author`` in ``bzr commit`` to specify the author of the
20
change, if it's different from the committer. ``bzr log`` and
21
``bzr annotate`` display the author instead of the committer.
19
* New option ``--author`` in ``bzr commit`` to specify the author of the
20
change, if it's different from the committer. ``bzr log`` and
21
``bzr annotate`` display the author instead of the committer.
26
26
* ``bzr plugins`` now lists the version number for each plugin in square
27
27
brackets after the path. (Robert Collins, #125421)
29
* Suppress warning "integer argument expected, got float" from Paramiko,
30
which sometimes caused false test failures. (Martin Pool)
32
* Fix bug in bundle 4 that could cause attempts to write data to wrong
33
versionedfile. (Aaron Bentley)
35
* Diffs generated using "diff -p" no longer break the patch parser.
38
* get_transport treats an empty possible_transports list the same as a non-
39
empty one. (Aaron Bentley)
41
* patch verification for merge directives is reactivated, and works with
42
CRLF and CR files. (Aaron Bentley)
44
* Accept ..\ as a path in revision specifiers. This fixes for example
45
"-r branch:..\other-branch" on Windows. (Lukáš Lalinský)
47
* ``BZR_PLUGIN_PATH`` may now contain trailing slashes.
48
(Blake Winton, #129299)
50
* man page no longer lists hidden options (#131667, Aaron Bentley)
52
* ``uncommit --help`` now explains the -r option adequately. (Daniel
55
* Error messages are now better formatted with parameters (such as
56
filenames) quoted when necessary. This avoids confusion when directory
57
names ending in a '.' at the end of messages were confused with a
58
full stop that may or not have been there. (Daniel Watkins, #129791)
60
* Fix ``status FILE -r X..Y``. (Lukáš Lalinský)
62
* If a particular command is an alias, ``help`` will show the alias
63
instead of claiming there is no help for said alias. (Daniel Watkins,
66
* TreeTransform-based operations, like pull, merge, revert, and branch,
67
now roll back if they encounter an error. (Aaron Bentley, #67699)
69
* ``bzr commit`` now exits cleanly if a character unsupported by the
70
current encoding is used in the commit message. (Daniel Watkins,
73
* bzr send uses default values for ranges when only half of an elipsis
74
is specified ("-r..5" or "-r5.."). (#61685, Aaron Bentley)
29
* Suppress warning "integer argument expected, got float" from Paramiko,
30
which sometimes caused false test failures. (Martin Pool)
32
* Fix bug in bundle 4 that could cause attempts to write data to wrong
33
versionedfile. (Aaron Bentley)
35
* Diffs generated using "diff -p" no longer break the patch parser.
38
* get_transport treats an empty possible_transports list the same as a non-
39
empty one. (Aaron Bentley)
41
* patch verification for merge directives is reactivated, and works with
42
CRLF and CR files. (Aaron Bentley)
44
* Accept ..\ as a path in revision specifiers. This fixes for example
45
"-r branch:..\other-branch" on Windows. (Lukáš Lalinský)
47
* ``BZR_PLUGIN_PATH`` may now contain trailing slashes.
48
(Blake Winton, #129299)
50
* man page no longer lists hidden options (#131667, Aaron Bentley)
52
* ``uncommit --help`` now explains the -r option adequately. (Daniel
55
* Error messages are now better formatted with parameters (such as
56
filenames) quoted when necessary. This avoids confusion when directory
57
names ending in a '.' at the end of messages were confused with a
58
full stop that may or not have been there. (Daniel Watkins, #129791)
60
* Fix ``status FILE -r X..Y``. (Lukáš Lalinský)
62
* If a particular command is an alias, ``help`` will show the alias
63
instead of claiming there is no help for said alias. (Daniel Watkins,
66
* TreeTransform-based operations, like pull, merge, revert, and branch,
67
now roll back if they encounter an error. (Aaron Bentley, #67699)
69
* ``bzr commit`` now exits cleanly if a character unsupported by the
70
current encoding is used in the commit message. (Daniel Watkins,
73
* bzr send uses default values for ranges when only half of an elipsis
74
is specified ("-r..5" or "-r5.."). (#61685, Aaron Bentley)
78
* ``pull`` and ``merge`` are much faster at installing bundle format 4.
81
* ``pull -v`` no longer includes deltas, making it much faster.
84
* ``send`` now sends the directive as an attachment by default.
85
(Aaron Bentley, Lukáš Lalinský, Alexander Belchenko)
87
* Documentation updates (Martin Albisetti)
89
* Help on debug flags is now included in ``help global-options``.
90
(Daniel Watkins, #124853)
92
* Parameters passed on the command line are checked to ensure they are
93
supported by the encoding in use. (Daniel Watkins)
95
* The compression used within the bzr repository has changed from zlib
96
level 9 to the zlib default level. This improves commit performance with
97
only a small increase in space used (and in some cases a reduction in
98
space). (Robert Collins)
78
* Add the option "--show-diff" to the commit command in order to display
79
the diff during the commit log creation. (Goffredo Baroncelli)
81
* ``pull`` and ``merge`` are much faster at installing bundle format 4.
84
* ``pull -v`` no longer includes deltas, making it much faster.
87
* ``send`` now sends the directive as an attachment by default.
88
(Aaron Bentley, Lukáš Lalinský, Alexander Belchenko)
90
* Documentation updates (Martin Albisetti)
92
* Help on debug flags is now included in ``help global-options``.
93
(Daniel Watkins, #124853)
95
* Parameters passed on the command line are checked to ensure they are
96
supported by the encoding in use. (Daniel Watkins)
98
* The compression used within the bzr repository has changed from zlib
99
level 9 to the zlib default level. This improves commit performance with
100
only a small increase in space used (and in some cases a reduction in
101
space). (Robert Collins)