[Nitro] Nitro repo web page darcs instructions: Clarification suggestion.
Mark Van De Vyver
mvyver at gmail.com
Fri Aug 31 05:32:36 EDT 2007
On the nitro repo web site page:
http://www.nitroproject.org/repo
The current advice/hint is:
<hint>
# darcs pull
You can go on and implemented your changes (while following the
project's coding conventions). Make sure that your change does not
break the the test cases. When you are ready with your changes it is
time to create your patch bundle. Give:
# darcs send -o bundle
</hint>
In fact this should be:
<hint>
# darcs pull
You can go on and implemented your changes (while following the
project's coding conventions). Make sure that your change does not
break the the test cases. When you are ready with your changes it is
time to create your patch bundle. Then, in case you have added files
or directories run:
# darcs add * -r
In all cases you must then run (and answer when prompted):
# darcs record
# darcs send -o bundle
</hint>
This now should be enough to allow anyone to send a quick patch
without banging their head on a darcs wall.
HTH
Mark
More information about the Nitro-general
mailing list