# HG changeset patch # User Thorsten Meyer # Date 1223029113 -7200 # Node ID 65c4ac814082240ad73de05e5a4d3ef8e47f5591 # Parent c9d6071b9696b8ba72496181b5dc64d87fa0f04e hg syntax bug in mercurial example diff -r c9d6071b9696 -r 65c4ac814082 doc/ChangeLog --- 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 + * interpreter/contrib.txi: correction of the mercurial example * interpreter/container.txi: minor correction of the text - + 2008-09-25 Søren Hauberg * interpreter/image.txi: Update for imread and imwrite instead of diff -r c9d6071b9696 -r 65c4ac814082 doc/interpreter/contrib.txi --- 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