Re: error while pulling changes from remote mercurial repo

2024-02-26 Thread Mads Kiilerich
On 21/02/2024 10:41, Ed Wong wrote: File "/var/www/kali/venv/lib64/python3.9/site-packages/mercurial/ui.py", line 1299, in _writenobuf dest.write(msg) File "/var/www/kali/venv/lib64/python3.9/site-packages/mercurial/utils/procutil.py", line 115, in write c = write1(m[total_written:])

Re: error while pulling changes from remote mercurial repo

2024-02-26 Thread Branko Majic
On Mon, 26 Feb 2024 17:18:14 +0800 Ed Wong wrote: > I think that might be a good idea. Though did you end up fixing your > issues when you use the dev- tree? (And yes, I'm also mainly a git > user as well... though recently need to use hg.) Hello Ed, In my case - yes. Although, my issues

Re: error while pulling changes from remote mercurial repo

2024-02-26 Thread Ed Wong
Branko Majic wrote: > On Wed, 21 Feb 2024 17:41:40 +0800 > Ed Wong wrote: > >> I've moved a mercurial repository from an old Kallithea installation >> to a new machine (Kallithea 0.7.0) and things have been going on ok. >> (Using Python3.9 and mercurial 6.1.4) > > So... I don't know what the

Re: error while pulling changes from remote mercurial repo

2024-02-25 Thread Branko Majic
On Wed, 21 Feb 2024 17:41:40 +0800 Ed Wong wrote: > I've moved a mercurial repository from an old Kallithea installation > to a new machine (Kallithea 0.7.0) and things have been going on ok. > (Using Python3.9 and mercurial 6.1.4) So... I don't know what the exact issue is you are facing here,

error while pulling changes from remote mercurial repo

2024-02-21 Thread Ed Wong
Hi, I've moved a mercurial repository from an old Kallithea installation to a new machine (Kallithea 0.7.0) and things have been going on ok. (Using Python3.9 and mercurial 6.1.4) Realized I hadn't updated two of the mercurial repositories, so I went and did a "Pull changes from Remote