This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: commits with multiple PRs
On Tue, Jan 27, 2004 at 10:40:03AM -0500, Daniel Berlin wrote:
>
> On Jan 27, 2004, at 9:14 AM, Richard Earnshaw wrote:
>
> >
> >Maybe we should have a limit on the number of PR's that a commit can
> >update... (about 10?)
>
> We didn't use to, which is why i didn't add a new one when i converted
> the script.
>
> However, on the bright side, unlike gnats, it took me approximately 3.7
> seconds this morning to remove all 74 of the commit message copies from
> the bugs database.
>
>
> If people are worried this will happen again, i'm happy to add such a
> limit.
IMHO such limit should be enforced by CVS already.
This commit increased needlessly all affected files in CVS by 105K, so CVS
operations on them will be slower.
Jakub