~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2009-01-15 22:51:27 UTC
  • mfrom: (3940.1.5 bzr.log-short-file-fix)
  • mto: This revision was merged to the branch mainline in revision 3943.
  • Revision ID: ian.clatworthy@canonical.com-20090115225127-hbl4j2cgoy7zu2oz
Fix log --short/--line FILE (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
  BUG FIXES:
33
33
 
 
34
    * ``bzr log FILE`` now correctly shows mainline revisions merging
 
35
      a change to FILE when the ``--short`` and ``--line`` log formats
 
36
      are used. (Ian Clatworthy, #317417)
 
37
 
34
38
    * Fix a problem with CIFS client/server lag on Windows colliding with
35
39
      an invariant-per-process algorithm for generating AtomicFile names
36
40
      (Adrian Wilkins, #304023)