~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2009-01-19 19:09:08 UTC
  • mto: (3953.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3954.
  • Revision ID: ian.clatworthy@canonical.com-20090119190908-nvwsm36u03sc5tah
add tests & NEWS item

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
      merging from trunk and completes much faster. To see all merged
23
23
      revisions, use the new ``-v`` flag.  (Ian Clatworthy)
24
24
 
 
25
    * ``bzr log --line`` now shows any tags immediately after the revno
 
26
      and before the ``:``. If you have scripts which parse the output
 
27
      from this command, you may need to adjust them accordingly.
 
28
      (Ian Clatworthy)
 
29
 
25
30
  NEW FEATURES:
26
31
 
27
32
  IMPROVEMENTS:
29
34
    * ``bzr init`` will now print a little less verbose output.
30
35
      (Marius Kruger)
31
36
 
 
37
    * ``bzr log --short`` and ``bzr log --line`` now show tags, if any,
 
38
      for each revision. The tags are shown comma-separated inside
 
39
      ``{}``. For short format, the tags appear at the end of line
 
40
      before the optional ``[merge]`` indicator. For line format,
 
41
      the tags appear after the revno. (Ian Clatworthy)
 
42
 
32
43
  BUG FIXES:
33
44
 
34
45
    * ``bzr log FILE`` now correctly shows mainline revisions merging