fixes to grid.m now asking for conformation.
John W. Eaton
jwe at octave.org
Mon Jan 12 23:49:19 CST 2009
On 24-Dec-2008, Doug Stewart wrote:
| John W. Eaton wrote:
| > On 23-Dec-2008, Doug Stewart wrote:
| >
| > | Oops I sent the wrong file.
| > | Here is the better one.
| >
| > I added a ChangeLog entry and applied this changeset.
| >
| > Thanks,
| >
| > jwe
| >
|
| Thanks jwe
|
| 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?
I don't think the "hg commit" is needed here (it fails for me when I
try to commit while working on a patch in the queue). Also, you
should add a short commit message when you do the qrefresh. So I
would do the following:
hg clone http://www.octave.org/hg/octave octave6
hg qinit
hg qnew firstpatch
fixed the grid.m file
hg qrefresh -m "short commit message here"
hg export firstpatch > fixgrid
Then you can also
hg qpop
hg pull
hg update
hg qpush
to sync with the remote archive while while working on a (set of)
patch(es) in the queue.
Also, please remember to write ChangeLog entries for your changes.
Thanks,
jwe
More information about the Bug-octave
mailing list