Hi Larry, [EMAIL PROTECTED] (Larry McVoy) wrote: > One problem is that the set of files in patches may not be disjoint, > the same file may participate in multiple patches. I think we can handle > that in the following way, we put multiple comments, one for each patch, > so you'd see > > (Logical change 1.12345.5) > (Logical change 1.12345.11) > (Logical change 1.12345.79)
Since this is one commit, could you also add the $PATCH number in the ChangeSet,v log file? For merge operations you get the commit logs from the merged tree but they wouldn't be mapped to the "1.x.patch" logical change. Should the BKrev value in ChangeSet,v have a correspondent on the bkbits.net site? For example, for the ChangeSet,v RCS revision 1.26418, BKrev is 41fe523ecAJ3I6z55zHXaAI1vsDZ8Q. This changeset is actually a bundled patch containing several patches but the bkbits seems to show an empty patch: http://linux.bkbits.net:8080/linux-2.5/[EMAIL PROTECTED] http://linux.bkbits.net:8080/linux-2.5/[EMAIL PROTECTED] On a side note, is the ChangeSet,v file updated before or after (or in the same commit) the source files are checked in? It would be better if it is updated after a commit since this way you can guarantee that for a given revision of this file you have all the "logical changes" checked in. Catalin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/