~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-07-07 02:07:03 UTC
  • Revision ID: mbp@sourcefrog.net-20050707020702-0e24e478b738d4db
- Put files inside an exported tarball into a top-level directory rather than 
  dumping them into the current directory.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
  CHANGES:
14
14
 
 
15
    * When exporting to a tarball with ``bzr export --format tgz``, put 
 
16
      everything under a top directory rather than dumping it into the
 
17
      current directory.   This can be overridden with the ``--root`` 
 
18
      option.  Patch from William Dod� and John Meinel.
 
19
 
15
20
    * New ``bzr upgrade`` command to upgrade the format of a branch,
16
21
      replacing ``bzr check --update``.
17
22