Comment 10 for bug 544297

Revision history for this message
James Troup (elmo) wrote : Re: [Bug 544297] Re: bzr modified adds unnecessary quotes around filenames

John A Meinel <email address hidden> writes:

> Oh, and why do you need "bzr dif $(bzr modified)" isn't that just "bzr
> dif"? I suppose if you were doing "bzr diff $(bzr modified | grep X)"...

'bzr di $(bzr modified)' shows me a diff of (pre-)existing modified
files only.

'bzr di' shows me the diff of all changed files including new(ly added)
files which in some circumstances I'm not interested in seeing.

--
James