GNU bug report logs -
#38397
27.0.50; [PATCH] vc-hg: log incoming/outgoing must call vc-setup-buffer
Previous Next
Reported by: Andrii Kolomoiets <andreyk.mad <at> gmail.com>
Date: Wed, 27 Nov 2019 07:05:02 UTC
Severity: normal
Tags: patch
Found in version 27.0.50
Done: Dmitry Gutov <dgutov <at> yandex.ru>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38397 in the body.
You can then email your comments to 38397 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38397
; Package
emacs
.
(Wed, 27 Nov 2019 07:05:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrii Kolomoiets <andreyk.mad <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 27 Nov 2019 07:05:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
1. emacs -Q
2. 'C-x v d' and open hg repository directory
3. 'I' to open incoming log
4. 'g' to revert *vc-incoming* buffer
Output is added to buffer content instead of replacing it.
Same with outgoing log.
vc-hg-log-incoming and vc-hg-log-outgoing must call vc-setup-buffer
* lisp/vc/vc-hg.el (vc-hg-log-incoming, vc-hg-log-outgoing): Call
vc-setup-buffer.
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index 17d38fa400..5ff1a6204b 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -1378,10 +1378,12 @@ vc-hg-dir-extra-headers
)))
(defun vc-hg-log-incoming (buffer remote-location)
+ (vc-setup-buffer buffer)
(vc-hg-command buffer 1 nil "incoming" "-n" (unless (string= remote-location "")
remote-location)))
(defun vc-hg-log-outgoing (buffer remote-location)
+ (vc-setup-buffer buffer)
(vc-hg-command buffer 1 nil "outgoing" "-n" (unless (string= remote-location "")
remote-location)))
Reply sent
to
Dmitry Gutov <dgutov <at> yandex.ru>
:
You have taken responsibility.
(Wed, 27 Nov 2019 12:18:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrii Kolomoiets <andreyk.mad <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 27 Nov 2019 12:18:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 38397-done <at> debbugs.gnu.org (full text, mbox):
On 27.11.2019 9:04, Andrii Kolomoiets wrote:
> 1. emacs -Q
> 2. 'C-x v d' and open hg repository directory
> 3. 'I' to open incoming log
> 4. 'g' to revert *vc-incoming* buffer
>
> Output is added to buffer content instead of replacing it.
> Same with outgoing log.
>
> vc-hg-log-incoming and vc-hg-log-outgoing must call vc-setup-buffer
>
> * lisp/vc/vc-hg.el (vc-hg-log-incoming, vc-hg-log-outgoing): Call
> vc-setup-buffer.
Thanks, installed (e7b4c248a6). But please send patches as attachments.
I had to make all the changes my hand this time.
Also see the changes in the commit message.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 25 Dec 2019 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.