Can't use single bugid for multiple changesets
Martin Buchholz
martinrb at google.com
Fri Aug 29 06:47:04 UTC 2008
Hi Mark,
I'm trying to commit my fixes for a particular bug,
and I went to the trouble of cleanly separating my changes
into 3 changesets, but when I try to do the push, I get:
pushing to ssh://martin@hg.openjdk.java.net/jdk7/tl-gate/jdk/
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 4 changesets with 12 changes to 8 files
remote:
remote: > Changeset: 512:6d8ae1098ca5
remote: > Author: martin
remote: > Date: 2008-08-28 21:49 -0700
remote: >
remote: > 6728229: (str) StringBuilder.append(CharSequence) does not
throw IndexOutOfBoundsException
remote: > Summary: Add missing @throws IndexOutOfBoundsException
remote: > Reviewed-by: alanb
remote:
remote: Bugid 6728229 already used in this repository, in revision 511
remote:
remote: > Changeset: 513:ba510454713a
remote: > Author: martin
remote: > Date: 2008-08-28 21:49 -0700
remote: >
remote: > 6728229: (str) StringBuilder.append(CharSequence) does not
throw IndexOutOfBoundsException
remote: > Summary: Minor spec improvements
remote: > Reviewed-by: alanb
remote:
remote: Bugid 6728229 already used in this repository, in revision 511
remote:
remote: abort: pretxnchangegroup.0.jcheck hook failed
This seems pretty draconian. Especially while external committers
can't yet create their own bugs directly.
Aren't there "cleanup bugs" that are used for occasional repeated
minor changes? Using them seems impossible with the jcheck hook.
What do I do now?
Thanks,
Martin
More information about the build-dev
mailing list