~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-04-06 03:45:56 UTC
  • Revision ID: mbp@sourcefrog.net-20050406034556-85982b0824f437850e108ee8
- mv command is gone, but renames seem to be working

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    * New "move" command to move one or more files into a different
14
14
      directory.
15
15
 
16
 
    * Basic "bzr mv" support for renames!  (Not all scenarios work
17
 
      through the command at the moment, but the inventory support is
18
 
      there.)
19
 
 
20
16
    * New "renames" command lists files renamed since base revision.
21
17
 
22
18
    * New cat command contributed by janmar.
37
33
 
38
34
    * Refactored inventory storage to insert a root entry at the top.
39
35
 
 
36
  TESTING:
 
37
 
40
38
    * Start of shell-based black-box testing in test.sh.
41
39
 
42
40