~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-17 06:56:16 UTC
  • Revision ID: mbp@sourcefrog.net-20050517065616-6f23381d6184a8aa
- add space for un-merged patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DEVELOPMENT HEAD
2
 
 
3
 
  NEW FEATURES:
4
 
 
5
 
    * Python plugins, automatically loaded from the directories on
6
 
      BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default.
7
 
 
8
 
    * New 'bzr mkdir' command.
9
 
 
10
 
    * Commit mesage is fetched from an editor if not given on the
11
 
      command line; patch from Torsten Marek.
12
 
 
13
 
  CHANGES:
14
 
 
15
 
    * New ``bzr upgrade`` command to upgrade the format of a branch,
16
 
      replacing ``bzr check --update``.
17
 
 
18
 
    * Files within store directories are no longer marked readonly on
19
 
      disk.
20
 
 
21
 
    * Changed ``bzr log`` output to a more compact form suggested by
22
 
      John A Meinel.
23
 
 
24
 
 
25
 
bzr-0.0.5  2005-06-15
 
1
bzr-0.0.5  NOT RELEASED YET
26
2
  
27
3
  CHANGES:
28
4
 
34
10
      status and can be shown with their IDs.  ``bzr status --all``
35
11
      shows all versioned files and unknown files but not ignored files.
36
12
 
37
 
    * ``bzr log`` runs from most-recent to least-recent, the reverse
38
 
      of the previous order.  The previous behaviour can be obtained
39
 
      with the ``--forward`` option.
40
 
        
41
 
    * ``bzr inventory`` by default shows only filenames, and also ids
42
 
      if ``--show-ids`` is given, in which case the id is the second
43
 
      field.
44
 
 
45
13
 
46
14
  ENHANCEMENTS:
47
15
 
53
21
    * Nicer error message for broken pipe, interrupt and similar
54
22
      conditions that don't indicate an internal error.
55
23
 
56
 
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
 
24
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
57
25
 
58
26
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
59
27
      either read or write mode.
87
55
 
88
56
    * New form ``bzr commit SELECTED`` to commit only selected files.
89
57
 
90
 
    * New form ``bzr log -r FROM:TO`` shows changes in selected
91
 
      range; contributed by John A Meinel.
92
 
 
93
 
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
94
 
      options through to an external GNU diff.
95
 
 
96
 
    * New option ``bzr add --no-recurse`` to add a directory but not
97
 
      their contents.
98
 
 
99
 
    * ``bzr --version`` now shows more information if bzr is being run
100
 
      from a branch.
101
 
 
102
58
  
103
59
  BUG FIXES:
104
60
 
105
61
    * Fixed diff format so that added and removed files will be
106
62
      handled properly by patch.  Fix from Lalo Martins.
107
63
 
108
 
    * Various fixes for files whose names contain spaces or other
109
 
      metacharacters.
110
 
 
111
64
 
112
65
  TESTING:
113
66
 
124
77
    * testbzr requires python2.4, but can be used to test bzr running
125
78
      under a different version.
126
79
 
127
 
    * Tests added for many other changes in this release.
128
 
 
129
80
 
130
81
  INTERNAL:
131
82