emacs-devel
[Top][All Lists]
Advanced

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

Re: [patch: first impression]


From: Uwe Brauer
Subject: Re: [patch: first impression]
Date: Wed, 19 Oct 2022 07:40:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>>> "AB" == Arne Babenhauserheide <arne_bab@web.de> writes:

> Dmitry Gutov <dgutov@yandex.ru> writes:

>>>>>> "DG" == Dmitry Gutov <dgutov@yandex.ru> writes:
>>> On 18.10.2022 18:38, Uwe Brauer wrote:
>>>>> I am confused now! That description sounds like
>>>>> hg update
>>>>> to me
>>>>> but it seems git reset --soft would not call a merge in the case you
>>>>> describe

> The goal is to make the modified files stay exactly as they are, right?

> For that you can use the merge tool that always uses the local changes:

> hg import --bypass <patch> && hg update --merge --tool internal:merge-local
> (see hg help mergetool for details)

> ⇒ import the patch, then update and in case of conflict, use the local
>   version.

Thanks, Arne, 

Dmitry, with this approach maybe then even 
hg shelve -i
would be doable?

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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