~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-07-04 12:26:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050704122602-69901910521e62c3
- check command checks that all inventory-ids are the same as in the revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    * Commit mesage is fetched from an editor if not given on the
11
11
      command line; patch from Torsten Marek.
12
12
 
13
 
    * ``bzr log -m FOO`` displays commits whose message matches regexp 
14
 
      FOO.
15
 
 
16
13
  CHANGES:
17
14
 
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
15
    * New ``bzr upgrade`` command to upgrade the format of a branch,
24
16
      replacing ``bzr check --update``.
25
17
 
30
22
      John A Meinel.  Old format is available with the ``--long`` or
31
23
      ``-l`` option, patched by William Dodé.
32
24
 
33
 
    * By default the commit command refuses to record a revision with
34
 
      no changes unless the ``--unchanged`` option is given.
35
 
 
36
25
 
37
26
bzr-0.0.5  2005-06-15
38
27