hg equivalent to "bk collapse"?

Ben Hood 0x6e6562 at gmail.com
Mon Mar 19 17:23:32 CDT 2007


> I don't control the upstream Subversion repository, and I can't convert
> the Subversion trunk to Mercurial, so I am using MQ to:
>   * Help me maintain a fine-grained changelog of each patch in the
>     bugfix workspaces, by frequent use of 'hg qcommit'.
>
>   * Help me maintain a sane state of the patches, as I let changesets
>     "flow" downstream from Subversion to my bugfix workspaces.
>
> If I'm way off, please forgive the extra verbosity.  I probably
> misunderstood your question and replied with something irrelevant.

No, if I understand you correctly, you are using hg as an intermediary
between keeping your own fine grained changes in your tree and
providing coarse grained changes to the foreign svn tree.

Does this mean that each patch in the mq series is equivalent to an hg
changeset and then by indirection a svn revision (but you keep the
history of each patch with the queue series)?

BTW, the verbosity is great :-)


More information about the Mercurial mailing list