octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to deal with octave HG archive correctly?


From: Michael Goffioul
Subject: How to deal with octave HG archive correctly?
Date: Wed, 12 Nov 2008 13:50:56 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]