~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

show tags in log --short/--line

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 after the date and before
 
26
      the commit message. 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 date. (Ian Clatworthy)
 
42
 
32
43
    * Rule-based preferences can now accept multiple patterns for a set of
33
44
      rules.  (Marius Kruger)
34
45