~ubuntu-branches/ubuntu/natty/diffutils/natty

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2010-05-04 20:38:00 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100504203800-f67xd9rsa9xl9qqj
Tags: 1:3.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Add --include option (opposite of --exclude).
 
2
 
 
3
Look into sdiff improvement here:
 
4
http://www.pkix.net/~chuck/sdiff2.diff
 
5
 
 
6
Propagate stderr from subprocess so that diff3 does
 
7
a better job of explaining _why_:
 
8
  > $ diff3 /bin/sh /bin/false /bin/mv
 
9
  > diff3: subsidiary program `diff' failed (exit status 2)