~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-29 07:18:57 UTC
  • mfrom: (3970.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090129071857-l3ikkrm6b1rx96bx
log -n/--levels (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
      When logging a file, the diff only includes changes to that file.
31
31
      (Ian Clatworthy, #202331, #227335)
32
32
 
 
33
    * ``bzr log`` supports a new option called ``-n N`` or ``--level N``.
 
34
      A value of 0 (zero) means "show all nested merge revisions" while
 
35
      a value of 1 (one) means "show just the top level". Values above
 
36
      1 can be used to see a limited amount of nesting. That can be
 
37
      useful for seeing the level or two below PQM submits for example.
 
38
      To force the ``--short`` and ``--line`` formats to display all nested
 
39
      merge revisions just like ``--long`` does by default, use a command
 
40
      like ``bzr log --short -n0``. To display just the mainline using
 
41
      ``--long`` format, ``bzr log --long -n1``.
 
42
      (Ian Clatworthy)
 
43
 
33
44
  IMPROVEMENTS:
34
45
 
35
46
    * ``bzr init`` will now print a little less verbose output.