Antoine Latter <[email protected]> writes: > On Wed, Aug 18, 2010 at 4:24 PM, Ganesh Sittampalam <[email protected]> wrote: >> >> Ganesh Sittampalam <[email protected]> added the comment: >> >> I didn't read this carefully, but it looks like it also restricts the >> diffed files when --diff-command is used, which isn't correct since some >> diff commands (e.g. meld) like to show the user the entire tree. >> > > The diff client build into Xcode does a whole-tree view as well, and > it's what I use with darcs. In these cases, the entire tree will consist of just the files that have changed. I think that's reasonable (I would go as far as call that a feature, not a bug). If you insist that seeing unchanged files in that tree view is important, I'd suggest an extra option, --include-unchanged-files or such to diff (I still don't see the use-case, though).
Yours, Petr. PS: All history browsers I can think of only show you files that have actually changed. Interestingly enough, git difftool doesn't even support tree diffs, it will run the tool once for each pair of files. I agree *that* is inconvenient. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
