~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-01-24 20:40:20 UTC
  • mfrom: (2242 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2245.
  • Revision ID: john@arbash-meinel.com-20070124204020-szyxbjpn9mzbsks7
[merge] bzr.dev 2242

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
 
2
  IMPROVEMENTS:
 
3
 
 
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
 
8
      does exist.
 
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)
 
14
 
 
15
    * ``ls`` now works on treeless branches and remote branches.
 
16
      (Aaron Bentley)
 
17
 
 
18
    * ``bzr help global-options`` describes the global options.
 
19
      (Aaron Bentley)
 
20
 
 
21
  INTERNALS:
 
22
 
 
23
    * Reserved ids (any revision-id ending in a colon) are rejected by
 
24
      versionedfiles, repositories, branches, and working trees
 
25
      (Aaron Bentley)
 
26
 
 
27
  BUGFIXES:
 
28
 
 
29
  TESTING:
 
30
 
 
31
    * New ``--first`` option to ``bzr selftest`` to run specified tests
 
32
      before the rest of the suite.  (Martin Pool)
 
33
 
 
34
bzr 0.14rc1  2007-01-16
2
35
 
3
36
  IMPROVEMENTS:
4
37