~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-11 13:15:01 UTC
  • mfrom: (4900.1.6 command-cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100111131501-btdm0vi95l7xjlp1
(andrew) Implement Command.add_cleanup,
        and replace try/finally blocks in bzrlib.builtins with it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
Improvements
88
88
************
89
89
 
 
90
* Added ``add_cleanup`` and ``cleanup_now`` to ``bzrlib.command.Command``.
 
91
  All the builtin commands now use ``add_cleanup`` rather than
 
92
  ``try``/``finally`` blocks where applicable as it is simpler and more
 
93
  robust.  (Andrew Bennetts)
 
94
 
90
95
* Push will now inform the user when they are trying to push to a foreign 
91
96
  VCS for which roundtripping is not supported, and will suggest them to 
92
97
  use dpush. (Jelmer Vernooij)