~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-13 00:57:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050513005732-26b0a3042cbb57d1
- more notes on tagging

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
 
 
21
13
 
22
14
  ENHANCEMENTS:
23
15
 
29
21
    * Nicer error message for broken pipe, interrupt and similar
30
22
      conditions that don't indicate an internal error.
31
23
 
32
 
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
 
24
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
33
25
 
34
26
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
35
27
      either read or write mode.
63
55
 
64
56
    * New form ``bzr commit SELECTED`` to commit only selected files.
65
57
 
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
 
 
78
58
  
79
59
  BUG FIXES:
80
60
 
81
61
    * Fixed diff format so that added and removed files will be
82
62
      handled properly by patch.  Fix from Lalo Martins.
83
63
 
84
 
    * Various fixes for files whose names contain spaces or other
85
 
      metacharacters.
86
 
 
87
64
 
88
65
  TESTING:
89
66
 
97
74
    * testbzr also runs the internal tests, so the only command
98
75
      required to check is just ``./testbzr``.
99
76
 
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
 
 
105
77
 
106
78
  INTERNAL:
107
79