~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-07-15 13:13:40 UTC
  • mto: This revision was merged to the branch mainline in revision 923.
  • Revision ID: abentley@panoramicfeedback.com-20050715131340-c2ff3983303bf438
Fixed conflict handling for missing merge targets

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
 
 
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
 
15
23
    * New ``bzr upgrade`` command to upgrade the format of a branch,
16
24
      replacing ``bzr check --update``.
17
25
 
19
27
      disk.
20
28
 
21
29
    * Changed ``bzr log`` output to a more compact form suggested by
22
 
      John A Meinel.
 
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.
23
35
 
24
36
 
25
37
bzr-0.0.5  2005-06-15