Vincent Bernat <[EMAIL PROTECTED]> writes: > Hi ! > > Is it possible to convert a changeset to an unified diff ? Something > like "tla delta --diffs" but with the addition of the new files.
AFAICT, tla show-changeset and similar commands doesn't allow showing added files. This has been fixed in bazaar some time ago. Another option is to use library-find and a plain "diff" command. -- Matthieu _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
