~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-09-19 15:22:23 UTC
  • mfrom: (6123.11.18 log-omit-merges)
  • Revision ID: pqm@pqm.ubuntu.com-20110919152223-o7lh1428tge31dg1
(jr) Add options --omit-merges and --include-merged for bzr log and missing,
 deprecating --include-merges. (Martin von Gagern)

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
  while ``--match-message, --match-author, --match-committer`` and
131
131
  ``--match-bugs`` match each of those fields. (Jacek Sieka)
132
132
 
 
133
* ``bzr log`` now has an option called ``--omit-merges`` to ommit
 
134
  those commits that merged branches, i.e. those having more than one
 
135
  parent.
 
136
  In order to avoid confusion, the previous command line option
 
137
  ``--include-merges`` has been renamed to ``--include-merged``.
 
138
  The old name of the command line option will still be accepted.
 
139
  The name change also affects ``bzr missing``.
 
140
  (Martin von Gagern)
 
141
 
133
142
* ``config.Option`` can now declare ``default_from_env``, a list of
134
143
  environment variables to get a default value from. (Vincent Ladeuil)
135
144
 
317
326
  and ``_path`` attributes. Proxies are provided for the moment but
318
327
  may be removed in the future. (Jelmer Vernooij)
319
328
 
 
329
* The argument ``include_merges`` to ``missing.find_unmerged`` has
 
330
  been renamed to ``include_merged``. The old name is still supported
 
331
  for now but will cause a deprecation warning. (Martin von Gagern)
 
332
 
320
333
 
321
334
Internals
322
335
*********