4
* ``bzr mv`` enhanced to support already moved files.
5
In the past the mv command would have failed if the source file doesn't
6
exist. In this situation ``bzr mv`` would now detect that the file has
7
already moved and update the repository accordingly, if the target file
9
A new option ``--after`` has been added so that if two files already
10
exist, you could notify Bazaar that you have moved a (versioned) file and
11
replaced it with another. Thus in this case ``bzr move --after`` will
12
only update the Bazaar identifier.
13
(Steffen Eichenberg, Marius Kruger)
15
* ``ls`` now works on treeless branches and remote branches.
18
* ``bzr help global-options`` describes the global options.
23
* Reserved ids (any revision-id ending in a colon) are rejected by
24
versionedfiles, repositories, branches, and working trees
31
* New ``--first`` option to ``bzr selftest`` to run specified tests
32
before the rest of the suite. (Martin Pool)
34
bzr 0.14rc1 2007-01-16