~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-04 00:46:17 UTC
  • mfrom: (2776.2.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070904004617-gu4xyzuw6mgesvt7
(robertc) Reduce overhead in pack generation by 25 percent. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
   * Avoid trouble when Windows ssh calls itself 'plink' but no plink
107
107
     binary is present.  (Martin Albisetti, #107155)
108
108
 
109
 
    * ``bzr remove`` should remove clean subtrees.
110
 
      Now it will remove (without needing ``--force``) subtrees that contain no
111
 
      files with text changes or modified files.
112
 
      With ``--force`` it removes the subtree regardless of text changes or
113
 
      unknown files.
114
 
      Directories with renames in or out (but not changed otherwise)
115
 
      will now be removed without needing ``--force``.
116
 
      Unknown ignored files will be deleted without needing ``--force``.
117
 
      (Marius Kruger, #111665)
 
109
   * ``bzr remove`` should remove clean subtrees.  Now it will remove (without
 
110
     needing ``--force``) subtrees that contain no files with text changes or
 
111
     modified files.  With ``--force`` it removes the subtree regardless of
 
112
     text changes or unknown files. Directories with renames in or out (but
 
113
     not changed otherwise) will now be removed without needing ``--force``.
 
114
     Unknown ignored files will be deleted without needing ``--force``.
 
115
     (Marius Kruger, #111665)
118
116
 
119
 
    * When two plugins conflict, the source of both the losing and now the
120
 
      winning definition is shown.  (Konstantin Mikhaylov, #5454)
 
117
   * When two plugins conflict, the source of both the losing and now the
 
118
     winning definition is shown.  (Konstantin Mikhaylov, #5454)
121
119
 
122
120
  IMPROVEMENTS:
123
121