Jorge wrote:
On Thu, Nov 27, 2014 at 04:41:41PM +0000, eocene wrote:
Seems to be working. Changes pushed. I'm guessing that 'hg update 3.0.4.1' may be necessary for you to switch from the 'default' branch after pulling.
Can you push changeset: 3976:d6a45d54f49a to the default branch too? (I don't know how to do it without making a new patch).
Do you mean have a changeset be part of multiple branches? I don't think that can be done. My impression is that merging after we finish the branch won't be anything more than: hg update default hg merge 3.0.4.1 (and I see that hg commit comes with a '--close-branch' that people use when they're irritated by having too many old branches visible in hg branches, which doesn't sound like a problem for us at present)