mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* admin/gitmerge.el (gitmerge-resolve): Disable buggy NEWS handling.
This commit is contained in:
parent
786907238b
commit
1ef8e28cf8
@ -316,7 +316,11 @@ Returns non-nil if conflicts remain."
|
||||
(gitmerge-emacs-version gitmerge--from))))
|
||||
(file-exists-p temp)
|
||||
(or noninteractive
|
||||
(y-or-n-p "Try to fix NEWS conflict? ")))
|
||||
(and
|
||||
(y-or-n-p "Try to fix NEWS conflict? ")
|
||||
;; FIXME
|
||||
(y-or-n-p "This is buggy, really try? ")
|
||||
)))
|
||||
(let ((relfile (file-name-nondirectory file))
|
||||
(tempfile (make-temp-file "gitmerge")))
|
||||
(unwind-protect
|
||||
|
Loading…
Reference in New Issue
Block a user