~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
  IMPROVEMENTS:
15
15
 
 
16
    * ``bzr branch`` now accepts a ``--standalone`` option, which creates a
 
17
      standalone branch regardless of the presence of shared repositories.
 
18
      (Daniel Watkins)
 
19
 
 
20
    * ``bzr push`` is faster in the case there are no new revisions to
 
21
      push.  It is also faster if there are no tags in the local branch.
 
22
      (Andrew Bennetts)
 
23
 
 
24
    * Location aliases can now accept a trailing path.  (Micheal Hudson)
 
25
 
 
26
    * Switching in heavyweight checkouts uses the master branch's context, not
 
27
      the checkout's context.  (Adrian Wilkins)
 
28
 
16
29
  BUG FIXES:
17
30
 
18
31
    * Branching from a shared repository on a smart server into a new
22
35
    * ``bzr missing`` now accepts an ``--include-merges`` option.
23
36
      (Vincent Ladeuil, #233817)
24
37
 
 
38
    * Don't try to filter (internally) '.bzr' from the files to be deleted if
 
39
      it's not there.
 
40
      (Vincent Ladeuil, #272648)
 
41
 
25
42
    * Fix '_in_buffer' AttributeError when using the -Dhpss debug flag.
26
43
      (Andrew Bennetts)
27
44
 
86
103
    * ``bzr export`` can now export a subdirectory of a project.
87
104
      (Robert Collins)
88
105
 
 
106
    * ``bzr remove-tree`` will now refuse to remove a tree with uncommitted
 
107
      changes, unless the ``--force`` option is specified.
 
108
      (Lukáš Lalinský, #74101)
 
109
 
89
110
    * ``bzr rm`` will now scan for files that are missing and remove just
90
111
      them automatically, much as ``bzr add`` scans for new files that
91
112
      are not ignored and adds them automatically. (Robert Collins)