~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-07-22 19:32:52 UTC
  • Revision ID: mbp@sourcefrog.net-20050722193252-d3cdd1bd566c9f6a
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
    * ``bzr log -m FOO`` displays commits whose message matches regexp 
14
14
      FOO.
15
 
      
16
 
    * ``bzr add`` with no arguments adds everything under the current directory.
17
 
 
18
 
    * ``bzr mv`` does move or rename depending on its arguments, like
19
 
      the Unix command.
20
 
 
21
 
    * ``bzr missing`` command shows a summary of the differences
22
 
      between two trees.  (Merged from John Arbash-Meinel.)
23
 
 
24
 
    
25
 
  ENHANCEMENTS:
26
 
 
27
 
    * Faster working tree operations.
28
 
 
29
15
 
30
16
  CHANGES:
31
17
 
32
18
    * When exporting to a tarball with ``bzr export --format tgz``, put 
33
19
      everything under a top directory rather than dumping it into the
34
20
      current directory.   This can be overridden with the ``--root`` 
35
 
      option.  Patch from William Dodé and John Meinel.
 
21
      option.  Patch from William Dod� and John Meinel.
36
22
 
37
23
    * New ``bzr upgrade`` command to upgrade the format of a branch,
38
24
      replacing ``bzr check --update``.
47
33
    * By default the commit command refuses to record a revision with
48
34
      no changes unless the ``--unchanged`` option is given.
49
35
 
50
 
    * The ``--no-plugins``, ``--profile`` and ``--builtin`` command
51
 
      line options must come before the command name because they 
52
 
      affect what commands are available; all other options must come 
53
 
      after the command name because their interpretation depends on
54
 
      it.
55
 
 
56
 
    * ``branch`` and ``clone`` added as aliases for ``branch``.
57
 
 
58
 
    * Default log format is back to the long format; the compact one
59
 
      is available with ``--short``.
60
 
      
61
 
      
62
 
  BUG FIXES:
63
 
  
64
 
    * Fix bugs in committing only selected files or within a subdirectory.
65
 
 
66
36
 
67
37
bzr-0.0.5  2005-06-15
68
38