~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-06-21 06:10:18 UTC
  • Revision ID: mbp@sourcefrog.net-20050621061017-12e8f0ff45228338
- move whitebox/blackbox modules into bzrlib.selftest subdirectory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DEVELOPMENT HEAD
2
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
3
  CHANGES:
14
4
 
15
 
    * When exporting to a tarball with ``bzr export --format tgz``, put 
16
 
      everything under a top directory rather than dumping it into the
17
 
      current directory.   This can be overridden with the ``--root`` 
18
 
      option.  Patch from William Dod� and John Meinel.
19
 
 
20
5
    * New ``bzr upgrade`` command to upgrade the format of a branch,
21
6
      replacing ``bzr check --update``.
22
7
 
23
8
    * Files within store directories are no longer marked readonly on
24
9
      disk.
25
10
 
26
 
    * Changed ``bzr log`` output to a more compact form suggested by
27
 
      John A Meinel.  Old format is available with the ``--long`` or
28
 
      ``-l`` option, patched by William Dodé.
29
 
 
30
11
 
31
12
bzr-0.0.5  2005-06-15
32
13