~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-14 08:21:19 UTC
  • mfrom: (3517.4.20 stacking)
  • Revision ID: pqm@pqm.ubuntu.com-20080714082119-ju6qe5weo8pp7f1c
merge integrated branch stacking

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
      in the User Guide and ``bzr help rules`` for more information.
22
22
      (Ian Clatworthy)
23
23
 
 
24
    * Stacked branches are now supported. See ``bzr help branch`` and 
 
25
      ``bzr help push``. (Robert Collins)
 
26
 
24
27
  IMPROVEMENTS:
25
28
 
26
29
    * ``bzr export --format=tgz --root=NAME -`` to export a gzipped tarball 
39
42
      faster.  The new request method name is
40
43
      ``Branch.set_last_revision_ex``.  (Andrew Bennetts)
41
44
 
42
 
  BUGFIXES:
 
45
  BUG FIXES:
43
46
 
44
47
    * ``bzr log --long`` with a ghost in your mainline now handles that
45
48
      ghost properly. (John Arbash Meinel, #243536)
210
213
 
211
214
  INTERNALS:
212
215
 
 
216
    * ``bzrlib.bzrdir.BzrDir.sprout`` now accepts ``stacked`` to control
 
217
      creating stacked branches. (Robert Collins)
 
218
 
213
219
    * Knit record serialisation is now stricter on what it will accept, to
214
220
      guard against potential internal bugs, or broken input. (Robert Collins)
215
221