~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Allow external diff to write to a file without a fileno.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
      that do not use '.bzr' to store their data - i.e. '.svn', '.hg' etc.
88
88
      (Robert Collins, Jelmer Vernooij).
89
89
 
90
 
    * bzrlib.diff.external_diff can be redirected to any filelike object that
91
 
      has a file descriptor. Use subprocess instead of spawnvp.
 
90
    * bzrlib.diff.external_diff can be redirected to any file-like object.
 
91
      Uses subprocess instead of spawnvp.
92
92
      (#4047, #48914, James Henstridge, John Arbash Meinel)
93
93
 
94
94
bzr 0.8.2  2006-05-17