How to deal with octave HG archive correctly?
Michael Goffioul
michael.goffioul at gmail.com
Wed Nov 12 07:50:56 CST 2008
Hi,
After pushing my first changeset to the octave archive,
I was wondering what is the recommended way to do
this. Currently, I'm working with a mercurial queue and
I follow these steps when a changeset is ready for push:
1) hg qpop -a
2) hg pull -u (to sync with current archive)
3) put the target changeset at the bottom of the stack
4) hg qpush
5) hg qdelete -r patch_name
6) hg push -r xxxx
Now, if anything is changed in the archive between step
2 and 6, I'll have to re-pull, then merge. But the merge
changeset should not be pushed back to the archive, right?
So in the end, what's the correct way?
Michael.
More information about the Octave-maintainers
mailing list