~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-16 07:54:18 UTC
  • mfrom: (3537.3.5 stacking)
  • Revision ID: pqm@pqm.ubuntu.com-20080716075418-xbachkqt622m73v1
(mbp) post-merge review cleanups for 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
    * Sites may suggest a branch to stack new branches on.  (Aaron Bentley)
 
25
 
24
26
    * Stacked branches are now supported. See ``bzr help branch`` and 
25
27
      ``bzr help push``. (Robert Collins)
26
28
 
44
46
 
45
47
  BUG FIXES:
46
48
 
 
49
    * Bazaar is now able to be a client to the web server of IIS 6 and 7.
 
50
      The broken implementations of RFC822 in Python and RFC2046 in IIS
 
51
      combined with boundary-line checking in Bazaar previously made this
 
52
      impossible. (NB, IIS 5 does not suffer from this problem).
 
53
      (Adrian Wilkins, #247585)
 
54
 
47
55
    * ``bzr log --long`` with a ghost in your mainline now handles that
48
56
      ghost properly. (John Arbash Meinel, #243536)
49
57
 
211
219
      record the newest. (If you merge a descendent, it will replace its
212
220
      ancestor). (John Arbash Meinel, #235407)
213
221
 
 
222
    * ``RepositoryPolicy.__init__`` now requires stack_on and stack_on_pwd,
 
223
      through the derived classes do not.  (Aaron Bentley)
 
224
 
214
225
  INTERNALS:
215
226
 
216
227
    * ``bzrlib.bzrdir.BzrDir.sprout`` now accepts ``stacked`` to control