~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-12 15:43:28 UTC
  • mfrom: (6022.1.4 bzr-log-author)
  • Revision ID: pqm@pqm.ubuntu.com-20110712154328-y17bvllaw2rh0997
(jr) bzr log -m now matches message, author, committer and bugs instead
 of just matching the message.  --message keeps its original meaning,
 while --match-message, --match-author, --match-committer and
 --match-bugs match each of those fields. (Jonathan Riddell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.. New commands, options, etc that users may wish to try out.
22
22
 
 
23
* bzr log -m now matches message, author, committer and bugs instead
 
24
  of just matching the message.  --message keeps its original meaning,
 
25
  while --match-message, --match-author, --match-committer and
 
26
  --match-bugs match each of those fields.
 
27
 
23
28
* Add a config option gpg_signature_key for setting which GPG key
24
29
  should be used to sign commits. Also default to using the gpg user
25
30
  identity which matches user_email() as set by whoami.