~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-06-22 06:37:43 UTC
  • Revision ID: mbp@sourcefrog.net-20050622063743-e395f04c4db8977f
- move old blackbox code from testbzr into bzrlib.selftest.blackbox

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr-0.0.5  NOT RELEASED YET
 
1
DEVELOPMENT HEAD
 
2
 
 
3
  CHANGES:
 
4
 
 
5
    * New ``bzr upgrade`` command to upgrade the format of a branch,
 
6
      replacing ``bzr check --update``.
 
7
 
 
8
    * Files within store directories are no longer marked readonly on
 
9
      disk.
 
10
 
 
11
 
 
12
bzr-0.0.5  2005-06-15
2
13
  
3
14
  CHANGES:
4
15
 
10
21
      status and can be shown with their IDs.  ``bzr status --all``
11
22
      shows all versioned files and unknown files but not ignored files.
12
23
 
 
24
    * ``bzr log`` runs from most-recent to least-recent, the reverse
 
25
      of the previous order.  The previous behaviour can be obtained
 
26
      with the ``--forward`` option.
 
27
        
 
28
    * ``bzr inventory`` by default shows only filenames, and also ids
 
29
      if ``--show-ids`` is given, in which case the id is the second
 
30
      field.
 
31
 
13
32
 
14
33
  ENHANCEMENTS:
15
34
 
21
40
    * Nicer error message for broken pipe, interrupt and similar
22
41
      conditions that don't indicate an internal error.
23
42
 
24
 
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
 
43
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
25
44
 
26
45
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
27
46
      either read or write mode.
55
74
 
56
75
    * New form ``bzr commit SELECTED`` to commit only selected files.
57
76
 
 
77
    * New form ``bzr log -r FROM:TO`` shows changes in selected
 
78
      range; contributed by John A Meinel.
 
79
 
 
80
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
 
81
      options through to an external GNU diff.
 
82
 
 
83
    * New option ``bzr add --no-recurse`` to add a directory but not
 
84
      their contents.
 
85
 
 
86
    * ``bzr --version`` now shows more information if bzr is being run
 
87
      from a branch.
 
88
 
58
89
  
59
90
  BUG FIXES:
60
91
 
61
92
    * Fixed diff format so that added and removed files will be
62
93
      handled properly by patch.  Fix from Lalo Martins.
63
94
 
 
95
    * Various fixes for files whose names contain spaces or other
 
96
      metacharacters.
 
97
 
64
98
 
65
99
  TESTING:
66
100
 
77
111
    * testbzr requires python2.4, but can be used to test bzr running
78
112
      under a different version.
79
113
 
 
114
    * Tests added for many other changes in this release.
 
115
 
80
116
 
81
117
  INTERNAL:
82
118