diff doc/interpreter/contrib.txi @ 8177:65c4ac814082

hg syntax bug in mercurial example
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Fri, 03 Oct 2008 12:18:33 +0200
parents d51c3541be28
children 837487bd3450
line wrap: on
line diff
--- a/doc/interpreter/contrib.txi
+++ b/doc/interpreter/contrib.txi
@@ -54,7 +54,7 @@
 cd octave
 # change some sources...
 hg commit -m "make Octave the coolest software ever"
-hg export ../cool.diff
+hg export -o ../cool.diff tip
 # send ../cool.diff via email
 @end example