~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-30 03:13:56 UTC
  • Revision ID: mbp@sourcefrog.net-20050530031356-84e700ef1b8dffbe
- add --no-recurse option for add command

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
70
70
      options through to an external GNU diff.
71
71
 
 
72
    * New option ``bzr add --no-recurse`` to add a directory but not
 
73
      their contents.
 
74
 
72
75
  
73
76
  BUG FIXES:
74
77
 
94
97
    * testbzr requires python2.4, but can be used to test bzr running
95
98
      under a different version.
96
99
 
 
100
    * Tests added for many other changes in this release.
 
101
 
97
102
 
98
103
  INTERNAL:
99
104