~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-20 02:01:04 UTC
  • mfrom: (2220.1.14 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070120020104-a192555a9165b259
mv can also work on just inventory entry (Eichenberg, Kruger)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
 
 
3
2
  IMPROVEMENTS:
4
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
 
5
15
    * ``ls`` now works on treeless branches and remote branches.
6
16
      (Aaron Bentley)
7
17