~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-06-06 11:53:29 UTC
  • Revision ID: mbp@sourcefrog.net-20050606115329-1596352add25bffd
- merge aaron's updated merge/pull code

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
 
    * ``bzr log -m FOO`` displays commits whose message matches regexp 
14
 
      FOO.
15
 
 
16
 
  CHANGES:
17
 
 
18
 
    * When exporting to a tarball with ``bzr export --format tgz``, put 
19
 
      everything under a top directory rather than dumping it into the
20
 
      current directory.   This can be overridden with the ``--root`` 
21
 
      option.  Patch from William Dod� and John Meinel.
22
 
 
23
 
    * New ``bzr upgrade`` command to upgrade the format of a branch,
24
 
      replacing ``bzr check --update``.
25
 
 
26
 
    * Files within store directories are no longer marked readonly on
27
 
      disk.
28
 
 
29
 
    * Changed ``bzr log`` output to a more compact form suggested by
30
 
      John A Meinel.  Old format is available with the ``--long`` or
31
 
      ``-l`` option, patched by William Dodé.
32
 
 
33
 
    * By default the commit command refuses to record a revision with
34
 
      no changes unless the ``--unchanged`` option is given.
35
 
 
36
 
 
37
 
bzr-0.0.5  2005-06-15
 
1
bzr-0.0.5  NOT RELEASED YET
38
2
  
39
3
  CHANGES:
40
4