~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-06-10 07:13:33 UTC
  • Revision ID: mbp@sourcefrog.net-20050610071333-23ae2f973a1eb0f5
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
 
21
29
    * Nicer error message for broken pipe, interrupt and similar
22
30
      conditions that don't indicate an internal error.
23
31
 
24
 
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
 
32
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
25
33
 
26
34
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
27
35
      either read or write mode.
55
63
 
56
64
    * New form ``bzr commit SELECTED`` to commit only selected files.
57
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
 
58
78
  
59
79
  BUG FIXES:
60
80
 
61
81
    * Fixed diff format so that added and removed files will be
62
82
      handled properly by patch.  Fix from Lalo Martins.
63
83
 
 
84
    * Various fixes for files whose names contain spaces or other
 
85
      metacharacters.
 
86
 
64
87
 
65
88
  TESTING:
66
89
 
77
100
    * testbzr requires python2.4, but can be used to test bzr running
78
101
      under a different version.
79
102
 
 
103
    * Tests added for many other changes in this release.
 
104
 
80
105
 
81
106
  INTERNAL:
82
107