On Tue, Oct 24, 2006 at 03:44:03PM -0700, Bill Shannon wrote: > There seems to be no equivalent to the "-n" options to bringover > and putback.
This at least, you can do: "hg incoming" and "hg outgoing", respectively. > There's no way to supply putback comments. No, but if you apply the convention of one changeset is one putback, then they're the same. The ON use case that will be difficult is having multiple bugids per putback where not all the files are actually changed by all the bugids. Either we're going to have to accept some sloppiness there, or we're going to have to train ourselves to be very rigorous and split out each bugfix into a separate changeset (with the exception that any set of bugfixes where all the bugfixes change the same set of files is okay). I don't think this is going to be a big deal in practice (for ON; maybe for other folks). Danek _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org