| 23 | | Finally, when you come up with a fix for the bug, you can do a `darcs push -a` in your `bug-XXXX` branch which pushes it to `ddc-head` where you can review it before doing either a `darcs send` command to send a patch to the mailing list or a `darcs push -a` if you have commit access to the upstream repo. |
| | 27 | Finally, when you come up with a fix for the bug, you can do a |
| | 28 | {{{ |
| | 29 | darcs push -a |
| | 30 | }}} |
| | 31 | in your `bug-XXXX` branch which pushes it to your local `ddc-head` branch where you can review it before doing either a |
| | 32 | {{{ |
| | 33 | darcs send |
| | 34 | }}} |
| | 35 | command to send a patch to the mailing list or a |
| | 36 | {{{ |
| | 37 | darcs push -a |
| | 38 | }}} |
| | 39 | if you have commit access to the upstream repo. |
| | 40 | |