octave-maintainers
[Top][All Lists]
Advanced

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

Re: How to deal with octave HG archive correctly?


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

On Wed, Nov 12, 2008 at 4:32 PM, Jaroslav Hajek <address@hidden> wrote:
> The easiest option is probably to use
> hg qimport -r tip
> hg qpop
> hg pull -u
> hg qpush
> # fixup possible conflicts
> hg qfin
>
> note: qdelete -r is deprecated. You should be using qfinish instead.

I know. But qfinish is not available in the mercurial version
I'm using (1.0.2, bundled in TortoiseHg 0.5.0).

> note2: Typically the only conflict after qpush (if any) is in
> ChangeLog files. For that purpose, I've modified Mercurial in such a
> way that when an entry is simply prepended to a ChangeLog file, a
> context-free diff is generated - this makes patchwork much smoother.
> If you're interested, I can send you the mercurial patch.

Yes, please send it. However, I was not talking about conflicts
during qpush, but a problem that might occur between the pull
form octave archive and the final push to the same archive. If
for instance you push another changeset, I won't be able to do
a push, because it would create another head. I'll have the pull
again, merge and commit to my local archive, then push to the
octave archive. But this will also push the merge changeset to
the octave archive, which John does not want to.

Michael.


reply via email to

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