|
From: | Dmitry Gutov |
Subject: | Re: [patch: first impression] |
Date: | Mon, 17 Oct 2022 13:04:54 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 |
On 17.10.2022 10:11, Uwe Brauer wrote:
BTW, looking at your code, what is actually happen is that a temporary patch file generated, that is manipulated and later committed, that is why I am not sure that hg shelve -i or git stash interactively could be easily implemented.
The problem with using 'hg shelve' or 'git stash' for implementing this is that either can create a merge conflict when restoring the previous changes on top of the committed patch.
And we don't want to force the user to have to resolve them manually every time.
[Prev in Thread] | Current Thread | [Next in Thread] |