~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-07-04 07:34:19 UTC
  • Revision ID: mbp@sourcefrog.net-20050704073419-44eb753d5556a4d0
- rename control file to pending-merges

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
  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.  Old format is available with the ``--long`` or
 
23
      ``-l`` option, patched by William Dodé.
 
24
 
 
25
 
 
26
bzr-0.0.5  2005-06-15
2
27
  
3
28
  CHANGES:
4
29
 
13
38
    * ``bzr log`` runs from most-recent to least-recent, the reverse
14
39
      of the previous order.  The previous behaviour can be obtained
15
40
      with the ``--forward`` option.
 
41
        
 
42
    * ``bzr inventory`` by default shows only filenames, and also ids
 
43
      if ``--show-ids`` is given, in which case the id is the second
 
44
      field.
16
45
 
17
46
 
18
47
  ENHANCEMENTS:
25
54
    * Nicer error message for broken pipe, interrupt and similar
26
55
      conditions that don't indicate an internal error.
27
56
 
28
 
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
 
57
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
29
58
 
30
59
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
31
60
      either read or write mode.
59
88
 
60
89
    * New form ``bzr commit SELECTED`` to commit only selected files.
61
90
 
 
91
    * New form ``bzr log -r FROM:TO`` shows changes in selected
 
92
      range; contributed by John A Meinel.
 
93
 
 
94
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
 
95
      options through to an external GNU diff.
 
96
 
 
97
    * New option ``bzr add --no-recurse`` to add a directory but not
 
98
      their contents.
 
99
 
 
100
    * ``bzr --version`` now shows more information if bzr is being run
 
101
      from a branch.
 
102
 
62
103
  
63
104
  BUG FIXES:
64
105
 
84
125
    * testbzr requires python2.4, but can be used to test bzr running
85
126
      under a different version.
86
127
 
 
128
    * Tests added for many other changes in this release.
 
129
 
87
130
 
88
131
  INTERNAL:
89
132