Hi
Joel recommends the following in his excellent tutorial on mercurial: You can set up a team repository where a few people work on a feature together. When they are finished and the feature works well, you push the changes from the team repository to the main development repository, and then everyone else sees it.
So what we have done is: 1. Created a main repository (where we have been committing to etc.) 2. Created a clone on kiln of that repository (where we now want to 3. Created a clone on our local machine 4. Features have been push from our local machine to the kiln clone rep.
Question: Once we are done adding and testing these features, how do we now push these features into the main repository?
Thanks in advance for your feedback and recommendations

