~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-11 02:16:42 UTC
  • mfrom: (5017.1.2 initialize)
  • Revision ID: pqm@pqm.ubuntu.com-20100211021642-eitum30b2e09oalf
(mbp) Add bzrlib.initialize

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
API Changes
50
50
***********
51
51
 
 
52
* New ``bzrlib.initialize`` is recommended for programs using bzrlib to 
 
53
  run when starting up; it sets up several things that previously needed
 
54
  to be done separately.
 
55
  (Martin Pool, #507710)
 
56
 
52
57
* Remove unused ``CommandFailed`` exception.
53
58
  (Martin Pool)
54
59