~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2009-06-03 05:44:18 UTC
  • mfrom: (4354.6.1 bzr_wc)
  • mto: This revision was merged to the branch mainline in revision 4400.
  • Revision ID: ian.clatworthy@canonical.com-20090603054418-foc7issbxwxzh2a5
(igc) address temp file issue with diff --using on Windows (Martitza Mendez)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  the fetched revisions, not in the stacked-on ancestry.
57
57
  (John Arbash Meinel)
58
58
 
 
59
* The ''bzr diff'' now catches OSError from osutils.rmtree and logs a
 
60
  helpful message to the trace file, unless the temp directory really was
 
61
  removed (which would be very strange).  Since the diff operation has
 
62
  succeeded from the user's perspective, no output is written to stderr 
 
63
  or stdout.  (Maritza Mendez, #363837)
 
64
 
59
65
 
60
66
Documentation
61
67
*************