~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-06-24 11:04:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050624110455-b0e54cd5f96691e5
- better quotefn for windows: use doublequotes for strings with 
  strange characters, not backslashes
- new backup_file() routine

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
 
26
18
    * Files within store directories are no longer marked readonly on
27
19
      disk.
28
20
 
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
21
 
37
22
bzr-0.0.5  2005-06-15
38
23