minor correction in container.txi, first contribution
Thorsten Meyer
thorsten.meyier at gmx.de
Fri Oct 3 16:17:48 CDT 2008
Jaroslav Hajek wrote:
> Instead of repeatedly doing rollback/commit, you may want to get
> familiar with mercurial queues. A simplified sequence is:
>
> hg qnew my-first-patch
> ... edit sources ...
> hg qref
> ... edit more ...
> hg qref
> ... even more ...
> hg export -o ../my_first_patch.diff qtip
> ... send patch to mailing list
Thanks for the advice
> perhaps we could add this to the contrib.txi guide...
Here is a changeset where I added a second example using mercurial
queues and slightly changed the introduction text.
A question regarding formatting of examples:
Is there a rule for the maximum line length of examples? If not I
would suggest introducing one that makes sure that an example line
fits on one line in all of the pdf and ps documents.
regards
Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mercurial_doc.diff
Type: text/x-patch
Size: 3891 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20081003/5ae18f6e/attachment.bin
More information about the Octave-maintainers
mailing list