+ "diff-style" changeset output should use reasonable names in the diff header for added files (e.g., --- /dev/null +++ mod/filename) instead long-ass weird internal names; this means just passing --label to diff I guess.
I'd like to add something to this, instead of using the whole mod/filename thing, how about doing something similar to CVS' diff command? --- main.c 13 Jun 2005 00:22:11 -0000 1.3 +++ main.c 28 Oct 2005 09:04:31 -0000 for arch, this could output: --- main.c 13 Jun 2005 00:22:11 -0000 patch-3 +++ main.c 28 Oct 2005 09:04:31 -0000 or even a full archive name. It would be nice if the following could also be fixed: tla add-id should have a tla add alias!!! Andy, don't feel presured about doing any of this, just adding it to a todo list and letting volunteers handle it is dandy. ;-) _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/