~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Lukáš Lalinský
  • Date: 2008-08-31 06:51:42 UTC
  • mto: This revision was merged to the branch mainline in revision 3719.
  • Revision ID: lalinsky@gmail.com-20080831065142-dmj7vbnryqqid1tb
Make `bzr remove-tree` not remove trees with uncommitted changes by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    * ``bzr export`` can now export a subdirectory of a project.
13
13
      (Robert Collins)
14
14
 
 
15
    * ``bzr remove-tree`` will now refuse to remove a tree with uncommitted
 
16
      changes, unless the ``--force`` option is specified.
 
17
      (Lukáš Lalinský, #74101)
 
18
 
15
19
    * ``bzr rm`` will now scan for files that are missing and remove just
16
20
      them automatically, much as ``bzr add`` scans for new files that
17
21
      are not ignored and adds them automatically. (Robert Collins)