Re: strange python error, when running hg log (well vc-print-root-log)

2022-11-07 Thread Uwe Brauer
>>> "MK" == Marcin Kasperski  writes:

> Uwe Brauer  writes:
> "MK" == Marcin Kasperski  writes:
>> 
>>> | ** Mercurial Distributed SCM (version 5.2rc0+20200125)
>>> Fairly old and pre-release version. What about using stable one at least?
>> 
>> 
>> Well I need one which works with the artemis extension (extension for
>> 

> Use even hg 4.1 if you need to. Just don't use „rc0”, this is unstable
> pre-release.
> I would also steer out of early 5.* as those were versions
> which started to work on py3 support, with some resulting glitches.

Well, thanks, fun fact I just tried to compile with py2

@  changeset:   43418:ca3dca416f8d
│  Branch:  stable
│  tag: 5.2
│  Author:  Yuya Nishihara 
│  Date:Tue, 05 Nov 2019 21:35:19 +0900
│  Phase:   public
│  Summary: py3: add inline comment about encoding issue of str(Abort())
│

Which I understand is the stable 5.2 version, but 

dpkg-deb: building package 'mercurial' in 
'../mercurial_5.2+20221107-xenial-20221107_amd64.deb'.
 dpkg-genchanges -b >../mercurial_5.2+20221107-xenial-20221107_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source -i -I --after-build hg-stable
dpkg-buildpackage: binary-only upload (no source included)
Now running lintian...
W: mercurial: manpage-has-errors-from-man usr/share/man/man5/hgrc.5.gz 1608: 
warning [p 21, 4.7i]: can't break line
Finished running lintian.


Sigh, anyhow

> Also, problems with `hg log` can sometimes result from using various
> mercurial versions on the same checkout. You can try removing
> .hg/cache contents and if it doesn't help, re-cloning repo with
> the version you use. Mercurial mostly does good job working with
> checkouts made by older versions (although I have to remove
> aforementioned .hg/cache from time to time after major upgrade)
> but downgrade (say checking repo with hg6 and using with hg5)
> is more risky.

Well it happens with *all* even freshly generated repositories

I will try 5.1 stable.


And continue trying to figure out what is up here.




> ___
> Mercurial mailing list
> Mercurial@lists.mercurial-scm.org
> https://lists.mercurial-scm.org/mailman/listinfo/mercurial

-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/


smime.p7s
Description: S/MIME cryptographic signature
___
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial


Re: strange python error, when running hg log (well vc-print-root-log)

2022-10-31 Thread Marcin Kasperski
Uwe Brauer  writes:

 "MK" == Marcin Kasperski  writes:
>
>>> | ** Mercurial Distributed SCM (version 5.2rc0+20200125)
>> Fairly old and pre-release version. What about using stable one at least?
>
>
> Well I need one which works with the artemis extension (extension for
>

Use even hg 4.1 if you need to. Just don't use „rc0”, this is unstable
pre-release.
I would also steer out of early 5.* as those were versions
which started to work on py3 support, with some resulting glitches.

Also, problems with `hg log` can sometimes result from using various
mercurial versions on the same checkout. You can try removing
.hg/cache contents and if it doesn't help, re-cloning repo with
the version you use. Mercurial mostly does good job working with
checkouts made by older versions (although I have to remove
aforementioned .hg/cache from time to time after major upgrade)
but downgrade (say checking repo with hg6 and using with hg5)
is more risky.

PS Mercurials up to 5.9 work on py2 (but make sure you use proper python
to run them as py3 can be also used).
___
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial


Re: strange python error, when running hg log (well vc-print-root-log)

2022-10-30 Thread Uwe Brauer
>>> "MK" == Marcin Kasperski  writes:

>> | ** Mercurial Distributed SCM (version 5.2rc0+20200125)
> Fairly old and pre-release version. What about using stable one at least?

I just run some tests, anything above 5.2 either compiled with python 2.7 or 
3.5 cannot use artemis, it always returns 
hg ilist --all
*** failed to import extension artemis from 
/home/oub/ALLES/src/Artemis/artemis: No module named 'artemis'
hg: unknown command 'ilist'

-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/


smime.p7s
Description: S/MIME cryptographic signature
___
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial


Re: strange python error, when running hg log (well vc-print-root-log)

2022-10-30 Thread Uwe Brauer
>>> "MK" == Marcin Kasperski  writes:

>> | ** Mercurial Distributed SCM (version 5.2rc0+20200125)
> Fairly old and pre-release version. What about using stable one at least?

For example even 5.5 stable returns when running 

 hg ilist --all
hg ilist --all
*** failed to import extension artemis from 
/home/oub/ALLES/src/Artemis/artemis: No module named 'artemis'
hg: unknown command 'ilist'

☹️

-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/


smime.p7s
Description: S/MIME cryptographic signature
___
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial


Re: strange python error, when running hg log (well vc-print-root-log)

2022-10-29 Thread Uwe Brauer
>>> "MK" == Marcin Kasperski  writes:

>> | ** Mercurial Distributed SCM (version 5.2rc0+20200125)
> Fairly old and pre-release version. What about using stable one at least?


Well I need one which works with the artemis extension (extension for
local issues), it was abounded, unfortunately by its author, does not
work with python 3. Although Dan Villiom Podlaski Christiansen was nice
enough, to try to port it to python 3 it does not really work.

The HG version I used does work but I might try another stable version
of the 5.X series.

BTW any suggestion for an extension with a similar functionality to artemis?



-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/


smime.p7s
Description: S/MIME cryptographic signature
___
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial


Re: strange python error, when running hg log (well vc-print-root-log)

2022-10-28 Thread Marcin Kasperski
> | ** Mercurial Distributed SCM (version 5.2rc0+20200125)

Fairly old and pre-release version. What about using stable one at least?
___
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial