~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-28 07:08:27 UTC
  • mfrom: (2553.1.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070628070827-h5s313dg5tnag9vj
(robertc) Show the names of commit hooks during commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
      
39
39
      If there is no master branch, the 3rd stage is omitted and the total
40
40
      number of stages is adjusted accordingly.
41
 
      (Ian Clatworthy)
 
41
 
 
42
      Each hook that is run after commit is listed with a name (as hooks
 
43
      can be slow it is useful feedback).
 
44
      (Ian Clatworthy, Robert Collins)
42
45
 
43
46
    * Various operations that are now faster due to avoiding unnecessary
44
47
      topological sorts. (Aaron Bentley)
54
57
 
55
58
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
56
59
 
 
60
    * ``bzrlib`` Hooks are now nameable using ``Hooks.name_hook``. This 
 
61
      allows a nicer UI when hooks are running as the current hook can
 
62
      be displayed. (Robert Collins)
 
63
 
57
64
  TESTING:
58
65
 
59
66
    * Removed the ``--keep-output`` option from selftest and clean up test