~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-31 03:03:54 UTC
  • Revision ID: mbp@sourcefrog.net-20050531030354-561dbe9ec2862d46
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
      status and can be shown with their IDs.  ``bzr status --all``
11
11
      shows all versioned files and unknown files but not ignored files.
12
12
 
 
13
    * ``bzr log`` runs from most-recent to least-recent, the reverse
 
14
      of the previous order.  The previous behaviour can be obtained
 
15
      with the ``--forward`` option.
 
16
        
 
17
    * ``bzr inventory`` by default shows only filenames, and also ids
 
18
      if ``--show-ids`` is given, in which case the id is the second
 
19
      field.
 
20
 
13
21
 
14
22
  ENHANCEMENTS:
15
23
 
53
61
 
54
62
    * New optional parameter ``bzr info [BRANCH]``.
55
63
 
 
64
    * New form ``bzr commit SELECTED`` to commit only selected files.
 
65
 
 
66
    * New form ``bzr log -r FROM:TO`` shows changes in selected
 
67
      range; contributed by John A Meinel.
 
68
 
 
69
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
 
70
      options through to an external GNU diff.
 
71
 
 
72
    * New option ``bzr add --no-recurse`` to add a directory but not
 
73
      their contents.
 
74
 
 
75
    * ``bzr --version`` now shows more information if bzr is being run
 
76
      from a branch.
 
77
 
56
78
  
57
79
  BUG FIXES:
58
80
 
59
81
    * Fixed diff format so that added and removed files will be
60
82
      handled properly by patch.  Fix from Lalo Martins.
61
83
 
 
84
    * Various fixes for files whose names contain spaces or other
 
85
      metacharacters.
 
86
 
62
87
 
63
88
  TESTING:
64
89
 
72
97
    * testbzr also runs the internal tests, so the only command
73
98
      required to check is just ``./testbzr``.
74
99
 
 
100
    * testbzr requires python2.4, but can be used to test bzr running
 
101
      under a different version.
 
102
 
 
103
    * Tests added for many other changes in this release.
 
104
 
75
105
 
76
106
  INTERNAL:
77
107