Re: [how can I pull from hg serve?]

2023-02-26 Thread Scott Palmer
> On Feb 26, 2023, at 5:14 AM, Uwe Brauer wrote: > >  >> "UB" == Uwe Brauer writes: > >> I tried out a very simple thing: > >> in a repository I run hg serve >> well I can open with a browser >> to http://name of my_machine:8000 > >> The documentation claims this is for pulling, >

Re: How do I fix this corruption (abort: when running status)?

2023-01-01 Thread Scott Palmer
> On Jan 1, 2023, at 10:28 AM, Chris Green wrote: > > On Sun, Jan 01, 2023 at 02:53:29PM +, Chris Green wrote: >> On Sun, Jan 01, 2023 at 02:30:39PM +, Chris Green wrote: >>> I have somehow managed to confuse my mercurial repository, when I run >>> 'hg status' I see:- >>> >>>

6.3rc0

2022-11-08 Thread Scott Palmer
The web site at WhatsNew - Mercurial (mercurial-scm.org) hints that we will be moving to a 24-month year and on the 11th of the 24th month this year 6.3rc0 will be available. I'm personally against such drastic changes in our calendar system. These

Re: "hg push" hangs for one minute (exactly one minute)

2022-04-28 Thread Scott Palmer
> On Apr 28, 2022, at 3:46 PM, Anton Shestakov wrote: > > Looks like either another process is holding a lock on caches or the > FS doesn't support locking mechanisms that sqlite3 needs. > > If you want to dig further into this, check around these files: >

Re: "hg push" hangs for one minute (exactly one minute)

2022-04-28 Thread Scott Palmer
Scott > On Apr 28, 2022, at 9:01 AM, Ernie Rael wrote: > > On 4/28/22 12:59 AM, Anton Shestakov wrote: >> There are also --debug and --profile, maybe they can help. Although >> some parts of the push process may not have debug logging, and >> profiling is for when you wish to delve into

Re: "hg push" hangs for one minute (exactly one minute)

2022-04-27 Thread Scott Palmer
This is interesting to me. I have a similar issue with pushes to a repo hosted on a Linux server that uses a NAS for the repo storage. In fact I noticed that the changeset I push is available to pull well before the push returns. I think I observed a 30 second delay, but clearly a nice

Re: Version Control for Binary Files?

2022-01-04 Thread Scott Palmer
For binary blobs that don’t change too frequently, I would use an artifact repository such as Artifactory. Otherwise check the file size isn’t too large, decide if you need to enable the large file extension in Mercurial. Mercurial should handle it reasonably well. Scott > On Dec 30, 2021, at

Re: how to exclude certain files from a push

2020-10-30 Thread Scott Palmer
That's kind of the point of version control. The files committed have to be pushed or else the changeset is incomplete. You shouldn't have these files checked in at all if you don't want them pushed. Perhaps you should be getting them through an artifact management system as part of your build

Re: GUI diff/merge tool?

2020-08-03 Thread Scott Palmer
I use DiffMerge https://sourcegear.com/diffmerge/ on all three platforms. (I find kdiff3 to have an extremely poor/confusing UI. Whenever I’m on a system where it pops up to handle a merge I just abort as I can’t tell what the heck it is doing.) > On Aug 3,

Re: Better mechanism to choose the default editor (and avoid vi if possible)?

2020-05-29 Thread Scott Palmer
+1 Scott > On May 29, 2020, at 10:08 AM, PIERRE AUGIER > wrote: > > From my experience, beginners are strongly disturbed when vi (or vim) is > opened automatically (see > https://stackoverflow.blog/2017/05/23/stack-overflow-helping-one-million-developers-exit-vim/). > > For now, the

Re: Odd httpheader=1024 required for Phabricator

2020-02-11 Thread Scott Palmer
> On Feb 11, 2020, at 4:49 PM, Emile Snyder wrote: > >  > >> On Tue, Feb 11, 2020 at 1:34 PM Makarius wrote: >> ... >> This patch is BC, but SSH clients shouldn't be using the removed >> capabilities so there should be no impact. >> >> >> What means "BC"? > > I suspect "backwards

Re: OpenJDK (Java) migrating from Mercurial?

2019-11-15 Thread Scott Palmer
> On Nov 15, 2019, at 6:19 PM, František Kučera wrote: > > Dne 26. 07. 19 v 17:19 duv...@comfychair.org > napsal(a): >> On Fri, Jul 26, 2019 at 03:03:12PM +0200, Arne Babenhauserheide wrote: >> >>> Marek Lukáš via Mercurial >>

Re: sunsetting mercurial support in bitbucket

2019-08-20 Thread Scott Palmer
> On Aug 20, 2019, at 1:35 PM, Jason Sachs wrote: > >> https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket >> ... >> >> -- >> | Raffaele Salmaso >> | https://salmaso.org >> | https://bitbucket.org/rsalmaso >> | https://github.com/rsalmaso > > Yeah, this is not good at all.

Re: Extracting single file from remote hg repository

2019-08-19 Thread Scott Palmer
I don’t know as I’ve never used it, but if you are using SSH, can’t you just run "hg cat” via SSH? Scott > On Aug 19, 2019, at 1:59 pm, Gregor Mückl wrote: > > On 8/19/2019 4:36 PM, Scott Palmer wrote: >> You mention: "I have to assume that the remote repo

Re: Extracting single file from remote hg repository

2019-08-19 Thread Scott Palmer
You mention: "I have to assume that the remote repository is running without a hosting server or with an unknown one. So abusing a web frontend for this task is out of the question.” But it must be a hosting server that follows the Mercurial server protocols. Is it not standard to support ‘raw’

Re: HG crashes for all commands

2019-08-19 Thread Scott Palmer
The error code -1073740791 is 0xC409 the Windows error code for “Stack Overflow” If there was any other information printed with the error (a stack dump) it may be helpful. However, the first thing to try is to disable all extensions and see if that clears up the problem. If it does,

Re: Wishlist: the ability to correct wrong commit messages.

2019-07-01 Thread Scott Palmer
> On Jul 1, 2019, at 3:11 PM, Richard Hipp wrote: > >> On 7/1/19, Scott Palmer wrote: >> >> Tampering with the commit message can be >> harmful as it can mislead people or automated processes that depend on it. > > I understand that point of view, and p

Re: Wishlist: the ability to correct wrong commit messages.

2019-07-01 Thread Scott Palmer
> On Jul 1, 2019, at 1:03 PM, Alan Mackenzie wrote: > > Hello, Tony. > >> On Mon, Jul 01, 2019 at 17:57:26 +0200, Tony Mechelynck wrote: >> On Mon, Jul 1, 2019 at 4:15 PM Alan Mackenzie wrote: > >>> On Sun, Jun 30, 2019 at 23:13:47 +0200, Arne Babenhauserheide wrote: > > [ ] > >>> I

Re: hg-git plugin and bookmarks (master)

2016-10-29 Thread Scott Palmer
> On Oct 29, 2016, at 5:31 AM, Uwe Brauer wrote: > > Hi > > Several days ago I asked that question in the hg-git mailing list, > without success. So maybe someone who uses that plugin on the mercurial > list faced the problem and could give me a hint. > So here is the question