~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-08-12 07:57:38 UTC
  • mfrom: (6059.1.5 invalid-config-value)
  • Revision ID: pqm@pqm.ubuntu.com-20110812075738-z6kjnvy20806946j
(vila) Allow option to require a warning or error when an invalid value is
 found in a config file. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  which matches user_email() as set by whoami. (Jonathan Riddell,
50
50
  #68501)
51
51
 
 
52
* An ``invalid`` parameter can be specified when registering a config option
 
53
  to decide what should be done when invalid values are
 
54
  encountered. 'warning' and 'eeror' will respectively emit a warning and
 
55
  ignore the value or errors out. (Vincent Ladeuil)
 
56
 
52
57
* bzr log -m now matches message, author, committer and bugs instead
53
58
  of just matching the message.  --message keeps its original meaning,
54
59
  while --match-message, --match-author, --match-committer and