changeset 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 c9d6071b9696
children af41e2094993
files doc/ChangeLog doc/interpreter/contrib.txi
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Fri Oct 03 11:55:44 2008 +0200
+++ b/doc/ChangeLog	Fri Oct 03 12:18:33 2008 +0200
@@ -1,6 +1,7 @@
 2008-10-03  Thorsten Meyer <thorsten.meyier@gmx.de>
+        * interpreter/contrib.txi: correction of the mercurial example
         * interpreter/container.txi: minor correction of the text
-        
+
 2008-09-25  Søren Hauberg  <hauberg@gmail.com>
 
 	* interpreter/image.txi: Update for imread and imwrite instead of
--- a/doc/interpreter/contrib.txi	Fri Oct 03 11:55:44 2008 +0200
+++ b/doc/interpreter/contrib.txi	Fri Oct 03 12:18:33 2008 +0200
@@ -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