[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?
smime.p7s
Description: S/MIME cryptographic signature
- Re: [patch: first impression], (continued)
- Re: [patch: first impression], Dmitry Gutov, 2022/10/18
- Re: [patch: first impression], Uwe Brauer, 2022/10/18
- Re: [patch: first impression], Dmitry Gutov, 2022/10/18
- Re: [patch: first impression], Dr. Arne Babenhauserheide, 2022/10/18
- Re: [patch: first impression], Dr. Arne Babenhauserheide, 2022/10/18
- Re: [patch: first impression], Dmitry Gutov, 2022/10/23
- Re: [patch: first impression], Uwe Brauer, 2022/10/24
- Re: [patch: first impression], Dmitry Gutov, 2022/10/24
- Re: [patch: first impression], Uwe Brauer, 2022/10/24
- Re: [patch: first impression], Dmitry Gutov, 2022/10/25
- Re: [patch: first impression],
Uwe Brauer <=
- Re: [patch: first impression], Dmitry Gutov, 2022/10/23
- Re: [patch: first impression], Uwe Brauer, 2022/10/24
- Re: [patch: first impression], Dmitry Gutov, 2022/10/24
- Re: [patch: first impression], Robert Pluim, 2022/10/25
- Re: [patch: first impression], Uwe Brauer, 2022/10/25
- Re: [patch: first impression], Robert Pluim, 2022/10/25
- Re: [patch: first impression], Eli Zaretskii, 2022/10/25
- Re: [patch: first impression], Uwe Brauer, 2022/10/25