~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-02-08 16:10:08 UTC
  • mfrom: (1551.10.16 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20070208161008-f87c6e192b109c27
Hide unknowns and inventory

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
      already moved and update the repository accordingly, if the target file
12
12
      does exist.
13
13
      A new option ``--after`` has been added so that if two files already
14
 
      exist, you could notify Bazaar that you have moved a (versioned) file and
15
 
      replaced it with another. Thus in this case ``bzr move --after`` will
16
 
      only update the Bazaar identifier.
 
14
      exist, you could notify Bazaar that you have moved a (versioned) file
 
15
      and replaced it with another. Thus in this case ``bzr move --after``
 
16
      will only update the Bazaar identifier.
17
17
      (Steffen Eichenberg, Marius Kruger)
18
18
 
19
19
    * ``ls`` now works on treeless branches and remote branches.
29
29
      Supported by ``commit``, ``revert`` and ``status``
30
30
      (Aaron Bentley)
31
31
 
 
32
    * ``inventory`` and ``unknowns`` hidden in favour of ``ls``
 
33
      (Aaron Bentley)
 
34
 
32
35
    * ``bzr help checkouts`` descibes what checkouts are and some possible
33
36
      uses of them. (James Westby, Aaron Bentley)
34
37