/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: v.ladeuil+lp at free
  • Date: 2006-10-24 09:00:14 UTC
  • mfrom: (2094 +trunk)
  • mto: (2145.1.1 keepalive)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: v.ladeuil+lp@free.fr-20061024090014-55377d873850e11b
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
      ``unlock()``. ``WorkingTree.set_root_id()`` has been updated to take
66
66
      advantage of this functionality. (Robert Collins, John Arbash Meinel)
67
67
 
 
68
    * ``bzrlib.tsort.merge_sorted`` now accepts ``generate_revnos``. This
 
69
      parameter will cause it to add another column to its output, which
 
70
      contains the dotted-decimal revno for each revision, as a tuple.
 
71
      (Robert Collins)
 
72
 
 
73
    * ``LogFormatter.show_merge`` is deprecated in favour of
 
74
      ``LogFormatter.show_merge_revno``. (Robert Collins)
 
75
 
68
76
  BUG FIXES:
69
77
 
70
78
    * Give nicer error message when an http server returns a 403
81
89
 
82
90
    * Avoid circular imports by creating a deprecated function for
83
91
      ``bzrlib.tree.RevisionTree``. Callers should have been using
84
 
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel, #63360)
 
92
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel,
 
93
      #63360, #66349)
 
94
 
 
95
    * Don't use ``socket.MSG_WAITALL`` as it doesn't exist on all
 
96
      platforms. (Martin Pool, #66356)
85
97
 
86
98
    * Don't require ``Content-Type`` in range responses. Assume they are a
87
99
      single range if ``Content-Type`` does not exist.
322
334
      Transport. (Andrew Bennetts, Martin Pool)
323
335
 
324
336
bzr 0.10  2006-08-29
325
 
 
326
 
    * bzrlib.tsort.merge_sorted now accepts 'generate_revnos'. This parameter
327
 
      will cause it to add another column to its output, which contains the
328
 
      dotted-decimal revno for each revision, as a tuple. (Robert Collins)
329
 
 
330
 
    * LogFormatter.show_merge is deprecated in favour of
331
 
      LogFormatter.show_merge_revno. (Robert Collins)
332
 
 
333
 
bzr 0.10.0RC1  2006-08-28
334
337
  
335
338
  IMPROVEMENTS:
336
339
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a
1378
1381
    * Config options have moved from bzrlib.osutils to bzrlib.config.
1379
1382
      Configuration is now done via the config.Config interface:
1380
1383
      Depending on whether you have a Branch, a Location or no information
1381
 
      available, construct a *Config, and use its signature_checking,
1382
 
      username and user_email methods. (Robert Collins)
 
1384
      available, construct a ``*Config``, and use its ``signature_checking``,
 
1385
      ``username`` and ``user_email`` methods. (Robert Collins)
1383
1386
 
1384
1387
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
1385
1388
      they are made available for other plugins to use. You should not