fixes to grid.m

John W. Eaton jwe at octave.org
Mon Dec 15 18:03:11 CST 2008


On 15-Dec-2008, Doug Stewart wrote:

| I have now got a proper changset file
| 
| I did a
| 
| hg clone http://www.octave.org/hg/octave octave6
| 
| fixed the grid.m file
| 
| hg ci
| 
| hg export  -o fixgrid  tip
| 
| 
| This makes the "minor","on" and "off"   work
| 
| Would someone look this over and update the source please.
| 
| Doug
| 
| ----------------------------------------------------------------------
| # HG changeset patch
| # User doug at ubuntu32
| # Date 1229352710 18000
| # Node ID 22f0d1239d9671c4ea4aa359c1a48500694f6a14
| # Parent  15c23c1c3c18c1e6257a8a380f0ba2e3fda768f1
| fixes to make  minor  work
| 
| diff -r 15c23c1c3c18 -r 22f0d1239d96 scripts/plot/grid.m
| --- a/scripts/plot/grid.m	Mon Dec 15 13:49:16 2008 +0100
| +++ b/scripts/plot/grid.m	Mon Dec 15 09:51:50 2008 -0500
| @@ -32,6 +32,7 @@
|  ## @end deftypefn
|  
|  ## Author: jwe
| +## Revised by: Doug Stewart, Dec. 2008

We typically don't add lines like this to the source files when they
are modified.  Instead, please write an entry for the ChangeLog and
include taht in your changset.  Note that Octave has several ChangeLog
files in the sources, so the proper place to document this change is
in scripts/ChangeLog file.

To make it easier for you to manage changesets that might need to be
modified, I suggest you use the mercurial queues feature.  I think
there is some information in the Octave manual about this now, along
with other tips about submitting changes.

Thanks,

jwe


More information about the Bug-octave mailing list