demexp-dev
[Top][All Lists]
Advanced

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

Re: [Demexp-dev] demexp 0.8.1


From: David MENTRE
Subject: Re: [Demexp-dev] demexp 0.8.1
Date: Sat, 14 Oct 2006 21:49:01 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Hi Christophe,

GISQUET Christophe <address@hidden> writes:

> BUT:
> 1) My versioning can only be messy:
> - 0.8.1 really needs updates that makes it no longer 0.8.1

Ok, understood. Not really an issue. Your 0.8.1.1 scheme is ok.

> - hg pull -r v0.8.1 is unsupported, and in general I don't know how to
> checkout/pull a tag

I *think* you can use:

 $ grep 'v0.8.1' .hgtags |cut -f1 -d ' '|xargs hg update

Explanation: .hgtags stores the revision number of each tag, so we just
use that as revision to use for 'hg update'.

 $ cat .hgtags 
 95159f4cba454c7e642ffccd020cbb7e8a12f653 v0.8.0
 95862c816844724466fe1895bea6bdfc62f51270 v0.8.1


There might be a more orthodox way to do that. ;-)

> 2) According to the previous paragraph, the installed version is really
> post-0.8.1:
> - it *includes* merge from ketty-chan work

That should not disturb the Windows binaries.

> - it has both eo and sv translations (not tested, though)

Nice to have Esperanto in the Windows and Swedish version. :-)

> En pièce jointe, une mise à jour pour la dite version.

Patch applied.

Best wishes,
d.
-- 
GPG/PGP key: A3AD7A2A David MENTRE <address@hidden>
 5996 CC46 4612 9CA4 3562  D7AC 6C67 9E96 A3AD 7A2A




reply via email to

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