When using Mercurial, assume you are using a 'default' branch. You work by creating new branches from this and merging them back into 'default' (when your work on that new branch is finished).
After merging a new branch (call it 'myBranch') back into 'default', you actually decide you need to work on 'myBranch'. 'myBranch' has not since been closed. What is the best to go about working on 'myBranch'?
hg up CS-ID
) to any entry (changeset) in it and start working from this point, adding new child changeset on commitFor LTB "Cleanup" I used hg up Cleanup
after each merge it to Default branch