/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« 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
 
    * ``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
 
  ENHANCEMENTS:
22
 
 
23
 
    * Faster working tree operations.
24
 
 
25
13
  CHANGES:
26
14
 
27
 
    * When exporting to a tarball with ``bzr export --format tgz``, put 
28
 
      everything under a top directory rather than dumping it into the
29
 
      current directory.   This can be overridden with the ``--root`` 
30
 
      option.  Patch from William Dodé and John Meinel.
31
 
 
32
15
    * New ``bzr upgrade`` command to upgrade the format of a branch,
33
16
      replacing ``bzr check --update``.
34
17
 
39
22
      John A Meinel.  Old format is available with the ``--long`` or
40
23
      ``-l`` option, patched by William Dodé.
41
24
 
42
 
    * By default the commit command refuses to record a revision with
43
 
      no changes unless the ``--unchanged`` option is given.
44
 
 
45
 
    * The ``--no-plugins``, ``--profile`` and ``--builtin`` command
46
 
      line options must come before the command name because they 
47
 
      affect what commands are available; all other options must come 
48
 
      after the command name because their interpretation depends on
49
 
      it.
50
 
 
51
 
    * ``branch`` and ``clone`` added as aliases for ``branch``.
52
 
      
53
 
      
54
 
  BUG FIXES:
55
 
  
56
 
    * Fix bugs in committing only selected files or within a subdirectory.
57
 
 
58
25
 
59
26
bzr-0.0.5  2005-06-15
60
27