~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-02-28 21:10:48 UTC
  • mfrom: (2304.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070228211048-30e18ddd8dd9c205
(James Westby) Allow passing a template message to commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
      This is expected to grow to cover a number of related uses mainly
100
100
      related to bzr info. (Robert Collins)
101
101
 
102
 
    * Log formatters are now managed with a registry.  log.register_formatter
103
 
      continues to work, but callers accessed the FORMATTERS dictionary
104
 
      directly will not.
 
102
    * Log formatters are now managed with a registry.
 
103
      ``log.register_formatter`` continues to work, but callers accessing
 
104
      the FORMATTERS dictionary directly will not.
 
105
 
 
106
    * Allow a start message to be passed to the ``edit_commit_message``
 
107
      function.  This will be placed in the message offered to the user
 
108
      for editing above the separator. It allows a template commit message
 
109
      to be used more easily. (James Westby)
105
110
 
106
111
    * ``GPGStrategy.sign()`` will now raise ``BzrBadParameterUnicode`` if
107
112
      you pass a Unicode string rather than an 8-bit string. Callers need