4
* 'merge' now takes --uncommitted, to apply uncommitted changes from a
7
* 'bzr add --file-ids-from' can be used to specify another path to use
8
for creating file ids, rather than generating all new ones. Internally,
9
the 'action' passed to smart_add_tree() can return file_ids that
10
will be used, rather than having bzrlib generate new ones.
11
(John Arbash Meinel, #55781)
13
* ``bzr selftest --benchmark`` now allows a ``--cache-dir`` parameter.
14
This will cache some of the intermediate trees, and decrease the
15
setup time for benchmark tests. (John Arbash Meinel)
17
* Inverse forms are provided for all boolean options. For example,
18
--strict has --no-strict, --no-recurse has --recurse (Aaron Bentley)
22
* Handle TZ=UTC properly when reading/writing revisions.
23
(John Arbash Meinel, #55783, #56290)
7
25
* Use GPG_TTY to allow gpg --cl to work with gpg-agent in a pipeline,
8
26
(passing text to sign in on stdin). (John Arbash Meinel, #54468)
28
* External diff does the right thing for binaries even in foreign
29
languages. (John Arbash Meinel, #56307)
33
* ``bzrlib.cache_utf8`` contains ``encode()`` and ``decode()`` functions
34
which can be used to cache the conversion between utf8 and Unicode.
35
Especially helpful for some of the knit annotation code, which has to
36
convert revision ids to utf8 to annotate lines in storage.
12
39
bzr 0.9.0 2006-08-11