fixes to grid.m

Doug Stewart dastew at sympatico.ca
Mon Dec 22 23:06:20 CST 2008


John W. Eaton wrote:
> 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
>
>   
I looked through the manual and did not find anything about hg ...
I add the revised by line because that is what I always do with my file 
-- I took it out for this try.

For this try I did:

hg clone http://www.octave.org/hg/octave octave6
 
hg qinit

hg qnew firstpatch

fixed the grid.m file
 
hg commit

 hg qrefresh
  
 hg export firstpatch > fixgrid


Is this the correct way to do it?

Doug Stewart



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fixgridq
Url: https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20081223/520055c7/attachment.ksh 


More information about the Bug-octave mailing list