| 73 | | To submit patches to the developers, please use {{{darcs send}}}. |
| | 73 | To submit patches to the developers, please use {{{darcs send}}}. You don't need any special permission to do this. |
| | 74 | |
| | 75 | === Committing changes === |
| | 76 | |
| | 77 | If you have commit permission (pretty easy to get, just demonstrate your competence by sending us a patch or two first), then you can use {{{darcs push}}} to commit changes directly to the main repository. |
| | 78 | |
| | 79 | {{{ |
| | 80 | $ darcs push <account>@darcs.haskell.org:/home/darcs/ghc |
| | 81 | }}} |
| | 82 | |
| | 83 | (change {{{ghc}}} to the name of the repository if you're pushing changes from one of the sub-repositories, like {{{testsuite}}}, or a package such as {{{base}}}. Note: {{{darcs push}}} requires that SSH is working and can log in to your account on {{{darcs.haskell.org}}}. |
| | 84 | |