diff without printing added files?
Alexander Belchenko
bialix at ukr.net
Tue Feb 7 06:42:21 UTC 2012
Chris Hecker пишет:
> bzr diff will print the entirety of all added files. Is there a way to
> just get it to print diffs of existing files, and just print "added
> foo.c" or whatever for new files, kind of like diff without -N?
bzr qdiff has several options to see diff only for specified groups of
files, e.g. `qdiff --modified` will show diff for modified files only
excluding added and deleted.
More information about the bazaar
mailing list