~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-11 07:50:07 UTC
  • Revision ID: mbp@sourcefrog.net-20050511075007-9ce9c01a6a5e6660
- fix header for listing of unknown files
- don't report root directory in status listing, since it's never 
  changed
- fix up status format in tests

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.
61
53
 
62
54
    * New optional parameter ``bzr info [BRANCH]``.
63
55
 
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
 
 
78
56
  
79
57
  BUG FIXES:
80
58
 
81
59
    * Fixed diff format so that added and removed files will be
82
60
      handled properly by patch.  Fix from Lalo Martins.
83
61
 
84
 
    * Various fixes for files whose names contain spaces or other
85
 
      metacharacters.
86
 
 
87
62
 
88
63
  TESTING:
89
64
 
97
72
    * testbzr also runs the internal tests, so the only command
98
73
      required to check is just ``./testbzr``.
99
74
 
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
75
 
106
76
  INTERNAL:
107
77