~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-07-22 23:58:11 UTC
  • Revision ID: mbp@sourcefrog.net-20050722235811-bebdd984c5aec42e
- add some passing tests for is_inside_any

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
 
13
16
  CHANGES:
14
17
 
15
18
    * When exporting to a tarball with ``bzr export --format tgz``, put 
27
30
      John A Meinel.  Old format is available with the ``--long`` or
28
31
      ``-l`` option, patched by William Dodé.
29
32
 
 
33
    * By default the commit command refuses to record a revision with
 
34
      no changes unless the ``--unchanged`` option is given.
 
35
 
30
36
 
31
37
bzr-0.0.5  2005-06-15
32
38