Contribute to the Project
The first step is to provide patches to the project before being allowed to push changes directly.
This can easily be done by creating a
fork specific for your change on this project:
- Create a fork repository (for each patch you want to submit!)
- Clone the fork repository (running 'hg clone -U ???' where ??? is the fork repository url)
- Update to the change set revision of the release (running 'hg update --rev ???' where ??? is the 'Change Set' value on the download page of the release)
- Develop or integrate your changes
- Create a pull request for the fork
For details see the "Creating Forks / Pull Requests" chapter of the forking manual:
http://blogs.msdn.com/codeplex/archive/2010/03/05/codeplex-mercurial-support-for-forks.aspx.